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ụ: Nhà thuốc Bệnh viện Chợ Rẫy

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

{
  "resourceType" : "Organization",
  "id" : "ExampleOrganizationRetailPharmacy",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationRetailPharmacy</b></p><a name=\"ExampleOrganizationRetailPharmacy\"> </a><a name=\"hcExampleOrganizationRetailPharmacy\"> </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>Loại hình cơ sở y tế — Vietnam Organization Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs NT}\">Nhà thuốc</span></p><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>/79001-NT01</p><p><b>active</b>: true</p><p><b>name</b>: Nhà thuốc Bệnh viện Chợ Rẫy</p><p><b>address</b>: 201B Nguyễn Chí Thanh, Phường Chợ Lớn, Thành phố Hồ Chí Minh</p><p><b>partOf</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Organization Bệnh viện Chợ Rẫy</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs",
            "code" : "NT",
            "display" : "Nhà thuốc"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://fhir.hl7.org.vn/core/sid/organization-local-id",
      "value" : "79001-NT01"
    }
  ],
  "active" : true,
  "name" : "Nhà thuốc Bệnh viện Chợ Rẫy",
  "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" : "79",
            "display" : "Thành phố Hồ Chí Minh (từ 01/07/2025)"
          }
        },
        {
          "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward",
          "valueCoding" : {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs",
            "code" : "27343",
            "display" : "Phường Chợ Lớn"
          }
        }
      ],
      "text" : "201B Nguyễn Chí Thanh, Phường Chợ Lớn, Thành phố Hồ Chí Minh",
      "line" : [
        "201B Nguyễn Chí Thanh"
      ],
      "state" : "Thành phố Hồ Chí Minh",
      "country" : "VN"
    }
  ],
  "partOf" : {
    🔗 "reference" : "Organization/ExampleOrganizationChoRay"
  }
}