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ụ: Giấy chuyển viện — Nghi viêm cơ tim cấp

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

{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleServiceRequestReferral",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-service-request"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"vi\" lang=\"vi\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ExampleServiceRequestReferral</b></p><a name=\"ExampleServiceRequestReferral\"> </a><a name=\"hcExampleServiceRequestReferral\"> </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-service-request.html\">Yêu cầu DVKT/Cận lâm sàng VN Core — VN Core ServiceRequest Profile</a></p></div><p><b>Hình thức chuyển tuyến — Referral Mode Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-referral-mode-cs 2}\">Chuyển đến từ tuyến dưới</span></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs KHAM}\">Khám chuyên khoa</span></p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title=\"Codes:\">Chuyển tuyến cấp cứu — nghi viêm cơ tim cấp (I40.9)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>authoredOn</b>: 2026-04-20 15:00:00+0700</p><p><b>requester</b>: <a href=\"Organization-ExampleOrganizationTramYTe.html\">Trạm Y tế phường Ngọc Hà</a></p><p><b>performer</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I40.9}\">Nghi viêm cơ tim cấp — chưa xác định</span></p><p><b>note</b>: </p><blockquote><div><p>Chuyển tuyến cấp cứu. BN đau ngực điển hình, sốt 39°C, ECG bất thường (ST chênh), CK-MB tăng. Vượt khả năng xử lý của Trạm Y tế. Đề nghị BV Chợ Rẫy khoa Tim mạch tiếp nhận và xử lý khẩn.</p>\n</div></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-referral-mode",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-referral-mode-cs",
            "code" : "2",
            "display" : "Chuyển đến từ tuyến dưới"
          }
        ]
      }
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs",
          "code" : "KHAM",
          "display" : "Khám chuyên khoa"
        }
      ]
    }
  ],
  "priority" : "urgent",
  "code" : {
    "text" : "Chuyển tuyến cấp cứu — nghi viêm cơ tim cấp (I40.9)"
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
    "display" : "Nguyễn Văn An"
  },
  "authoredOn" : "2026-04-20T15:00:00+07:00",
  "requester" : {
    🔗 "reference" : "Organization/ExampleOrganizationTramYTe",
    "display" : "Trạm Y tế phường Ngọc Hà"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/ExampleOrganizationChoRay",
      "display" : "Bệnh viện Chợ Rẫy"
    }
  ],
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/sid/icd-10",
          "code" : "I40.9",
          "display" : "Acute myocarditis, unspecified"
        }
      ],
      "text" : "Nghi viêm cơ tim cấp — chưa xác định"
    }
  ],
  "note" : [
    {
      "text" : "Chuyển tuyến cấp cứu. BN đau ngực điển hình, sốt 39°C, ECG bất thường (ST chênh), CK-MB tăng. Vượt khả năng xử lý của Trạm Y tế. Đề nghị BV Chợ Rẫy khoa Tim mạch tiếp nhận và xử lý khẩn."
    }
  ]
}