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ụ: Lịch khám từ xa chuyên khoa Tim mạch

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

{
  "resourceType" : "Schedule",
  "id" : "ExampleScheduleTelehealthCardiology",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-schedule"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Schedule ExampleScheduleTelehealthCardiology</b></p><a name=\"ExampleScheduleTelehealthCardiology\"> </a><a name=\"hcExampleScheduleTelehealthCardiology\"> </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-schedule.html\">Lịch cung cấp dịch vụ VN Core — VN Core Schedule Profile</a></p></div><p><b>Phương thức cung cấp dịch vụ KCB — Care Delivery Mode Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-care-delivery-mode-cs telehealth}\">Khám bệnh, chữa bệnh từ xa</span></p><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>/SCH-TELEHEALTH-TIM-2026Q2</p><p><b>active</b>: true</p><p><b>specialty</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-specialty-cs TIM}\">Tim mạch</span></p><p><b>actor</b>: </p><ul><li><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></li><li><a href=\"Location-ExampleLocationChoRayCardiology.html\">Khoa Tim mạch — Bệnh viện Chợ Rẫy</a></li></ul><p><b>planningHorizon</b>: 2026-04-01 00:00:00+0700 --&gt; 2026-06-30 23:59:59+0700</p><p><b>comment</b>: Chỉ nhận tái khám cho người bệnh đã khám trực tiếp tại BV Chợ Rẫy trong 12 tháng gần nhất. Người bệnh khám lần đầu phải đến khám trực tiếp.</p></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-care-delivery-mode",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-care-delivery-mode-cs",
            "code" : "telehealth",
            "display" : "Khám bệnh, chữa bệnh từ xa"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://fhir.hl7.org.vn/core/sid/organization-local-id",
      "value" : "SCH-TELEHEALTH-TIM-2026Q2"
    }
  ],
  "active" : true,
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-specialty-cs",
          "code" : "TIM",
          "display" : "Tim mạch"
        }
      ]
    }
  ],
  "actor" : [
    {
      🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII",
      "display" : "BS CKII Nguyễn Thị Lan"
    },
    {
      🔗 "reference" : "Location/ExampleLocationChoRayCardiology",
      "display" : "Khoa Tim mạch — Bệnh viện Chợ Rẫy"
    }
  ],
  "planningHorizon" : {
    "start" : "2026-04-01T00:00:00+07:00",
    "end" : "2026-06-30T23:59:59+07:00"
  },
  "comment" : "Chỉ nhận tái khám cho người bệnh đã khám trực tiếp tại BV Chợ Rẫy trong 12 tháng gần nhất. Người bệnh khám lần đầu phải đến khám trực tiếp."
}