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

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


<Organization xmlns="http://hl7.org/fhir">
  <id value="ExampleOrganizationRetailPharmacy"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization"/>
  </meta>
  <language value="vi"/>
  <text>
    <status value="extensions"/>
    <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>
  </text>
  <extension
             url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs"/>
        <code value="NT"/>
        <display value="Nhà thuốc"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system value="http://fhir.hl7.org.vn/core/sid/organization-local-id"/>
    <value value="79001-NT01"/>
  </identifier>
  <active value="true"/>
  <name value="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
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs"/>
        <code value="79"/>
        <display value="Thành phố Hồ Chí Minh (từ 01/07/2025)"/>
      </valueCoding>
    </extension>
    <extension
               url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward">
      <valueCoding>
        <system value="http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs"/>
        <code value="27343"/>
        <display value="Phường Chợ Lớn"/>
      </valueCoding>
    </extension>
    <text
          value="201B Nguyễn Chí Thanh, Phường Chợ Lớn, Thành phố Hồ Chí Minh"/>
    <line value="201B Nguyễn Chí Thanh"/>
    <state value="Thành phố Hồ Chí Minh"/>
    <country value="VN"/>
  </address>
  <partOf>🔗 
    <reference value="Organization/ExampleOrganizationChoRay"/>
  </partOf>
</Organization>