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/RelatedPerson/ExampleRelatedPersonLegalRepresentative> a fhir:RelatedPerson ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleRelatedPersonLegalRepresentative"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-relatedperson" ;
fhir:index -1 ;
fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-relatedperson>
]
] ;
fhir:Resource.language [ fhir:value "vi"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson ExampleRelatedPersonLegalRepresentative</b></p><a name=\"ExampleRelatedPersonLegalRepresentative\"> </a><a name=\"hcExampleRelatedPersonLegalRepresentative\"> </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-relatedperson.html\">Người liên quan/người giám hộ VN Core — VN Core RelatedPerson Profile</a></p></div><blockquote><p><b>Thẩm quyền đại diện truy cập dữ liệu — Representation Authority Extension</b></p><ul><li>type: <a href=\"CodeSystem-vn-representation-type-cs.html#vn-representation-type-cs-legal-representative\">Loại thẩm quyền đại diện — Vietnam Representation Authority Type CodeSystem: legal-representative</a> (Người đại diện theo pháp luật)</li><li>source: <a href=\"CodeSystem-vn-representation-source-cs.html#vn-representation-source-cs-population-registry\">Nguồn xác minh thẩm quyền đại diện — Vietnam Representation Verification Source CodeSystem: population-registry</a> (CSDLQG về dân cư (C06))</li><li>verifiedDate: 2026-06-01</li><li>period: 2026-06-01 --> (ongoing)</li></ul></blockquote><p><b>identifier</b>: Căn cước công dân/079180001234</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-ExamplePatientChildDependent.html\">Nguyễn Minh Khôi Male, DoB: 2023-06-15 ( Căn cước công dân: VNCCCD#079223000123)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">Cha</span></p><p><b>name</b>: Nguyễn Văn Bình</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "type" ] ;
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-representation-type-cs" ] ;
fhir:Coding.code [ fhir:value "legal-representative" ] ;
fhir:Coding.display [ fhir:value "Người đại diện theo pháp luật" ]
]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "source" ] ;
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-representation-source-cs" ] ;
fhir:Coding.code [ fhir:value "population-registry" ] ;
fhir:Coding.display [ fhir:value "CSDLQG về dân cư (C06)" ]
]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "verifiedDate" ] ;
fhir:Extension.valueDateTime [ fhir:value "2026-06-01"^^xsd:date ]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "period" ] ;
fhir:Extension.valuePeriod [
fhir:Period.start [ fhir:value "2026-06-01"^^xsd:date ]
]
] ;
fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-representation-authority" ]
] ;
fhir:RelatedPerson.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 "079180001234" ]
] ;
fhir:RelatedPerson.active [ fhir:value "true"^^xsd:boolean] ;
fhir:RelatedPerson.patient [
fhir:link <http://hl7.org/fhir/Patient/ExamplePatientChildDependent> ;
fhir:Reference.reference [ fhir:value "Patient/ExamplePatientChildDependent" ]
] ;
fhir:RelatedPerson.relationship [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
fhir:Coding.code [ fhir:value "FTH" ] ;
fhir:Coding.display [ fhir:value "father" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Cha" ]
] ;
fhir:RelatedPerson.name [
fhir:index -1 ;
fhir:HumanName.text [ fhir:value "Nguyễn Văn Bình" ] ;
fhir:HumanName.family [ fhir:value "Nguyễn" ] ;
fhir:HumanName.given [
fhir:value "Văn" ;
fhir:index -1
], [
fhir:value "Bình" ;
fhir:index -1
]
] .
<http://hl7.org/fhir/Patient/ExamplePatientChildDependent> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/RelatedPerson/ExampleRelatedPersonLegalRepresentative.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/RelatedPerson/ExampleRelatedPersonLegalRepresentative.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