FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-rs-example-medication-statement.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "MedicationStatement",
"id": "rs-example-medication-statement",
"meta": {
"profile": [
"https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-medication-statement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "A10BA02",
"display": "metformin"
}
],
"text": "Metformin 500 mg tablet"
},
"subject": {
"reference": "Patient/rs-example-patient"
},
"effectiveDateTime": "2025-10-30"
}