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/Location/ExampleLocationNgocHaOutpatientClinic> a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleLocationNgocHaOutpatientClinic"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-location" ;
fhir:index -1 ;
fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-location>
]
] ;
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: Location ExampleLocationNgocHaOutpatientClinic</b></p><a name=\"ExampleLocationNgocHaOutpatientClinic\"> </a><a name=\"hcExampleLocationNgocHaOutpatientClinic\"> </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-location.html\">Địa điểm cung cấp dịch vụ VN Core — VN Core Location Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-location-local-id-ns.html\" title=\"Hệ thống định danh cục bộ cho Location trong phạm vi từng cơ sở y tế hoặc từng hệ thống HIS/EMR.\">VNLocationLocalId</a>/NGOCHA-OPD</p><p><b>status</b>: Active</p><p><b>name</b>: Khu khám ngoại trú</p><p><b>description</b>: Khu vực tiếp nhận và khám ngoại trú của Trạm Y tế phường Ngọc Hà</p><p><b>type</b>: <span title=\"Codes:\">Khu chức năng</span></p><p><b>address</b>: Phường Ngọc Hà, Thành phố Hà Nội</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}\">Ward</span></p><p><b>managingOrganization</b>: <a href=\"Organization-ExampleOrganizationTramYTe.html\">Trạm Y tế phường Ngọc Hà</a></p></div>"
] ;
fhir:Location.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/location-local-id" ] ;
fhir:Identifier.value [ fhir:value "NGOCHA-OPD" ]
] ;
fhir:Location.status [ fhir:value "active"] ;
fhir:Location.name [ fhir:value "Khu khám ngoại trú"] ;
fhir:Location.description [ fhir:value "Khu vực tiếp nhận và khám ngoại trú của Trạm Y tế phường Ngọc Hà"] ;
fhir:Location.type [
fhir:index -1 ;
fhir:CodeableConcept.text [ fhir:value "Khu chức năng" ]
] ;
fhir:Location.address [
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province" ] ;
fhir:Extension.valueCoding [
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:index -1 ;
fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward" ] ;
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs" ] ;
fhir:Coding.code [ fhir:value "00008" ] ;
fhir:Coding.display [ fhir:value "Phường Ngọc Hà" ]
]
] ;
fhir:Address.text [ fhir:value "Phường Ngọc Hà, Thành phố Hà Nội" ] ;
fhir:Address.state [ fhir:value "Thành phố Hà Nội" ] ;
fhir:Address.country [ fhir:value "VN" ]
] ;
fhir:Location.physicalType [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ] ;
fhir:Coding.code [ fhir:value "wa" ] ;
fhir:Coding.display [ fhir:value "Ward" ]
]
] ;
fhir:Location.managingOrganization [
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 Ngọc Hà" ]
] .
<http://hl7.org/fhir/Organization/ExampleOrganizationTramYTe> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Location/ExampleLocationNgocHaOutpatientClinic.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Location/ExampleLocationNgocHaOutpatientClinic.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