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ụ: Tiêm chủng TCMR cho trẻ em

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

{
  "resourceType" : "Immunization",
  "id" : "ExampleImmunizationTCMR",
  "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 ExampleImmunizationTCMR</b></p><a name=\"ExampleImmunizationTCMR\"> </a><a name=\"hcExampleImmunizationTCMR\"> </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>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs dpt}\">Vaccine phối hợp DPT-VGB-Hib mũi 1</span></p><p><b>patient</b>: <a href=\"Patient-ExamplePatientChildDependent.html\">Nguyễn Minh Khôi</a></p><p><b>occurrence</b>: 2026-08-15 09:00:00+0700</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: TCMR-DPTVGBHIB-2026-001</p><blockquote><p><b>performer</b></p><p><b>actor</b>: <a href=\"Organization-ExampleOrganizationTramYTe.html\">Trạm Y tế phường Bến Thành</a></p></blockquote><blockquote><p><b>performer</b></p><p><b>actor</b>: <a href=\"Practitioner-ExamplePractitionerMinimal.html\">Trần Văn Minh</a></p></blockquote><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><blockquote><p><b>protocolApplied</b></p><p><b>series</b>: DPT-VGB-Hib 3-dose primary series</p><p><b>targetDisease</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs diphtheria}\">Bạch hầu</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs pertussis}\">Ho gà</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs tetanus}\">Uốn ván</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs hep-b}\">Viêm gan B</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs hib}\">Bệnh do Hib</span></p><p><b>doseNumber</b>: 1</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-immunization-program-type",
      "valueCode" : "tcmr"
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs",
        "code" : "dpt",
        "display" : "Bạch hầu-Ho gà-Uốn ván"
      }
    ],
    "text" : "Vaccine phối hợp DPT-VGB-Hib mũi 1"
  },
  "patient" : {
    🔗 "reference" : "Patient/ExamplePatientChildDependent",
    "display" : "Nguyễn Minh Khôi"
  },
  "occurrenceDateTime" : "2026-08-15T09:00:00+07:00",
  "primarySource" : true,
  "lotNumber" : "TCMR-DPTVGBHIB-2026-001",
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Organization/ExampleOrganizationTramYTe",
        "display" : "Trạm Y tế phường Bến Thành"
      }
    },
    {
      "actor" : {
        🔗 "reference" : "Practitioner/ExamplePractitionerMinimal",
        "display" : "Trần Văn Minh"
      }
    }
  ],
  "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" : "DPT-VGB-Hib 3-dose primary series",
      "targetDisease" : [
        {
          "coding" : [
            {
              "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs",
              "code" : "diphtheria",
              "display" : "Bạch hầu"
            }
          ]
        },
        {
          "coding" : [
            {
              "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs",
              "code" : "pertussis",
              "display" : "Ho gà"
            }
          ]
        },
        {
          "coding" : [
            {
              "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs",
              "code" : "tetanus",
              "display" : "Uốn ván"
            }
          ]
        },
        {
          "coding" : [
            {
              "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs",
              "code" : "hep-b",
              "display" : "Viêm gan B"
            }
          ]
        },
        {
          "coding" : [
            {
              "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs",
              "code" : "hib",
              "display" : "Bệnh do Hib"
            }
          ]
        }
      ],
      "doseNumberPositiveInt" : 1
    }
  ]
}