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ụ: Khung giờ khám từ xa còn trống

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

{
  "resourceType" : "Slot",
  "id" : "ExampleSlotTelehealthFree",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-slot"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Slot ExampleSlotTelehealthFree</b></p><a name=\"ExampleSlotTelehealthFree\"> </a><a name=\"hcExampleSlotTelehealthFree\"> </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-slot.html\">Khung giờ đặt lịch VN Core — VN Core Slot 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>/SLOT-2026-04-22-0930</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>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 FOLLOWUP}\">Tái khám</span></p><p><b>schedule</b>: <a href=\"Schedule-ExampleScheduleTelehealthCardiology.html\">Lịch khám từ xa Tim mạch — BS CKII Nguyễn Thị Lan</a></p><p><b>status</b>: Free</p><p><b>start</b>: 2026-04-22 09:30:00+0700</p><p><b>end</b>: 2026-04-22 10:00:00+0700</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.hl7.org.vn/core/sid/organization-local-id",
      "value" : "SLOT-2026-04-22-0930"
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-specialty-cs",
          "code" : "TIM",
          "display" : "Tim mạch"
        }
      ]
    }
  ],
  "appointmentType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code" : "FOLLOWUP",
        "display" : "A follow up visit from a previous appointment"
      }
    ],
    "text" : "Tái khám"
  },
  "schedule" : {
    🔗 "reference" : "Schedule/ExampleScheduleTelehealthCardiology",
    "display" : "Lịch khám từ xa Tim mạch — BS CKII Nguyễn Thị Lan"
  },
  "status" : "free",
  "start" : "2026-04-22T09:30:00+07:00",
  "end" : "2026-04-22T10:00:00+07:00"
}