HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.8.0 - Draft for Community Review Viet Nam cờ

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

: Ví dụ: Giấy cam kết đồng ý phẫu thuật (scan PDF)

Bản thô ttl | Tải xuống


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/DocumentReference/ExampleDocumentReferenceConsent> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleDocumentReferenceConsent"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-document-reference" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-document-reference>
     ]
  ] ;
  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: DocumentReference ExampleDocumentReferenceConsent</b></p><a name=\"ExampleDocumentReferenceConsent\"> </a><a name=\"hcExampleDocumentReferenceConsent\"> </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-document-reference.html\">Tài liệu y tế VN Core — VN Core DocumentReference Profile</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 59284-0}\">Giấy cam kết đồng ý phẫu thuật</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 57016-8}\">Văn bản đồng ý pháp lý</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>date</b>: 2026-03-10 07:30:00+0700</p><p><b>author</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan — Phẫu thuật viên</a></p><p><b>custodian</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>description</b>: Bản scan giấy cam kết đồng ý phẫu thuật cắt ruột thừa nội soi. BN Nguyễn Văn An ký ngày 10/3/2026 trước khi mổ. Theo Luật KCB 2023 Điều 15 — quyền được thông tin và đồng ý. Theo Luật 91/2025/QH15 Điều 9 khoản 3 — sự đồng ý thể hiện rõ ràng, có thể in/sao chép, kiểm chứng được; phương thức bằng văn bản theo NĐ 356/2025/NĐ-CP Điều 6 khoản 1 điểm a.</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Size</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td>Vietnamese</td><td>819200</td><td>DongY-PhauThuat-NguyenVanAn-20260310.pdf</td><td>2026-03-10 07:30:00+0700</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Encounter</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Encounter-ExampleEncounterInpatient.html\">Nhập viện — Phẫu thuật ruột thừa 10/3/2026</a></td><td>2026-03-10 --&gt; 2026-03-10</td></tr></table></div>"
  ] ;
  fhir:DocumentReference.status [ fhir:value "current"] ;
  fhir:DocumentReference.type [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:59284-0 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "59284-0" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Giấy cam kết đồng ý phẫu thuật" ]
  ] ;
  fhir:DocumentReference.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:57016-8 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "57016-8" ] ;
       fhir:Coding.display [ fhir:value "Privacy policy acknowledgment Document" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Văn bản đồng ý pháp lý" ]
  ] ;
  fhir:DocumentReference.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:DocumentReference.date [ fhir:value "2026-03-10T07:30:00+07:00"^^xsd:dateTime] ;
  fhir:DocumentReference.author [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan — Phẫu thuật viên" ]
  ] ;
  fhir:DocumentReference.custodian [
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationChoRay" ] ;
     fhir:Reference.display [ fhir:value "Bệnh viện Chợ Rẫy" ]
  ] ;
  fhir:DocumentReference.description [ fhir:value "Bản scan giấy cam kết đồng ý phẫu thuật cắt ruột thừa nội soi. BN Nguyễn Văn An ký ngày 10/3/2026 trước khi mổ. Theo Luật KCB 2023 Điều 15 — quyền được thông tin và đồng ý. Theo Luật 91/2025/QH15 Điều 9 khoản 3 — sự đồng ý thể hiện rõ ràng, có thể in/sao chép, kiểm chứng được; phương thức bằng văn bản theo NĐ 356/2025/NĐ-CP Điều 6 khoản 1 điểm a."] ;
  fhir:DocumentReference.content [
     fhir:index -1 ;
     fhir:DocumentReference.content.attachment [
       fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
       fhir:Attachment.language [ fhir:value "vi" ] ;
       fhir:Attachment.size [ fhir:value "819200"^^xsd:nonNegativeInteger ] ;
       fhir:Attachment.title [ fhir:value "DongY-PhauThuat-NguyenVanAn-20260310.pdf" ] ;
       fhir:Attachment.creation [ fhir:value "2026-03-10T07:30:00+07:00"^^xsd:dateTime ]
     ]
  ] ;
  fhir:DocumentReference.context [
     fhir:DocumentReference.context.encounter [
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/Encounter/ExampleEncounterInpatient> ;
       fhir:Reference.reference [ fhir:value "Encounter/ExampleEncounterInpatient" ] ;
       fhir:Reference.display [ fhir:value "Nhập viện — Phẫu thuật ruột thừa 10/3/2026" ]
     ] ;
     fhir:DocumentReference.context.period [
       fhir:Period.start [ fhir:value "2026-03-10"^^xsd:date ] ;
       fhir:Period.end [ fhir:value "2026-03-10"^^xsd:date ]
     ]
  ] .

<http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> a fhir:Organization .

<http://hl7.org/fhir/Encounter/ExampleEncounterInpatient> a fhir:Encounter .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/DocumentReference/ExampleDocumentReferenceConsent.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DocumentReference/ExampleDocumentReferenceConsent.ttl> .