HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft Viet Nam cờ

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

: Ví dụ: Insulin Mixtard 30 bút tiêm 3mL (dây chuyền lạnh)

Bản thô json | Tải xuống

{
  "resourceType" : "Medication",
  "id" : "ExampleMedicationInsulin",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "67866001",
        "display" : "Insulin"
      },
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "A10AB01",
        "display" : "Insulin (human)"
      }
    ],
    "text" : "Insulin Mixtard 30 (70/30) bút tiêm 3mL — 100 IU/mL"
  },
  "status" : "active",
  "form" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "385219001",
        "display" : "Solution for injection"
      }
    ],
    "text" : "Dung dịch tiêm (bút tiêm prefilled)"
  },
  "amount" : {
    "numerator" : {
      "value" : 300,
      "unit" : "IU",
      "system" : "http://unitsofmeasure.org",
      "code" : "[iU]"
    },
    "denominator" : {
      "value" : 3,
      "unit" : "mL",
      "system" : "http://unitsofmeasure.org",
      "code" : "mL"
    }
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "text" : "Insulin người tái tổ hợp (human insulin rDNA)"
      },
      "isActive" : true,
      "strength" : {
        "numerator" : {
          "value" : 100,
          "unit" : "IU",
          "system" : "http://unitsofmeasure.org",
          "code" : "[iU]"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "mL",
          "system" : "http://unitsofmeasure.org",
          "code" : "mL"
        }
      }
    }
  ],
  "batch" : {
    "lotNumber" : "INS-2026-0415",
    "expirationDate" : "2027-06-30"
  }
}