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ụ: Giấy khám sức khỏe định kỳ — người đủ 18 tuổi trở lên

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

{
  "resourceType" : "Composition",
  "id" : "ExampleCompositionHealthCheckup",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition-health-checkup"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition ExampleCompositionHealthCheckup</b></p><a name=\"ExampleCompositionHealthCheckup\"> </a><a name=\"hcExampleCompositionHealthCheckup\"> </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-composition-health-checkup.html\">Giấy khám sức khỏe định kỳ VN Core — VN Core Health Checkup Composition Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-ma-lk-ns.html\" title=\"Hệ thống định danh cho mã liên kết hồ sơ `MA_LK`, dùng để liên kết toàn bộ dữ liệu của cùng một đợt khám chữa bệnh trong lớp liên thông hồ sơ BHYT. Áp dụng cho Bundle.identifier và Claim.identifier.\">VNMALK</a>/KSK20260601000123</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-health-checkup-form-type-cs 02}\">Giấy khám sức khỏe định kỳ cho người đủ 18 tuổi trở lên</span></p><p><b>date</b>: 2026-06-01</p><p><b>author</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">Practitioner Nguyễn Thị Lan</a></p><p><b>title</b>: Giấy khám sức khỏe định kỳ cho người đủ 18 tuổi trở lên</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Professional</td><td>2026-06-01</td><td><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">Practitioner Nguyễn Thị Lan</a></td></tr></table><p><b>custodian</b>: <a href=\"Organization-ExampleOrganizationHealthCheckupFacility.html\">Organization Trung tâm Y tế khu vực Cầu Giấy</a></p></div>"
  },
  "identifier" : {
    "system" : "http://fhir.hl7.org.vn/core/sid/ma-lk",
    "value" : "KSK20260601000123"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-health-checkup-form-type-cs",
        "code" : "02",
        "display" : "KSK định kỳ người đủ 18 tuổi trở lên"
      }
    ],
    "text" : "Giấy khám sức khỏe định kỳ cho người đủ 18 tuổi trở lên"
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatientNguyenVanAn"
  },
  "date" : "2026-06-01",
  "author" : [
    {
      🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII"
    }
  ],
  "title" : "Giấy khám sức khỏe định kỳ cho người đủ 18 tuổi trở lên",
  "attester" : [
    {
      "mode" : "professional",
      "time" : "2026-06-01",
      "party" : {
        🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII"
      }
    }
  ],
  "custodian" : {
    🔗 "reference" : "Organization/ExampleOrganizationHealthCheckupFacility"
  },
  "section" : [
    {
      "title" : "Khám thể lực",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "29545-1",
            "display" : "Physical findings note"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Observation/ExampleObservationVitalBodyHeight"
        },
        {
          🔗 "reference" : "Observation/ExampleObservationVitalWeight"
        },
        {
          🔗 "reference" : "Observation/ExampleObservationVitalBMI"
        },
        {
          🔗 "reference" : "Observation/ExampleObservationVitalBP"
        },
        {
          🔗 "reference" : "Observation/ExampleObservationVitalHeartRate"
        }
      ]
    },
    {
      "title" : "Kết luận và phân loại sức khỏe",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "51848-0",
            "display" : "Evaluation note"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Observation/ExampleObservationHealthClassification"
        }
      ]
    }
  ]
}