Notificación FACEDRA basada en FHIR® R5 |
0.1.1 - ci-build
Notificación FACEDRA basada en FHIR® R5 | - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Page standards status: Informative |
<Medication xmlns="http://hl7.org/fhir">
<id value="medicamento-ejemplo-whoDrug"/>
<meta>
<profile
value="https://hl7.comisca.org/fhir/StructureDefinition/medicamento-facedra"/>
</meta>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication medicamento-ejemplo-whoDrug</b></p><a name="medicamento-ejemplo-whoDrug"> </a><a name="hcmedicamento-ejemplo-whoDrug"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-medicamento-facedra.html">Medicamento FACEDRA</a></p></div><p><b>code</b>: <span title="Codes:{https://hl7.comisca.org/fhir/CodeSystem/whoDrug-regional 00000101001}">Methyldopa 250 mg comprimidos</span></p><p><b>status</b>: Active</p><p><b>doseForm</b>: <span title="Codes:{http://snomed.info/sct 385055001}">Tablet</span></p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">Methyldopa</span></td></tr></table><p><b>strength</b>: 250 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span>/1 1<span style="background: LightGoldenRodYellow"> (Details: UCUM code1 = '1')</span></p></blockquote><h3>Batches</h3><table class="grid"><tr><td style="display: none">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style="display: none">*</td><td>MDL2025001</td><td>2027-06</td></tr></table></div>
</text>
<code>
<coding>
<system
value="https://hl7.comisca.org/fhir/CodeSystem/whoDrug-regional"/>
<code value="00000101001"/>
<display value="Methyldopa"/>
</coding>
<text value="Methyldopa 250 mg comprimidos"/>
</code>
<status value="active"/>
<doseForm>
<coding>
<system value="http://snomed.info/sct"/>
<code value="385055001"/>
<display value="Tablet"/>
</coding>
</doseForm>
<ingredient>
<item>
<concept>
<text value="Methyldopa"/>
</concept>
</item>
<strengthRatio>
<numerator>
<value value="250"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</numerator>
<denominator>
<value value="1"/>
<unit value="1"/>
<system value="http://unitsofmeasure.org"/>
<code value="1"/>
</denominator>
</strengthRatio>
</ingredient>
<batch>
<lotNumber value="MDL2025001"/>
<expirationDate value="2027-06"/>
</batch>
</Medication>