Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.8.0 - Draft for Community Review
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.8.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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Immunization/ExampleImmunizationNotDone> a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleImmunizationNotDone"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-immunization" ;
fhir:index -1 ;
fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-immunization>
]
] ;
fhir:Resource.language [ fhir:value "vi"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<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>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-immunization-program-type" ] ;
fhir:Extension.valueCode [ fhir:value "tcmr" ]
] ;
fhir:Immunization.status [ fhir:value "not-done"] ;
fhir:Immunization.statusReason [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ] ;
fhir:Coding.code [ fhir:value "OSTOCK" ] ;
fhir:Coding.display [ fhir:value "product out of stock" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Hết vaccine" ]
] ;
fhir:Immunization.vaccineCode [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs" ] ;
fhir:Coding.code [ fhir:value "measles" ] ;
fhir:Coding.display [ fhir:value "Sởi" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Vaccine sởi theo lịch TCMR" ]
] ;
fhir:Immunization.patient [
fhir:link <http://hl7.org/fhir/Patient/ExamplePatientChildDependent> ;
fhir:Reference.reference [ fhir:value "Patient/ExamplePatientChildDependent" ] ;
fhir:Reference.display [ fhir:value "Nguyễn Minh Khôi" ]
] ;
fhir:Immunization.occurrenceDateTime [ fhir:value "2026-03-20T08:00:00+07:00"^^xsd:dateTime] ;
fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean] ;
fhir:Immunization.performer [
fhir:index -1 ;
fhir:Immunization.performer.actor [
fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationTramYTe> ;
fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationTramYTe" ] ;
fhir:Reference.display [ fhir:value "Trạm Y tế phường Bến Thành" ]
]
] ;
fhir:Immunization.fundingSource [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-immunization-funding-source-cs" ] ;
fhir:Coding.code [ fhir:value "ngan-sach" ] ;
fhir:Coding.display [ fhir:value "Ngân sách nhà nước" ]
]
] ;
fhir:Immunization.protocolApplied [
fhir:index -1 ;
fhir:Immunization.protocolApplied.series [ fhir:value "Measles primary dose" ] ;
fhir:Immunization.protocolApplied.targetDisease [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-vaccine-type-cs" ] ;
fhir:Coding.code [ fhir:value "measles" ] ;
fhir:Coding.display [ fhir:value "Sởi" ]
]
] ;
fhir:Immunization.protocolApplied.doseNumberPositiveInt [ fhir:value "1"^^xsd:positiveInteger ]
] .
<http://hl7.org/fhir/Patient/ExamplePatientChildDependent> a fhir:Patient .
<http://hl7.org/fhir/Organization/ExampleOrganizationTramYTe> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Immunization/ExampleImmunizationNotDone.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Immunization/ExampleImmunizationNotDone.ttl> .
IG © 2026+ Omi HealthTech / VN Core FHIR Community Initiative.
Package hl7.fhir.vn.core#0.8.0 based on FHIR 4.0.1.
Sinh ngày
2026-07-17
Liên kết: Mục lục |
Guide Map |
Báo cáo QA