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

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

{
  "resourceType" : "CareTeam",
  "id" : "ExampleCareTeamHypertension",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-care-team"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam ExampleCareTeamHypertension</b></p><a name=\"ExampleCareTeamHypertension\"> </a><a name=\"hcExampleCareTeamHypertension\"> </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-team.html\">Nhóm chăm sóc VN Core — VN Core CareTeam Profile</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Đội quản lý tăng huyết áp ngoại trú — Nguyễn Văn An</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><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:\">Bác sĩ điều trị chính</span></p><p><b>member</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:\">Đơn vị điều dưỡng theo dõi</span></p><p><b>member</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Khoa Khám bệnh — Bệnh viện Chợ Rẫy</a></p></blockquote><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I10}\">Quản lý tăng huyết áp</span></p><p><b>managingOrganization</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p></div>"
  },
  "status" : "active",
  "name" : "Đội quản lý tăng huyết áp ngoại trú — Nguyễn Văn An",
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
    "display" : "Nguyễn Văn An"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/ExampleEncounterOutpatient"
  },
  "period" : {
    "start" : "2026-03-19"
  },
  "participant" : [
    {
      "role" : [
        {
          "text" : "Bác sĩ điều trị chính"
        }
      ],
      "member" : {
        🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII",
        "display" : "BS CKII Nguyễn Thị Lan"
      }
    },
    {
      "role" : [
        {
          "text" : "Đơn vị điều dưỡng theo dõi"
        }
      ],
      "member" : {
        🔗 "reference" : "Organization/ExampleOrganizationChoRay",
        "display" : "Khoa Khám bệnh — Bệnh viện Chợ Rẫy"
      }
    }
  ],
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/sid/icd-10",
          "code" : "I10",
          "display" : "Essential (primary) hypertension"
        }
      ],
      "text" : "Quản lý tăng huyết áp"
    }
  ],
  "managingOrganization" : [
    {
      🔗 "reference" : "Organization/ExampleOrganizationChoRay",
      "display" : "Bệnh viện Chợ Rẫy"
    }
  ]
}