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ụ: Phân loại ưu tiên cấp cứu — Cấp độ 2

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

{
  "resourceType" : "Observation",
  "id" : "ExampleObservationTriageAcuity",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-triage-acuity"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationTriageAcuity</b></p><a name=\"ExampleObservationTriageAcuity\"> </a><a name=\"hcExampleObservationTriageAcuity\"> </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-observation-triage-acuity.html\">Phân loại ưu tiên cấp cứu VN Core — VN Core Triage Acuity Observation</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 225390008}\">Phân loại mức độ ưu tiên cấp cứu</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleEncounterEmergency.html\">Encounter: extension = Cấp cứu,Cấp cứu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-20-CC-0015; status = finished; class = emergency (v3 Code System ActCode#EMER); type = Khám bệnh; period = 2026-04-20 20:30:00+0700 --&gt; 2026-04-21 06:00:00+0700; reasonCode = </a></p><p><b>effective</b>: 2026-04-20 20:35:00+0700</p><p><b>performer</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">ĐD khoa Cấp cứu</a></p><p><b>value</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-triage-acuity-cs 2}\">Cấp độ 2 — Cấp cứu</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey",
          "display" : "Survey"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "225390008",
        "display" : "Triage"
      }
    ],
    "text" : "Phân loại mức độ ưu tiên cấp cứu"
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
    "display" : "Nguyễn Văn An"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/ExampleEncounterEmergency"
  },
  "effectiveDateTime" : "2026-04-20T20:35:00+07:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII",
      "display" : "ĐD khoa Cấp cứu"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-triage-acuity-cs",
        "code" : "2",
        "display" : "Cấp độ 2 — Cấp cứu"
      }
    ]
  }
}