: Example Referral Medication Context - JSON Representation
Raw json | Download
{
"resourceType" : "MedicationStatement",
"id" : "example-referral-medication",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement example-referral-medication</b></p><a name=\"example-referral-medication\"> </a><a name=\"hcexample-referral-medication\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{https://example.org/fhir/CodeSystem/medication-catalog ibuprofen-600}\">ibuprofen-600</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>effective</b>: 2026-07-20 --> (ongoing)</p></div>"
},
"status" : "active",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "https://example.org/fhir/CodeSystem/medication-catalog",
"version" : "2026-01",
"code" : "ibuprofen-600"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"effectivePeriod" : {
"start" : "2026-07-20"
}
}