HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Phòng khám đa khoa tư nhân Hoàng Long

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


<Organization xmlns="http://hl7.org/fhir">
  <id value="ExampleOrganizationPrivateClinic"/>
  <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" xml:lang="vi" lang="vi"><p class="res-header-id"><b>Generated Narrative: Organization ExampleOrganizationPrivateClinic</b></p><a name="ExampleOrganizationPrivateClinic"> </a><a name="hcExampleOrganizationPrivateClinic"> </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">Language: vi</p><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 PK}">Phòng khám</span></p><p><b>Cấp quản lý hành chính y tế — Vietnam Administrative Health Level Extension</b>: <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs TINH}">Tỉnh</span></p><p><b>Tình trạng xếp hạng cơ sở y tế — Organization Rank Status Extension</b>: <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs UNRANKED}">Chưa xếp hạng</span></p><p><b>Cấp năng lực cơ sở KCB — Facility Care Level Extension</b>: <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs BAN_DAU}">Cấp ban đầu</span></p><p><b>identifier</b>: Mã cơ sở khám chữa bệnh/01958</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Cơ sở khám chữa bệnh tư nhân</span></p><p><b>name</b>: Phòng khám đa khoa Hoàng Long</p><p><b>telecom</b>: ph: 024 3511 5678, <a href="mailto:[email protected]">[email protected]</a>, <a href="https://hoanglong-clinic.vn">https://hoanglong-clinic.vn</a></p><p><b>address</b>: Số 55 Phố Yên Lãng, Phường Văn Miếu - Quốc Tử Giám, Hà Nội</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="PK"/>
        <display value="Phòng khám"/>
      </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="TINH"/>
        <display value="Tỉnh"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank-status">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs"/>
        <code value="UNRANKED"/>
        <display value="Chưa xếp hạng"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-facility-care-level">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs"/>
        <code value="BAN_DAU"/>
        <display value="Cấp ban đầu"/>
      </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="01958"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
    <text value="Cơ sở khám chữa bệnh tư nhân"/>
  </type>
  <name value="Phòng khám đa khoa Hoàng Long"/>
  <telecom>
    <system value="phone"/>
    <value value="024 3511 5678"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="[email protected]"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="https://hoanglong-clinic.vn"/>
  </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="01"/>
        <display value="Thành phố Hà Nội"/>
      </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="00226"/>
        <display value="Phường Văn Miếu - Quốc Tử Giám"/>
      </valueCoding>
    </extension>
    <text value="Số 55 Phố Yên Lãng, Phường Văn Miếu - Quốc Tử Giám, Hà Nội"/>
    <line value="Số 55 Phố Yên Lãng"/>
    <state value="Hà Nội"/>
    <country value="VN"/>
  </address>
</Organization>