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ụ: Người đại diện theo pháp luật (cha) xem Sổ SKĐT của con qua VNeID

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


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="ExampleRelatedPersonLegalRepresentative"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-relatedperson"/>
  </meta>
  <language value="vi"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson ExampleRelatedPersonLegalRepresentative</b></p><a name="ExampleRelatedPersonLegalRepresentative"> </a><a name="hcExampleRelatedPersonLegalRepresentative"> </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-relatedperson.html">Người liên quan/người giám hộ VN Core — VN Core RelatedPerson Profile</a></p></div><blockquote><p><b>Thẩm quyền đại diện truy cập dữ liệu — Representation Authority Extension</b></p><ul><li>type: <a href="CodeSystem-vn-representation-type-cs.html#vn-representation-type-cs-legal-representative">Loại thẩm quyền đại diện — Vietnam Representation Authority Type CodeSystem: legal-representative</a> (Người đại diện theo pháp luật)</li><li>source: <a href="CodeSystem-vn-representation-source-cs.html#vn-representation-source-cs-population-registry">Nguồn xác minh thẩm quyền đại diện — Vietnam Representation Verification Source CodeSystem: population-registry</a> (CSDLQG về dân cư (C06))</li><li>verifiedDate: 2026-06-01</li><li>period: 2026-06-01 --&gt; (ongoing)</li><li>restrictedSensitivity: <a href="CodeSystem-vn-data-sensitivity-class-cs.html#vn-data-sensitivity-class-cs-special-protection">Lớp nhạy cảm dữ liệu y tế — Vietnam Health Data Sensitivity Class CodeSystem: special-protection</a> (Bảo vệ đặc biệt)</li></ul></blockquote><p><b>identifier</b>: Căn cước công dân/079180001234</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 FTH}">Cha</span></p><p><b>name</b>: Nguyễn Văn Bình</p></div>
  </text>
  <extension
             url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-representation-authority">
    <extension url="type">
      <valueCoding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-representation-type-cs"/>
        <code value="legal-representative"/>
        <display value="Người đại diện theo pháp luật"/>
      </valueCoding>
    </extension>
    <extension url="source">
      <valueCoding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-representation-source-cs"/>
        <code value="population-registry"/>
        <display value="CSDLQG về dân cư (C06)"/>
      </valueCoding>
    </extension>
    <extension url="verifiedDate">
      <valueDateTime value="2026-06-01"/>
    </extension>
    <extension url="period">
      <valuePeriod>
        <start value="2026-06-01"/>
      </valuePeriod>
    </extension>
    <extension url="restrictedSensitivity">
      <valueCoding>
        <system
                value="http://fhir.hl7.org.vn/core/CodeSystem/vn-data-sensitivity-class-cs"/>
        <code value="special-protection"/>
        <display value="Bảo vệ đặc biệt"/>
      </valueCoding>
    </extension>
  </extension>
  <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="079180001234"/>
  </identifier>
  <active value="true"/>
  <patient>🔗 
    <reference value="Patient/ExamplePatientChildDependent"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="FTH"/>
      <display value="father"/>
    </coding>
    <text value="Cha"/>
  </relationship>
  <name>
    <text value="Nguyễn Văn Bình"/>
    <family value="Nguyễn"/>
    <given value="Văn"/>
    <given value="Bình"/>
  </name>
</RelatedPerson>