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ệnh viện Chợ Rẫy - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="ExampleOrganizationChoRay"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ExampleOrganizationChoRay</b></p><a name="ExampleOrganizationChoRay"> </a><a name="hcExampleOrganizationChoRay"> </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 BV}">Bệnh viện</span></p><p><b>Tuyến y tế — Vietnam Healthcare Level Extension</b>: <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs TW}">Trung ương</span></p><p><b>Hạng bệnh viện — Vietnam Hospital Rank Extension</b>: <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-hospital-rank-cs DB}">Đặc biệt</span></p><p><b>identifier</b>: Mã cơ sở khám chữa bệnh/79001</p><p><b>active</b>: true</p><p><b>name</b>: Bệnh viện Chợ Rẫy</p><p><b>telecom</b>: ph: 028 3855 4137</p><p><b>address</b>: 201B Nguyễn Chí Thanh, Phường Chợ Lớn, Thành phố Hồ Chí Minh</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="BV"/>
        <display value="Bệnh viện"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs"/>
        <code value="TW"/>
        <display value="Trung ương"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-hospital-rank-cs"/>
        <code value="DB"/>
        <display value="Đặc biệt"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <type>
      <coding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"/>
        <code value="CSKCB"/>
        <display value="Mã cơ sở khám chữa bệnh"/>
      </coding>
    </type>
    <system value="http://fhir.hl7.org.vn/core/sid/ma-cskcb"/>
    <value value="79001"/>
  </identifier>
  <active value="true"/>
  <name value="Bệnh viện Chợ Rẫy"/>
  <telecom>
    <system value="phone"/>
    <value value="028 3855 4137"/>
  </telecom>
  <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"/>
      </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"/>
    <district value="Quận 5"/>
    <state value="Thành phố Hồ Chí Minh"/>
    <country value="VN"/>
  </address>
</Organization>