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 "ExampleImmunizationNotDone"] ; #
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 ExampleImmunizationNotDone</b></p><a name=\"ExampleImmunizationNotDone\"> </a><a name=\"hcExampleImmunizationNotDone\"> </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>: tcmr</p><p><b>status</b>: Not Done</p><p><b>statusReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason OSTOCK}\">Hết vaccine</span></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs measles}\">Vaccine sởi theo lịch TCMR</span></p><p><b>patient</b>: <a href=\"Patient-ExamplePatientChildDependent.html\">Nguyễn Minh Khôi</a></p><p><b>occurrence</b>: 2026-03-20 08:00:00+0700</p><p><b>primarySource</b>: true</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-ExampleOrganizationTramYTe.html\">Trạm Y tế phường Bến Thành</a></td></tr></table><p><b>fundingSource</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs ngan-sach}\">Ngân sách nhà nước</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>Measles primary dose</td><td><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs measles}\">Sởi</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 "tcmr" ]
] ) ; #
fhir:status [ fhir:v "not-done"] ; #
fhir:statusReason [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActReason> ] ;
fhir:code [ fhir:v "OSTOCK" ] ;
fhir:display [ fhir:v "product out of stock" ] ] ) ;
fhir:text [ fhir:v "Hết vaccine" ]
] ; #
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 "measles" ] ;
fhir:display [ fhir:v "Sởi" ] ] ) ;
fhir:text [ fhir:v "Vaccine sởi theo lịch TCMR" ]
] ; #
fhir:patient [
fhir:l fhir:Patient/ExamplePatientChildDependent ;
fhir:reference [ fhir:v "Patient/ExamplePatientChildDependent" ] ;
fhir:display [ fhir:v "Nguyễn Minh Khôi" ]
] ; #
fhir:occurrence [
a fhir:DateTime ;
fhir:v "2026-03-20T08:00:00+07:00"^^xsd:dateTime
] ; #
fhir:primarySource [ fhir:v true] ; #
fhir:performer ( [
fhir:actor [
fhir:l fhir:Organization/ExampleOrganizationTramYTe ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationTramYTe" ] ;
fhir:display [ fhir:v "Trạm Y tế phường Bến Thành" ] ]
] ) ; #
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 "ngan-sach" ] ;
fhir:display [ fhir:v "Ngân sách nhà nước" ] ] )
] ; #
fhir:protocolApplied ( [
fhir:series [ fhir:v "Measles primary dose" ] ;
( 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 "measles" ] ;
fhir:display [ fhir:v "Sởi" ] ] ) ] ) ;
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