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 - Draft for Community Review (v0.9.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/Group/ExampleGroupMeaslesCampaignCohort> a fhir:Group ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleGroupMeaslesCampaignCohort"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-group" ;
fhir:index -1 ;
fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-group>
]
] ;
fhir:Resource.language [ fhir:value "vi"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group ExampleGroupMeaslesCampaignCohort</b></p><a name=\"ExampleGroupMeaslesCampaignCohort\"> </a><a name=\"hcExampleGroupMeaslesCampaignCohort\"> </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-group.html\">Nhóm đối tượng VN Core — VN Core Group Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-organization-local-id-ns.html\" title=\"Hệ thống định danh cục bộ cho Organization khi chưa có mã dùng chung cấp quốc gia tương ứng với ngữ cảnh nghiệp vụ.\">VNOrganizationLocalId</a>/CHIENDICH-SOI-HN-2026Q3</p><p><b>active</b>: true</p><p><b>type</b>: Person</p><p><b>actual</b>: false</p><p><b>name</b>: Trẻ 1-5 tuổi thuộc diện tiêm bổ sung vắc xin sởi — Hà Nội quý III/2026</p><p><b>quantity</b>: 184320</p><p><b>managingEntity</b>: <a href=\"Organization-ExampleOrganizationPreventiveCenter.html\">Trung tâm Kiểm soát bệnh tật Thành phố Hà Nội</a></p><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:\">Tuổi tại thời điểm chiến dịch</span></p><p><b>value</b>: 1-5 năm</p><p><b>exclude</b>: false</p><p><b>period</b>: 2026-07-01 --> 2026-09-30</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:\">Tỉnh, thành phố nơi cư trú</span></p><p><b>value</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs 01}\">Thành phố Hà Nội</span></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:\">Đã tiêm đủ hai mũi vắc xin sởi</span></p><p><b>value</b>: true</p><p><b>exclude</b>: true</p></blockquote></div>"
] ;
fhir:Group.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/organization-local-id" ] ;
fhir:Identifier.value [ fhir:value "CHIENDICH-SOI-HN-2026Q3" ]
] ;
fhir:Group.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Group.type [ fhir:value "person"] ;
fhir:Group.actual [ fhir:value "false"^^xsd:boolean] ;
fhir:Group.name [ fhir:value "Trẻ 1-5 tuổi thuộc diện tiêm bổ sung vắc xin sởi — Hà Nội quý III/2026"] ;
fhir:Group.quantity [ fhir:value "184320"^^xsd:nonNegativeInteger] ;
fhir:Group.managingEntity [
fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationPreventiveCenter> ;
fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationPreventiveCenter" ] ;
fhir:Reference.display [ fhir:value "Trung tâm Kiểm soát bệnh tật Thành phố Hà Nội" ]
] ;
fhir:Group.characteristic [
fhir:index -1 ;
fhir:Group.characteristic.code [
fhir:CodeableConcept.text [ fhir:value "Tuổi tại thời điểm chiến dịch" ]
] ;
fhir:Group.characteristic.valueRange [
fhir:Range.low [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "năm" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "a" ]
] ;
fhir:Range.high [
fhir:Quantity.value [ fhir:value "5"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "năm" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "a" ]
]
] ;
fhir:Group.characteristic.exclude [ fhir:value "false"^^xsd:boolean ] ;
fhir:Group.characteristic.period [
fhir:Period.start [ fhir:value "2026-07-01"^^xsd:date ] ;
fhir:Period.end [ fhir:value "2026-09-30"^^xsd:date ]
]
], [
fhir:index -1 ;
fhir:Group.characteristic.code [
fhir:CodeableConcept.text [ fhir:value "Tỉnh, thành phố nơi cư trú" ]
] ;
fhir:Group.characteristic.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs" ] ;
fhir:Coding.code [ fhir:value "01" ] ;
fhir:Coding.display [ fhir:value "Thành phố Hà Nội" ]
]
] ;
fhir:Group.characteristic.exclude [ fhir:value "false"^^xsd:boolean ]
], [
fhir:index -1 ;
fhir:Group.characteristic.code [
fhir:CodeableConcept.text [ fhir:value "Đã tiêm đủ hai mũi vắc xin sởi" ]
] ;
fhir:Group.characteristic.valueBoolean [ fhir:value "true"^^xsd:boolean ] ;
fhir:Group.characteristic.exclude [ fhir:value "true"^^xsd:boolean ]
] .
<http://hl7.org/fhir/Organization/ExampleOrganizationPreventiveCenter> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Group/ExampleGroupMeaslesCampaignCohort.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Group/ExampleGroupMeaslesCampaignCohort.ttl> .
IG © 2026+ Omi HealthTech / VN Core FHIR Community Initiative.
Package hl7.fhir.vn.core#0.9.0 based on FHIR 4.0.1.
Sinh ngày
2026-07-31
Liên kết: Mục lục |
Guide Map |
Báo cáo QA