Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft
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
{
"resourceType" : "Patient",
"id" : "ExamplePatientForeignPassport",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient"
]
},
"language" : "vi",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"vi\" lang=\"vi\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExamplePatientForeignPassport</b></p><a name=\"ExamplePatientForeignPassport\"> </a><a name=\"hcExamplePatientForeignPassport\"> </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-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;\">Sato Hana(official) Female, DoB: 1992-11-03 ( Căn cước công dân: VNCCCD#?ngen-9?)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>Hộ chiếu/TR1234567</li><li>Mã bệnh nhân nội bộ/BV-CR-FGN-2026-0007</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+81-90-1234-5678\">+81-90-1234-5678</a></li><li>Khách sạn tại Phường Bến Thành, Thành phố Hồ Chí Minh</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">Patient Citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{urn:iso:std:iso:3166 JP}\">Japan</span></li></ul></td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "JP",
"display" : "Japan"
}
]
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs",
"code" : "CCCD",
"display" : "Căn cước công dân"
}
]
},
"system" : "http://fhir.hl7.org.vn/core/sid/cccd",
"_value" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "not-applicable"
}
]
}
},
{
"type" : {
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs",
"code" : "HC",
"display" : "Hộ chiếu"
}
]
},
"system" : "http://fhir.hl7.org.vn/core/sid/passport",
"value" : "TR1234567"
},
{
"type" : {
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs",
"code" : "MRN",
"display" : "Mã bệnh nhân nội bộ"
}
]
},
"system" : "http://fhir.hl7.org.vn/core/sid/mrn",
"value" : "BV-CR-FGN-2026-0007"
}
],
"name" : [
{
"use" : "official",
"text" : "Sato Hana",
"family" : "Sato",
"given" : [
"Hana"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+81-90-1234-5678",
"use" : "mobile"
}
],
"gender" : "female",
"birthDate" : "1992-11-03",
"address" : [
{
"extension" : [
{
"url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province",
"valueCoding" : {
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs",
"code" : "79",
"display" : "Thành phố Hồ Chí Minh"
}
},
{
"url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward",
"valueCoding" : {
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs",
"code" : "26743",
"display" : "Phường Bến Thành"
}
}
],
"text" : "Khách sạn tại Phường Bến Thành, Thành phố Hồ Chí Minh",
"state" : "Thành phố Hồ Chí Minh",
"country" : "VN"
}
]
}