HL7 Vietnam VN Core FHIR Implementation Guide

Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide
0.9.0 - Draft for Community Review Viet Nam cờ

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

: Ví dụ: Đoàn đối tượng chiến dịch tiêm chủng vắc xin sởi

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

{
  "resourceType" : "Group",
  "id" : "ExampleGroupMeaslesCampaignCohort",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-group"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group ExampleGroupMeaslesCampaignCohort</b></p><a name=\"ExampleGroupMeaslesCampaignCohort\"> </a><a name=\"hcExampleGroupMeaslesCampaignCohort\"> </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-group.html\">Nhóm đối tượng VN Core — VN Core Group Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-organization-local-id-ns.html\" title=\"Hệ thống định danh cục bộ cho Organization khi chưa có mã dùng chung cấp quốc gia tương ứng với ngữ cảnh nghiệp vụ.\">VNOrganizationLocalId</a>/CHIENDICH-SOI-HN-2026Q3</p><p><b>active</b>: true</p><p><b>type</b>: Person</p><p><b>actual</b>: false</p><p><b>name</b>: Trẻ 1-5 tuổi thuộc diện tiêm bổ sung vắc xin sởi — Hà Nội quý III/2026</p><p><b>quantity</b>: 184320</p><p><b>managingEntity</b>: <a href=\"Organization-ExampleOrganizationPreventiveCenter.html\">Trung tâm Kiểm soát bệnh tật Thành phố Hà Nội</a></p><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:\">Tuổi tại thời điểm chiến dịch</span></p><p><b>value</b>: 1-5 năm</p><p><b>exclude</b>: false</p><p><b>period</b>: 2026-07-01 --&gt; 2026-09-30</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:\">Tỉnh, thành phố nơi cư trú</span></p><p><b>value</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs 01}\">Thành phố Hà Nội</span></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:\">Đã tiêm đủ hai mũi vắc xin sởi</span></p><p><b>value</b>: true</p><p><b>exclude</b>: true</p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.hl7.org.vn/core/sid/organization-local-id",
      "value" : "CHIENDICH-SOI-HN-2026Q3"
    }
  ],
  "active" : true,
  "type" : "person",
  "actual" : false,
  "name" : "Trẻ 1-5 tuổi thuộc diện tiêm bổ sung vắc xin sởi — Hà Nội quý III/2026",
  "quantity" : 184320,
  "managingEntity" : {
    🔗 "reference" : "Organization/ExampleOrganizationPreventiveCenter",
    "display" : "Trung tâm Kiểm soát bệnh tật Thành phố Hà Nội"
  },
  "characteristic" : [
    {
      "code" : {
        "text" : "Tuổi tại thời điểm chiến dịch"
      },
      "valueRange" : {
        "low" : {
          "value" : 1,
          "unit" : "năm",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        },
        "high" : {
          "value" : 5,
          "unit" : "năm",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        }
      },
      "exclude" : false,
      "period" : {
        "start" : "2026-07-01",
        "end" : "2026-09-30"
      }
    },
    {
      "code" : {
        "text" : "Tỉnh, thành phố nơi cư trú"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs",
            "code" : "01",
            "display" : "Thành phố Hà Nội"
          }
        ]
      },
      "exclude" : false
    },
    {
      "code" : {
        "text" : "Đã tiêm đủ hai mũi vắc xin sởi"
      },
      "valueBoolean" : true,
      "exclude" : true
    }
  ]
}