HL7 Vietnam VN Core FHIR Implementation Guide

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

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.6.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Đợt quản lý bệnh mạn tính — Tăng huyết áp

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

{
  "resourceType" : "EpisodeOfCare",
  "id" : "ExampleEpisodeOfCareChronicHypertension",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-episode-of-care"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare ExampleEpisodeOfCareChronicHypertension</b></p><a name=\"ExampleEpisodeOfCareChronicHypertension\"> </a><a name=\"hcExampleEpisodeOfCareChronicHypertension\"> </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-episode-of-care.html\">Đợt chăm sóc VN Core — VN Core EpisodeOfCare Profile</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:\">Quản lý bệnh mạn tính — Tăng huyết áp (bệnh không lây nhiễm)</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-ExampleConditionProblemHypertension.html\">Tăng huyết áp vô căn (I10)</a></td></tr></table><p><b>patient</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>managingOrganization</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>period</b>: 2026-01-15 --&gt; (ongoing)</p></div>"
  },
  "status" : "active",
  "type" : [
    {
      "text" : "Quản lý bệnh mạn tính — Tăng huyết áp (bệnh không lây nhiễm)"
    }
  ],
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/ExampleConditionProblemHypertension",
        "display" : "Tăng huyết áp vô căn (I10)"
      }
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
    "display" : "Nguyễn Văn An"
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/ExampleOrganizationChoRay",
    "display" : "Bệnh viện Chợ Rẫy"
  },
  "period" : {
    "start" : "2026-01-15"
  }
}