HL7 VN

VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam
0.1.0 - STU1 Draft Viet Nam flag

VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam - Local Development build (v0.1.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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ExampleOrganizationBHXH",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization"
    ]
  },
  "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><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ơ quan BHXH Việt Nam (mã quy ước)/00000</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" : {
        "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"
          }
        ],
        "text" : "Mã cơ quan BHXH Việt Nam (mã quy ước)"
      },
      "system" : "http://fhir.hl7.org.vn/core/sid/ma-cskcb",
      "value" : "00000"
    }
  ],
  "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"
    }
  ]
}