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 - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "ExamplePatientDeIdentified",
"meta" : {
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "U",
"display" : "unrestricted"
},
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"code" : "ANONYED",
"display" : "anonymized"
}
]
},
"language" : "vi",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"identifier" : [
{
"system" : "http://example.org/research-dataset/2026-hypertension-cohort",
"value" : "SUBJ-004182"
}
],
"gender" : "male",
"birthDate" : "1981",
"address" : [
{
"state" : "Thành phố Hà Nội",
"country" : "VN"
}
]
}