VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam - Local Development build (v0.1.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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleOrganizationTramYTe"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization> ] )
] ; #
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: Organization ExampleOrganizationTramYTe</b></p><a name=\"ExampleOrganizationTramYTe\"> </a><a name=\"hcExampleOrganizationTramYTe\"> </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-organization.html\">Cơ sở y tế VN Core — VN Core Organization Profile</a></p></div><p><b>Loại hình cơ sở y tế — Vietnam Organization Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs TYT}\">Trạm y tế</span></p><p><b>Tuyến y tế — Vietnam Healthcare Level Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs XA}\">Xã</span></p><p><b>identifier</b>: Mã cơ sở khám chữa bệnh/01500</p><p><b>active</b>: true</p><p><b>name</b>: Trạm Y tế phường Ngọc Hà</p><p><b>address</b>: Phường Ngọc Hà, Thành phố Hà Nội</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs> ] ;
fhir:code [ fhir:v "TYT" ] ;
fhir:display [ fhir:v "Trạm y tế" ] ] ) ]
] [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs> ] ;
fhir:code [ fhir:v "XA" ] ;
fhir:display [ fhir:v "Xã" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs> ] ;
fhir:code [ fhir:v "CSKCB" ] ;
fhir:display [ fhir:v "Mã cơ sở khám chữa bệnh" ] ] ) ] ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/ma-cskcb"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/ma-cskcb> ] ;
fhir:value [ fhir:v "01500" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name [ fhir:v "Trạm Y tế phường Ngọc Hà"] ; #
fhir:address ( [
( fhir:extension [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province> ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs> ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Thành phố Hà Nội" ] ] ] [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward> ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs> ] ;
fhir:code [ fhir:v "00008" ] ;
fhir:display [ fhir:v "Phường Ngọc Hà" ] ] ] ) ;
fhir:text [ fhir:v "Phường Ngọc Hà, Thành phố Hà Nội" ] ;
fhir:state [ fhir:v "Thành phố Hà Nội" ] ;
fhir:country [ fhir:v "VN" ]
] ) . #
IG © 2026+ HL7 Vietnam. Package hl7.fhir.vn.core#0.1.0 based on FHIR 4.0.1. Generated 2026-03-21
Links: Table of Contents |
QA Report