HL7 Vietnam VN Core FHIR Implementation Guide

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

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

: Ví dụ: Bệnh án giấy ngoại trú số hóa (scan PDF)

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

{
  "resourceType" : "DocumentReference",
  "id" : "ExampleDocumentReferenceScan",
  "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 ExampleDocumentReferenceScan</b></p><a name=\"ExampleDocumentReferenceScan\"> </a><a name=\"hcExampleDocumentReferenceScan\"> </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 34133-9}\">Bệnh án giấy (scan PDF)</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 11503-0}\">Bệnh án</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>date</b>: 2026-03-21 14:00:00+0700</p><p><b>author</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">BV Chợ Rẫy — Phòng Lưu trữ hồ sơ</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ệnh án giấy ngoại trú được số hóa — scan PDF. Per TT 13/2025/TT-BYT Điều 5: CSYT phải chuyển đổi bệnh án giấy sang điện tử trước 31/12/2026. Bệnh án ngày 21/3/2026 — BV Chợ Rẫy.</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>2048000</td><td>BenhAn-NgoaiTru-NguyenVanAn-Scan-20260321.pdf</td><td>2026-03-21 14:00: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-ExampleEncounterOutpatient.html\">Khám ngoại trú 21/03/2026</a></td><td>2026-03-21 --&gt; 2026-03-21</td></tr></table></div>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "34133-9",
        "display" : "Summary of episode note"
      }
    ],
    "text" : "Bệnh án giấy (scan PDF)"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "11503-0",
          "display" : "Medical records"
        }
      ],
      "text" : "Bệnh án"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
    "display" : "Nguyễn Văn An"
  },
  "date" : "2026-03-21T14:00:00+07:00",
  "author" : [
    {
      🔗 "reference" : "Organization/ExampleOrganizationChoRay",
      "display" : "BV Chợ Rẫy — Phòng Lưu trữ hồ sơ"
    }
  ],
  "custodian" : {
    🔗 "reference" : "Organization/ExampleOrganizationChoRay",
    "display" : "Bệnh viện Chợ Rẫy"
  },
  "description" : "Bệnh án giấy ngoại trú được số hóa — scan PDF. Per TT 13/2025/TT-BYT Điều 5: CSYT phải chuyển đổi bệnh án giấy sang điện tử trước 31/12/2026. Bệnh án ngày 21/3/2026 — BV Chợ Rẫy.",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "language" : "vi",
        "size" : 2048000,
        "title" : "BenhAn-NgoaiTru-NguyenVanAn-Scan-20260321.pdf",
        "creation" : "2026-03-21T14:00:00+07:00"
      }
    }
  ],
  "context" : {
    "encounter" : [
      {
        🔗 "reference" : "Encounter/ExampleEncounterOutpatient",
        "display" : "Khám ngoại trú 21/03/2026"
      }
    ],
    "period" : {
      "start" : "2026-03-21",
      "end" : "2026-03-21"
    }
  }
}