HL7 Vietnam VN Core FHIR Implementation Guide

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

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

: Ví dụ: Chưa tiêm do hết vaccine

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

{
  "resourceType" : "Immunization",
  "id" : "ExampleImmunizationNotDone",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-immunization"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ExampleImmunizationNotDone</b></p><a name=\"ExampleImmunizationNotDone\"> </a><a name=\"hcExampleImmunizationNotDone\"> </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-immunization.html\">Tiêm chủng — VN Core Immunization</a></p></div><p><b>Loại chương trình tiêm chủng — Vietnam Immunization Program Type Extension</b>: tcmr</p><p><b>status</b>: Not Done</p><p><b>statusReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason OSTOCK}\">Hết vaccine</span></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs measles}\">Vaccine sởi theo lịch TCMR</span></p><p><b>patient</b>: <a href=\"Patient-ExamplePatientChildDependent.html\">Nguyễn Minh Khôi</a></p><p><b>occurrence</b>: 2026-03-20 08:00:00+0700</p><p><b>primarySource</b>: true</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=\"Organization-ExampleOrganizationTramYTe.html\">Trạm Y tế phường Bến Thành</a></td></tr></table><p><b>fundingSource</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs ngan-sach}\">Ngân sách nhà nước</span></p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Series</b></td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Measles primary dose</td><td><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs measles}\">Sởi</span></td><td>1</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-immunization-program-type",
      "valueCode" : "tcmr"
    }
  ],
  "status" : "not-done",
  "statusReason" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "OSTOCK",
        "display" : "product out of stock"
      }
    ],
    "text" : "Hết vaccine"
  },
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs",
        "code" : "measles",
        "display" : "Sởi"
      }
    ],
    "text" : "Vaccine sởi theo lịch TCMR"
  },
  "patient" : {
    🔗 "reference" : "Patient/ExamplePatientChildDependent",
    "display" : "Nguyễn Minh Khôi"
  },
  "occurrenceDateTime" : "2026-03-20T08:00:00+07:00",
  "primarySource" : true,
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Organization/ExampleOrganizationTramYTe",
        "display" : "Trạm Y tế phường Bến Thành"
      }
    }
  ],
  "fundingSource" : {
    "coding" : [
      {
        "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs",
        "code" : "ngan-sach",
        "display" : "Ngân sách nhà nước"
      }
    ]
  },
  "protocolApplied" : [
    {
      "series" : "Measles primary dose",
      "targetDisease" : [
        {
          "coding" : [
            {
              "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs",
              "code" : "measles",
              "display" : "Sởi"
            }
          ]
        }
      ],
      "doseNumberPositiveInt" : 1
    }
  ]
}