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
: Negative Example: CCCD chỉ có data-absent-reason, không căn cứ thay thế
Bản thô ttl | Tải xuống
@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/Patient/ExamplePatientDARBypassNoReason> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExamplePatientDARBypassNoReason"] ;
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: Patient ExamplePatientDARBypassNoReason</b></p><a name=\"ExamplePatientDARBypassNoReason\"> </a><a name=\"hcExamplePatientDARBypassNoReason\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Bệnh nhân DAR không căn cứ Male, DoB: 1990-01-01 ( http://fhir.hl7.org.vn/core/sid/mrn#VNMRN#BV-CR-2026-9999)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><a href=\"NamingSystem-vn-cccd-ns.html\" title=\"Hệ thống định danh Số Căn cước công dân (12 chữ số), do Bộ Công an cấp.#xA;Là số định danh cá nhân duy nhất theo Luật Căn cước 2023 (26/2023/QH15).#xA;Từ 01/7/2025, thay thế mã số thuế cá nhân.#xA;Bắt buộc cho bệnh án điện tử theo TT 13/2025/TT-BYT.#xA;Liên kết với dữ liệu người bệnh trong CSDL quốc gia về y tế theo NĐ 102/2025/NĐ-CP (13/5/2025).\">VNCCCD</a>/?ngen-9?</td></tr></table></div>"
] ;
fhir:Patient.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/mrn" ] ;
fhir:Identifier.value [ fhir:value "BV-CR-2026-9999" ]
], [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/cccd" ] ;
fhir:Identifier.value [
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ] ;
fhir:Extension.valueCode [ fhir:value "unknown" ]
]
]
] ;
fhir:Patient.name [
fhir:index -1 ;
fhir:HumanName.text [ fhir:value "Bệnh nhân DAR không căn cứ" ]
] ;
fhir:Patient.gender [ fhir:value "male"] ;
fhir:Patient.birthDate [ fhir:value "1990-01-01"^^xsd:date] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/ExamplePatientDARBypassNoReason.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/ExamplePatientDARBypassNoReason.ttl> .