DRAFT PH Road Safety Implementation Guide
0.1.0 - ci-build Philippines flag

DRAFT PH Road Safety Implementation Guide, published by UP Manila - National Institutes of Health - National Telehealth Center. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UPM-NTHC/PH-RoadSafetyIG/ and changes regularly. See the Directory of published versions

Data Modelling

General Data Model - Discussion and integration notes

  • This page gives a high level overview of the mapped FHIR resources from workshops (dot-vote priorities, ONEISS, ONEISS vs NHDR mapping), map MDS fields to FHIR resources (Observation, Encounter, Condition, DocumentReference, Procedure, Patient, Location, etc.) and note areas marked MUST SUPPORT.

Key decisions (high-level)

  • Use Observation for most scene/transport vitals, triage, collision/vehicle details and many external-cause elements.
  • Use Encounter for the transport/visit context and participant roles (team lead, treatment officer, transport officer, receiving staff).
  • Use DocumentReference for post-crash reports, attachments (cause of crash, party at fault, reconstruction materials).
  • Use Condition for diagnosis/icd-10/nature of injury.
  • Use Procedure for psychosocial support, coordination tasks, and other performed procedures.
  • Use Patient/Location/Organization references where appropriate for identifiers and facility information.

Mermaid diagram (simplified)

flowchart LR
  Patient[Patient]
  Encounter[Encounter]
  Observation[Observation]
  Condition[Condition]
  Procedure[Procedure]
  DocumentReference[DocumentReference]
  Location[Location]
  Organization[Organization]

  Patient -->|subject of| Encounter
  Encounter -->|has observations| Observation
  Encounter -->|has diagnoses| Condition
  Encounter -->|has procedures| Procedure
  Encounter -->|serviceProvider| Organization
  Encounter -->|occursAt| Location
  Observation -->|derivedFrom| DocumentReference
  DocumentReference -->|attachment for| Encounter

  style Patient fill:#f9f,stroke:#333,stroke-width:1px
  style Observation fill:#ff9,stroke:#333,stroke-width:1px