HL7 Vietnam VN Core FHIR Implementation Guide

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

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.6.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Cho dùng Cefotaxime nội trú (liều đầu)

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

{
  "resourceType" : "MedicationAdministration",
  "id" : "ExampleMedicationAdministrationInpatient",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-administration"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration ExampleMedicationAdministrationInpatient</b></p><a name=\"ExampleMedicationAdministrationInpatient\"> </a><a name=\"hcExampleMedicationAdministrationInpatient\"> </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-administration.html\">Sử dụng/Cho dùng thuốc VN Core — VN Core Medication Administration Profile</a></p></div><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medication-admin-category inpatient}\">Inpatient</span></p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc J01DD01}\">Cefotaxime 1g bột pha tiêm</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>context</b>: <a href=\"Encounter-ExampleEncounterInpatient.html\">Encounter: extension = Đúng tuyến,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-10-NTRU-0042; status = finished; class = inpatient encounter (v3 Code System ActCode#IMP); period = 2026-03-10 14:00:00+0700 --&gt; 2026-03-17 10:00:00+0700; reasonCode = </a></p><p><b>effective</b>: 2026-03-16 16:00:00+0700</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 K35.8}\">Kháng sinh hậu phẫu cắt ruột thừa</span></p><p><b>request</b>: <a href=\"MedicationRequest-ExampleMedicationRequestCefotaximeInpatient.html\">Y lệnh Cefotaxime 1g IV mỗi 8 giờ</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 47625008}\">Tiêm tĩnh mạch</span></td><td>1 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></td></tr></table></div>"
  },
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medication-admin-category",
        "code" : "inpatient",
        "display" : "Inpatient"
      }
    ]
  },
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "J01DD01",
        "display" : "Cefotaxime"
      }
    ],
    "text" : "Cefotaxime 1g bột pha tiêm"
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
    "display" : "Nguyễn Văn An"
  },
  "context" : {
    🔗 "reference" : "Encounter/ExampleEncounterInpatient"
  },
  "effectiveDateTime" : "2026-03-16T16:00:00+07:00",
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII",
        "display" : "BS CKII Nguyễn Thị Lan"
      }
    }
  ],
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/sid/icd-10",
          "code" : "K35.8",
          "display" : "Acute appendicitis, other and unspecified"
        }
      ],
      "text" : "Kháng sinh hậu phẫu cắt ruột thừa"
    }
  ],
  "request" : {
    🔗 "reference" : "MedicationRequest/ExampleMedicationRequestCefotaximeInpatient",
    "display" : "Y lệnh Cefotaxime 1g IV mỗi 8 giờ"
  },
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "47625008",
          "display" : "Intravenous route"
        }
      ],
      "text" : "Tiêm tĩnh mạch"
    },
    "dose" : {
      "value" : 1,
      "unit" : "g",
      "system" : "http://unitsofmeasure.org",
      "code" : "g"
    }
  }
}