Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "DocumentReference",
"id" : "ExampleDocumentReferenceConsent",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-document-reference"
]
},
"language" : "vi",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"vi\" lang=\"vi\"><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\">Language: vi</p><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-04-10 07:30:00+0700</p><p><b>author</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS.CKII Trần Minh Đức — 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/4/2026 trước khi mổ. Per Luật KCB 2023 Điều 15 — quyền được thông tin và đồng ý. Per Luật 91/2025/QH15 Điều 11 — đồng ý xử lý DLCN nhạy cảm (dữ liệu y tế) phải bằng văn bản.</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-20260410.pdf</td><td>2026-04-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/4/2026</a></td><td>2026-04-10 --> 2026-04-10</td></tr></table></div>"
},
"status" : "current",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "59284-0",
"display" : "Patient Consent"
}
],
"text" : "Giấy cam kết đồng ý phẫu thuật"
},
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "57016-8",
"display" : "Privacy policy acknowledgment Document"
}
],
"text" : "Văn bản đồng ý pháp lý"
}
],
"subject" : {
🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
"display" : "Nguyễn Văn An"
},
"date" : "2026-04-10T07:30:00+07:00",
"author" : [
{
🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII",
"display" : "BS.CKII Trần Minh Đức — Phẫu thuật viên"
}
],
"custodian" : {
🔗 "reference" : "Organization/ExampleOrganizationChoRay",
"display" : "Bệnh viện Chợ Rẫy"
},
"description" : "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/4/2026 trước khi mổ. Per Luật KCB 2023 Điều 15 — quyền được thông tin và đồng ý. Per Luật 91/2025/QH15 Điều 11 — đồng ý xử lý DLCN nhạy cảm (dữ liệu y tế) phải bằng văn bản.",
"content" : [
{
"attachment" : {
"contentType" : "application/pdf",
"language" : "vi",
"size" : 819200,
"title" : "DongY-PhauThuat-NguyenVanAn-20260410.pdf",
"creation" : "2026-04-10T07:30:00+07:00"
}
}
],
"context" : {
"encounter" : [
{
🔗 "reference" : "Encounter/ExampleEncounterInpatient",
"display" : "Nhập viện — Phẫu thuật ruột thừa 10/4/2026"
}
],
"period" : {
"start" : "2026-04-10",
"end" : "2026-04-10"
}
}
}