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" : "Encounter",
"id" : "ExampleEncounterHealthCheckup",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-encounter"
]
},
"language" : "vi",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter ExampleEncounterHealthCheckup</b></p><a name=\"ExampleEncounterHealthCheckup\"> </a><a name=\"hcExampleEncounterHealthCheckup\"> </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-encounter.html\">Lượt khám/nhập viện VN Core — VN Core Encounter Profile</a></p></div><p><b>Loại khám chữa bệnh BHYT — Vietnam Insurance Visit Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-visit-type-cs 1}\">Đúng tuyến</span></p><p><b>identifier</b>: Mã lượt khám chữa bệnh/LK-2026-07-20-KSK-0031</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>type</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-encounter-type-cs 15}\">Khám sức khoẻ định kỳ</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></td></tr></table><p><b>period</b>: 2026-07-20 08:00:00+0700 --> 2026-07-20 10:30:00+0700</p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 Z00.0}\">Khám sức khỏe định kỳ hằng năm</span></p><p><b>serviceProvider</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p></div>"
},
"extension" : [
{
"url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-visit-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-visit-type-cs",
"code" : "1",
"display" : "Đúng tuyến"
}
]
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs",
"code" : "MA_LUOT_KCB",
"display" : "Mã lượt khám chữa bệnh"
}
]
},
"system" : "http://fhir.hl7.org.vn/core/sid/ma-luot-kcb",
"value" : "LK-2026-07-20-KSK-0031"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"type" : [
{
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-encounter-type-cs",
"code" : "15",
"display" : "Khám sức khoẻ định kỳ"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
"display" : "Nguyễn Văn An"
},
"participant" : [
{
"individual" : {
🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII",
"display" : "BS CKII Nguyễn Thị Lan"
}
}
],
"period" : {
"start" : "2026-07-20T08:00:00+07:00",
"end" : "2026-07-20T10:30:00+07:00"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "Z00.0",
"display" : "General medical examination"
}
],
"text" : "Khám sức khỏe định kỳ hằng năm"
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/ExampleOrganizationChoRay",
"display" : "Bệnh viện Chợ Rẫy"
}
}