DRAFT PH Road Safety Implementation Guide
0.1.0 - ci-build
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
Key decisions (high-level)
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