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 - Draft for Community Review (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Bảo hiểm xã hội Việt Nam

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

{
  "resourceType" : "Organization",
  "id" : "ExampleOrganizationBHXH",
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationBHXH</b></p><a name=\"ExampleOrganizationBHXH\"> </a><a name=\"hcExampleOrganizationBHXH\"> </a><p><b>identifier</b>: Mã đơn vị BHXH minh họa — Fictional BHXH organization-unit identifier/BHXH-VN-CQ-TW</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type ins}\">Cơ quan bảo hiểm xã hội</span></p><p><b>name</b>: Bảo hiểm xã hội Việt Nam</p><p><b>address</b>: Số 7 Tràng Thi, Hoàn Kiếm, Hà Nội</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "text" : "Mã đơn vị BHXH minh họa — Fictional BHXH organization-unit identifier"
      },
      "system" : "http://fhir.hl7.org.vn/core/sid/organization-local-id",
      "value" : "BHXH-VN-CQ-TW"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "ins",
          "display" : "Insurance Company"
        }
      ],
      "text" : "Cơ quan bảo hiểm xã hội"
    }
  ],
  "name" : "Bảo hiểm xã hội Việt Nam",
  "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"
          }
        }
      ],
      "text" : "Số 7 Tràng Thi, Hoàn Kiếm, Hà Nội",
      "state" : "Thành phố Hà Nội",
      "country" : "VN"
    }
  ]
}