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ụ: Khu khám ngoại trú Trạm Y tế phường Ngọc Hà

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

{
  "resourceType" : "Location",
  "id" : "ExampleLocationNgocHaOutpatientClinic",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-location"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"vi\" lang=\"vi\"><p class=\"res-header-id\"><b>Generated Narrative: Location ExampleLocationNgocHaOutpatientClinic</b></p><a name=\"ExampleLocationNgocHaOutpatientClinic\"> </a><a name=\"hcExampleLocationNgocHaOutpatientClinic\"> </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-location.html\">Địa điểm cung cấp dịch vụ VN Core — VN Core Location Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-location-local-id-ns.html\" title=\"Hệ thống định danh cục bộ cho Location trong phạm vi từng cơ sở y tế hoặc từng hệ thống HIS/EMR.\">VNLocationLocalId</a>/NGOCHA-OPD</p><p><b>status</b>: Active</p><p><b>name</b>: Khu khám ngoại trú</p><p><b>description</b>: Khu vực tiếp nhận và khám ngoại trú của Trạm Y tế phường Ngọc Hà</p><p><b>type</b>: <span title=\"Codes:\">Khu chức năng</span></p><p><b>address</b>: Phường Ngọc Hà, Thành phố Hà Nội</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}\">Ward</span></p><p><b>managingOrganization</b>: <a href=\"Organization-ExampleOrganizationTramYTe.html\">Trạm Y tế phường Ngọc Hà</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.hl7.org.vn/core/sid/location-local-id",
      "value" : "NGOCHA-OPD"
    }
  ],
  "status" : "active",
  "name" : "Khu khám ngoại trú",
  "description" : "Khu vực tiếp nhận và khám ngoại trú của Trạm Y tế phường Ngọc Hà",
  "type" : [
    {
      "text" : "Khu chức năng"
    }
  ],
  "address" : {
    "extension" : [
      {
        "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province",
        "valueCoding" : {
          "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs",
          "code" : "01",
          "display" : "Thành phố Hà Nội"
        }
      },
      {
        "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward",
        "valueCoding" : {
          "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs",
          "code" : "00008",
          "display" : "Phường Ngọc Hà"
        }
      }
    ],
    "text" : "Phường Ngọc Hà, Thành phố Hà Nội",
    "state" : "Thành phố Hà Nội",
    "country" : "VN"
  },
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "wa",
        "display" : "Ward"
      }
    ]
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/ExampleOrganizationTramYTe",
    "display" : "Trạm Y tế phường Ngọc Hà"
  }
}