HL7 VN

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 nhân có địa chỉ đầy đủ theo ĐVHC mới - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ExampleAddressFull"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ExampleAddressFull</b></p><a name="ExampleAddressFull"> </a><a name="hcExampleAddressFull"> </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-patient.html">Bệnh nhân VN Core — VN Core Patient Profile</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Lê Văn Hùng Male, DoB: 1990-11-20 ( Căn cước công dân: VNCCCD#001090006789)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Thôn Đoài, Xã Sơn Đồng, Thành phố Hà Nội</td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"/>
        <code value="CCCD"/>
        <display value="Căn cước công dân"/>
      </coding>
    </type>
    <system value="http://fhir.hl7.org.vn/core/sid/cccd"/>
    <value value="001090006789"/>
  </identifier>
  <name>
    <text value="Lê Văn Hùng"/>
    <family value="Lê"/>
    <given value="Văn"/>
    <given value="Hùng"/>
  </name>
  <gender value="male"/>
  <birthDate value="1990-11-20"/>
  <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="09871"/>
        <display value="Xã Sơn Đồng"/>
      </valueCoding>
    </extension>
    <text value="Thôn Đoài, Xã Sơn Đồng, Thành phố Hà Nội"/>
    <line value="Thôn Đoài"/>
    <district value="Huyện Hoài Đức"/>
    <state value="Thành phố Hà Nội"/>
    <country value="VN"/>
  </address>
</Patient>