HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.6.0 - Draft for Community Review Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.6.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Cơ sở KCB thực hiện khám sức khỏe — có mã CSKCB 5 số + mã định danh 13 ký tự

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

{
  "resourceType" : "Organization",
  "id" : "ExampleOrganizationHealthCheckupFacility",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationHealthCheckupFacility</b></p><a name=\"ExampleOrganizationHealthCheckupFacility\"> </a><a name=\"hcExampleOrganizationHealthCheckupFacility\"> </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-organization.html\">Cơ sở y tế VN Core — VN Core Organization Profile</a></p></div><p><b>identifier</b>: Mã cơ sở khám chữa bệnh/01234, Mã định danh cơ sở KCB 13 ký tự/8930000000019</p><p><b>active</b>: true</p><p><b>name</b>: Trung tâm Y tế khu vực Cầu Giấy</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs",
            "code" : "CSKCB",
            "display" : "Mã cơ sở khám chữa bệnh"
          }
        ]
      },
      "system" : "http://fhir.hl7.org.vn/core/sid/ma-cskcb",
      "value" : "01234"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs",
            "code" : "CSKCB13",
            "display" : "Mã định danh cơ sở KCB 13 ký tự"
          }
        ]
      },
      "system" : "http://fhir.hl7.org.vn/core/sid/ma-gtin-cskcb",
      "value" : "8930000000019"
    }
  ],
  "active" : true,
  "name" : "Trung tâm Y tế khu vực Cầu Giấy"
}