HL7 Vietnam VN Core FHIR Implementation Guide

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

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

: Ví dụ: Cơ sở KCB thực hiện khám sức khỏe — có mã CSKCB 5 số + mã định danh 13 ký tự

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


<Organization xmlns="http://hl7.org/fhir">
  <id value="ExampleOrganizationHealthCheckupFacility"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization"/>
  </meta>
  <language value="vi"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ExampleOrganizationHealthCheckupFacility</b></p><a name="ExampleOrganizationHealthCheckupFacility"> </a><a name="hcExampleOrganizationHealthCheckupFacility"> </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ơ sở khám chữa bệnh/01234, Mã định danh cơ sở KCB 13 ký tự/8930000000019</p><p><b>active</b>: true</p><p><b>name</b>: Trung tâm Y tế khu vực Cầu Giấy</p></div>
  </text>
  <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="01234"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"/>
        <code value="CSKCB13"/>
        <display value="Mã định danh cơ sở KCB 13 ký tự"/>
      </coding>
    </type>
    <system value="http://fhir.hl7.org.vn/core/sid/ma-gtin-cskcb"/>
    <value value="8930000000019"/>
  </identifier>
  <active value="true"/>
  <name value="Trung tâm Y tế khu vực Cầu Giấy"/>
</Organization>