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ụ: Kế hoạch chăm sóc — Tăng huyết áp

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

{
  "resourceType" : "CarePlan",
  "id" : "ExampleCarePlanHypertension",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-care-plan"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan ExampleCarePlanHypertension</b></p><a name=\"ExampleCarePlanHypertension\"> </a><a name=\"hcExampleCarePlanHypertension\"> </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-care-plan.html\">Kế hoạch chăm sóc VN Core — VN Core CarePlan Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:\">Quản lý tăng huyết áp</span></p><p><b>description</b>: Duy trì Amlodipine 5mg/ngày; theo dõi huyết áp 2 lần/ngày; tái khám sau 4 tuần; tư vấn chế độ ăn giảm muối, tập thể dục đều.</p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleEncounterOutpatient.html\">Encounter: extension = Khám chữa bệnh ban đầu; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-19-NGT-0207; status = finished; class = ambulatory (v3 Code System ActCode#AMB); period = 2026-03-19 08:30:00+0700 --&gt; 2026-03-19 11:00:00+0700; reasonCode = </a></p><p><b>period</b>: 2026-03-19 --&gt; (ongoing)</p><p><b>author</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>careTeam</b>: <a href=\"CareTeam-ExampleCareTeamHypertension.html\">Đội quản lý tăng huyết áp ngoại trú</a></p></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "text" : "Quản lý tăng huyết áp"
    }
  ],
  "description" : "Duy trì Amlodipine 5mg/ngày; theo dõi huyết áp 2 lần/ngày; tái khám sau 4 tuần; tư vấn chế độ ăn giảm muối, tập thể dục đều.",
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
    "display" : "Nguyễn Văn An"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/ExampleEncounterOutpatient"
  },
  "period" : {
    "start" : "2026-03-19"
  },
  "author" : {
    🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII",
    "display" : "BS CKII Nguyễn Thị Lan"
  },
  "careTeam" : [
    {
      🔗 "reference" : "CareTeam/ExampleCareTeamHypertension",
      "display" : "Đội quản lý tăng huyết áp ngoại trú"
    }
  ]
}