FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageexample.fhir.ph.roadsafety
Resource TypeMedicationStatement
IdMedicationStatement-rs-example-medication-statement.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Metformin 500 mg tablet taken twice daily by rs-example-patient.

Source1

{
  "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"
}