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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleImmunizationVoluntary"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-immunization"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-immunization> ] )
] ; #
fhir:language [ fhir:v "vi"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-immunization-program-type"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-immunization-program-type> ] ;
fhir:value [
a fhir:Code ;
fhir:v "dich-vu" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs> ] ;
fhir:code [ fhir:v "influenza" ] ;
fhir:display [ fhir:v "Cúm" ] ] [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/cvx> ] ;
fhir:code [ fhir:v "140" ] ;
fhir:display [ fhir:v "Influenza, split virus, trivalent, PF" ] ] ) ;
fhir:text [ fhir:v "Vaccine cúm mùa" ]
] ; #
fhir:patient [
fhir:l fhir:Patient/ExamplePatientNguyenVanAn ;
fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
fhir:display [ fhir:v "Nguyễn Văn An" ]
] ; #
fhir:encounter [
fhir:l fhir:Encounter/ExampleEncounterOutpatient ;
fhir:reference [ fhir:v "Encounter/ExampleEncounterOutpatient" ]
] ; #
fhir:occurrence [
a fhir:DateTime ;
fhir:v "2026-10-01T14:30:00+07:00"^^xsd:dateTime
] ; #
fhir:primarySource [ fhir:v true] ; #
fhir:lotNumber [ fhir:v "FLU-2026-VN-019"] ; #
fhir:performer ( [
fhir:actor [
fhir:l fhir:Organization/ExampleOrganizationPrivateClinic ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationPrivateClinic" ] ;
fhir:display [ fhir:v "Phòng khám Đa khoa An Bình" ] ]
] [
fhir:actor [
fhir:l fhir:Practitioner/ExamplePractitionerMinimal ;
fhir:reference [ fhir:v "Practitioner/ExamplePractitionerMinimal" ] ;
fhir:display [ fhir:v "Trần Văn Minh" ] ]
] ) ; #
fhir:fundingSource [
( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs> ] ;
fhir:code [ fhir:v "tu-phi" ] ;
fhir:display [ fhir:v "Tự chi trả" ] ] )
] ; #
fhir:protocolApplied ( [
fhir:series [ fhir:v "Annual influenza vaccination" ] ;
( fhir:targetDisease [
( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs> ] ;
fhir:code [ fhir:v "influenza" ] ;
fhir:display [ fhir:v "Cúm" ] ] ) ] ) ;
fhir:doseNumber [
a fhir:PositiveInt ;
fhir:v "1"^^xsd:positiveInteger ]
] ) . #
IG © 2026+ Omi HealthTech / VN Core FHIR Community Initiative.
Package hl7.fhir.vn.core#0.5.0 based on FHIR 4.0.1.
Sinh ngày
2026-04-29
Liên kết: Mục lục |
Guide Map |
Báo cáo QA