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ụ: RelatedPerson mẹ của bệnh nhi

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


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="ExampleRelatedPersonMother"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-relatedperson"/>
  </meta>
  <language value="vi"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="vi" lang="vi"><p class="res-header-id"><b>Generated Narrative: RelatedPerson ExampleRelatedPersonMother</b></p><a name="ExampleRelatedPersonMother"> </a><a name="hcExampleRelatedPersonMother"> </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-relatedperson.html">Người liên quan/người giám hộ VN Core — VN Core RelatedPerson Profile</a></p></div><p><b>identifier</b>: Căn cước công dân/079185009876</p><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-ExamplePatientChildDependent.html">Nguyễn Minh Khôi Male, DoB: 2023-06-15 ( Căn cước công dân: VNCCCD#079223000123)</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}">Mẹ</span></p><p><b>name</b>: Trần Thị Mai</p><p><b>telecom</b>: ph: 0912345678(Mobile)</p><p><b>address</b>: Phường Bến Thành, Thành phố Hồ Chí Minh</p></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="079185009876"/>
  </identifier>
  <active value="true"/>
  <patient>🔗 
    <reference value="Patient/ExamplePatientChildDependent"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="MTH"/>
      <display value="mother"/>
    </coding>
    <text value="Mẹ"/>
  </relationship>
  <name>
    <text value="Trần Thị Mai"/>
    <family value="Trần"/>
    <given value="Thị"/>
    <given value="Mai"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0912345678"/>
    <use value="mobile"/>
  </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="26743"/>
        <display value="Phường Bến Thành"/>
      </valueCoding>
    </extension>
    <text value="Phường Bến Thành, Thành phố Hồ Chí Minh"/>
    <state value="Thành phố Hồ Chí Minh"/>
    <country value="VN"/>
  </address>
</RelatedPerson>