Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide
0.9.0 - Draft for Community Review
Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide - Draft for Community Review (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="ExamplePatientDeIdentified"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="U"/>
<display value="unrestricted"/>
</security>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ObservationValue"/>
<code value="ANONYED"/>
<display value="anonymized"/>
</security>
</meta>
<language value="vi"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ExamplePatientDeIdentified</b></p><a name="ExamplePatientDeIdentified"> </a><a name="hcExamplePatientDeIdentified"> </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">Security Labels: <a href="http://terminology.hl7.org/7.2.0/CodeSystem-v3-Confidentiality.html">unrestricted (Details: Confidentiality code U = 'unrestricted')</a>, <a href="http://terminology.hl7.org/7.2.0/CodeSystem-v3-ObservationValue.html">anonymized (Details: ObservationValue code ANONYED = 'anonymized')</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Anonymous Patient Male, DoB: 1981 ( http://example.org/research-dataset/2026-hypertension-cohort#SUBJ-004182)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Thành phố Hà Nội VN </td></tr></table></div>
</text>
<identifier>
<system
value="http://example.org/research-dataset/2026-hypertension-cohort"/>
<value value="SUBJ-004182"/>
</identifier>
<gender value="male"/>
<birthDate value="1981"/>
<address>
<state value="Thành phố Hà Nội"/>
<country value="VN"/>
</address>
</Patient>