HL7 VN

VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam
0.1.0 - STU1 Draft Viet Nam flag

VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Thuốc Amoxicillin 500mg - XML Representation

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="ExampleMedicationAmoxicillin"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication ExampleMedicationAmoxicillin</b></p><a name="ExampleMedicationAmoxicillin"> </a><a name="hcExampleMedicationAmoxicillin"> </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-vn-core-medication.html">Thuốc VN Core — VN Core Medication Profile</a></p></div><p><b>Số đăng ký thuốc — Medication Registration Number Extension</b>: VD-12345-20</p><p><b>code</b>: <span title="Codes:{http://www.whocc.no/atc J01CA04}">Amoxicillin 500mg</span></p><p><b>form</b>: <span title="Codes:{http://snomed.info/sct 385049006}">Viên nang cứng</span></p><p><b>amount</b>: 500 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span>/1 viên<span style="background: LightGoldenRodYellow"> (Details: UCUM  code1 = '1')</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:{http://snomed.info/sct 27658006}">Amoxicillin</span></td><td>true</td><td>500 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span>/1 viên<span style="background: LightGoldenRodYellow"> (Details: UCUM  code1 = '1')</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>LOT2026031501</td><td>2028-03-15</td></tr></table></div>
  </text>
  <extension
             url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-registration-number">
    <valueString value="VD-12345-20"/>
  </extension>
  <code>
    <coding>
      <system value="http://www.whocc.no/atc"/>
      <code value="J01CA04"/>
      <display value="Amoxicillin"/>
    </coding>
    <text value="Amoxicillin 500mg"/>
  </code>
  <form>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="385049006"/>
      <display value="Capsule"/>
    </coding>
    <text value="Viên nang cứng"/>
  </form>
  <amount>
    <numerator>
      <value value="500"/>
      <unit value="mg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mg"/>
    </numerator>
    <denominator>
      <value value="1"/>
      <unit value="viên"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="1"/>
    </denominator>
  </amount>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="27658006"/>
        <display value="Product containing amoxicillin (medicinal product)"/>
      </coding>
      <text value="Amoxicillin"/>
    </itemCodeableConcept>
    <isActive value="true"/>
    <strength>
      <numerator>
        <value value="500"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <unit value="viên"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="1"/>
      </denominator>
    </strength>
  </ingredient>
  <batch>
    <lotNumber value="LOT2026031501"/>
    <expirationDate value="2028-03-15"/>
  </batch>
</Medication>