DRAFT PH Road Safety Implementation Guide
0.3.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.3.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
<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="rs-example-medication-statement"/>
<meta>
<profile
value="https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-medication-statement"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Metformin 500 mg tablet taken twice daily by rs-example-patient.</div>
</text>
<status value="active"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.whocc.no/atc"/>
<code value="A10BA02"/>
<display value="metformin"/>
</coding>
<text value="Metformin 500 mg tablet"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/rs-example-patient"/>
</subject>
<effectiveDateTime value="2025-10-30"/>
</MedicationStatement>