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/Practitioner/ExamplePractitionerBSCKII> a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExamplePractitionerBSCKII"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner" ;
fhir:index -1 ;
fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner>
]
] ;
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: Practitioner ExamplePractitionerBSCKII</b></p><a name=\"ExamplePractitionerBSCKII\"> </a><a name=\"hcExamplePractitionerBSCKII\"> </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-practitioner.html\">Nhân viên y tế VN Core — VN Core Practitioner Profile</a></p></div><p><b>identifier</b>: Căn cước công dân/079175001234, Giấy phép hành nghề/001234/BYT-GPHN, Chứng chỉ hành nghề/HCM-001234/BYT-CCHN</p><p><b>name</b>: Nguyễn Thị Lan</p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-qualification-cs BS-CKII}\">Bác sĩ Chuyên khoa II — Nội khoa</span></td><td>Bộ Y tế</td></tr></table></div>"
] ;
fhir:Practitioner.identifier [
fhir:index -1 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
fhir:Coding.code [ fhir:value "CCCD" ] ;
fhir:Coding.display [ fhir:value "Căn cước công dân" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/cccd" ] ;
fhir:Identifier.value [ fhir:value "079175001234" ]
], [
fhir:index -1 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
fhir:Coding.code [ fhir:value "GPHN" ] ;
fhir:Coding.display [ fhir:value "Giấy phép hành nghề" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/gphn" ] ;
fhir:Identifier.value [ fhir:value "001234/BYT-GPHN" ]
], [
fhir:index -1 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
fhir:Coding.code [ fhir:value "CCHN" ] ;
fhir:Coding.display [ fhir:value "Chứng chỉ hành nghề" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/cchn" ] ;
fhir:Identifier.value [ fhir:value "HCM-001234/BYT-CCHN" ]
] ;
fhir:Practitioner.name [
fhir:index -1 ;
fhir:HumanName.text [ fhir:value "Nguyễn Thị Lan" ] ;
fhir:HumanName.family [ fhir:value "Nguyễn" ] ;
fhir:HumanName.given [
fhir:value "Thị" ;
fhir:index -1
], [
fhir:value "Lan" ;
fhir:index -1
]
] ;
fhir:Practitioner.gender [ fhir:value "female"] ;
fhir:Practitioner.qualification [
fhir:index -1 ;
fhir:Practitioner.qualification.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-qualification-cs" ] ;
fhir:Coding.code [ fhir:value "BS-CKII" ] ;
fhir:Coding.display [ fhir:value "Bác sĩ Chuyên khoa II" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Bác sĩ Chuyên khoa II — Nội khoa" ]
] ;
fhir:Practitioner.qualification.issuer [
fhir:Reference.display [ fhir:value "Bộ Y tế" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Practitioner/ExamplePractitionerBSCKII.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