Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.5.0 - Draft for Community Review
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "ExampleImmunizationVoluntary",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-immunization"
]
},
"language" : "vi",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ExampleImmunizationVoluntary</b></p><a name=\"ExampleImmunizationVoluntary\"> </a><a name=\"hcExampleImmunizationVoluntary\"> </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-immunization.html\">Tiêm chủng — VN Core Immunization</a></p></div><p><b>Loại chương trình tiêm chủng — Vietnam Immunization Program Type Extension</b>: dich-vu</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs influenza}, {http://hl7.org/fhir/sid/cvx 140}\">Vaccine cúm mùa</span></p><p><b>patient</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleEncounterOutpatient.html\">Encounter: extension = Khám chữa bệnh ban đầu; status = finished; class = ambulatory (ActCode#AMB); period = 2026-03-19 08:30:00+0700 --> 2026-03-19 11:00:00+0700; reasonCode = </a></p><p><b>occurrence</b>: 2026-10-01 14:30:00+0700</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: FLU-2026-VN-019</p><blockquote><p><b>performer</b></p><p><b>actor</b>: <a href=\"Organization-ExampleOrganizationPrivateClinic.html\">Phòng khám Đa khoa An Bình</a></p></blockquote><blockquote><p><b>performer</b></p><p><b>actor</b>: <a href=\"Practitioner-ExamplePractitionerMinimal.html\">Trần Văn Minh</a></p></blockquote><p><b>fundingSource</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs tu-phi}\">Tự chi trả</span></p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Series</b></td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Annual influenza vaccination</td><td><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs influenza}\">Cúm</span></td><td>1</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-immunization-program-type",
"valueCode" : "dich-vu"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs",
"code" : "influenza",
"display" : "Cúm"
},
{
"system" : "http://hl7.org/fhir/sid/cvx",
"code" : "140",
"display" : "Influenza, split virus, trivalent, PF"
}
],
"text" : "Vaccine cúm mùa"
},
"patient" : {
🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
"display" : "Nguyễn Văn An"
},
"encounter" : {
🔗 "reference" : "Encounter/ExampleEncounterOutpatient"
},
"occurrenceDateTime" : "2026-10-01T14:30:00+07:00",
"primarySource" : true,
"lotNumber" : "FLU-2026-VN-019",
"performer" : [
{
"actor" : {
🔗 "reference" : "Organization/ExampleOrganizationPrivateClinic",
"display" : "Phòng khám Đa khoa An Bình"
}
},
{
"actor" : {
🔗 "reference" : "Practitioner/ExamplePractitionerMinimal",
"display" : "Trần Văn Minh"
}
}
],
"fundingSource" : {
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs",
"code" : "tu-phi",
"display" : "Tự chi trả"
}
]
},
"protocolApplied" : [
{
"series" : "Annual influenza vaccination",
"targetDisease" : [
{
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs",
"code" : "influenza",
"display" : "Cúm"
}
]
}
],
"doseNumberPositiveInt" : 1
}
]
}