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/ExamplePractitionerYHCT> a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExamplePractitionerYHCT"] ;
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 ExamplePractitionerYHCT</b></p><a name=\"ExamplePractitionerYHCT\"> </a><a name=\"hcExamplePractitionerYHCT\"> </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/048075034567, Giấy phép hành nghề/005678/HCM-GPHN, Chứng chỉ hành nghề/HCM-005678/BYT-CCHN</p><p><b>name</b>: Lê Văn Minh</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1970-05-15</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-CKI}\">Bác sĩ chuyên khoa I — Y học cổ truyền</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 "048075034567" ]
], [
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 "005678/HCM-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-005678/BYT-CCHN" ]
] ;
fhir:Practitioner.name [
fhir:index -1 ;
fhir:HumanName.text [ fhir:value "Lê Văn Minh" ] ;
fhir:HumanName.family [ fhir:value "Lê" ] ;
fhir:HumanName.given [
fhir:value "Văn" ;
fhir:index -1
], [
fhir:value "Minh" ;
fhir:index -1
]
] ;
fhir:Practitioner.gender [ fhir:value "male"] ;
fhir:Practitioner.birthDate [ fhir:value "1970-05-15"^^xsd:date] ;
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-CKI" ] ;
fhir:Coding.display [ fhir:value "Bác sĩ chuyên khoa I" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Bác sĩ chuyên khoa I — Y học cổ truyền" ]
] ;
fhir:Practitioner.qualification.issuer [
fhir:Reference.display [ fhir:value "Bộ Y tế" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Practitioner/ExamplePractitionerYHCT.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Practitioner/ExamplePractitionerYHCT.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