Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Medication xmlns="http://hl7.org/fhir">
<id value="ExampleMedicationInsulin"/>
<meta>
<profile
value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication"/>
</meta>
<language value="vi"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml" xml:lang="vi" lang="vi"><p class="res-header-id"><b>Generated Narrative: Medication ExampleMedicationInsulin</b></p><a name="ExampleMedicationInsulin"> </a><a name="hcExampleMedicationInsulin"> </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">Language: vi</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-vn-core-medication.html">Thuốc VN Core — VN Core Medication Profile</a></p></div><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 67866001}, {http://www.whocc.no/atc A10AB01}">Insulin Mixtard 30 (70/30) bút tiêm 3mL — 100 IU/mL</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title="Codes:{http://snomed.info/sct 385219001}">Dung dịch tiêm (bút tiêm prefilled)</span></p><p><b>amount</b>: 300 IU<span style="background: LightGoldenRodYellow"> (Details: UCUM code[iU] = '[iU]')</span>/3 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM codemL = 'mL')</span></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td><td><b>Strength</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">Insulin người tái tổ hợp (human insulin rDNA)</span></td><td>true</td><td>100 IU<span style="background: LightGoldenRodYellow"> (Details: UCUM code[iU] = '[iU]')</span>/1 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM codemL = 'mL')</span></td></tr></table><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>INS-2026-0415</td><td>2027-06-30</td></tr></table></div>
</text>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="67866001"/>
<display value="Insulin"/>
</coding>
<coding>
<system value="http://www.whocc.no/atc"/>
<code value="A10AB01"/>
<display value="Insulin (human)"/>
</coding>
<text value="Insulin Mixtard 30 (70/30) bút tiêm 3mL — 100 IU/mL"/>
</code>
<status value="active"/>
<form>
<coding>
<system value="http://snomed.info/sct"/>
<code value="385219001"/>
<display value="Solution for injection"/>
</coding>
<text value="Dung dịch tiêm (bút tiêm prefilled)"/>
</form>
<amount>
<numerator>
<value value="300"/>
<unit value="IU"/>
<system value="http://unitsofmeasure.org"/>
<code value="[iU]"/>
</numerator>
<denominator>
<value value="3"/>
<unit value="mL"/>
<system value="http://unitsofmeasure.org"/>
<code value="mL"/>
</denominator>
</amount>
<ingredient>
<itemCodeableConcept>
<text value="Insulin người tái tổ hợp (human insulin rDNA)"/>
</itemCodeableConcept>
<isActive value="true"/>
<strength>
<numerator>
<value value="100"/>
<unit value="IU"/>
<system value="http://unitsofmeasure.org"/>
<code value="[iU]"/>
</numerator>
<denominator>
<value value="1"/>
<unit value="mL"/>
<system value="http://unitsofmeasure.org"/>
<code value="mL"/>
</denominator>
</strength>
</ingredient>
<batch>
<lotNumber value="INS-2026-0415"/>
<expirationDate value="2027-06-30"/>
</batch>
</Medication>