XML View
<Medication xmlns="http://hl7.org/fhir">
<id value="UKCore-Medication-TimoptolEyeDrops-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<code>
<coding>
<system value="https://dmd.nhs.uk" />
<code value="18616211000001106" />
<display value="Timoptol 0.5% eye drops (DE Pharmaceuticals)" />
</coding>
</code>
</Medication>
JSON View
{
"resourceType": "Medication",
"id": "UKCore-Medication-TimoptolEyeDrops-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"code": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "18616211000001106",
"display": "Timoptol 0.5% eye drops (DE Pharmaceuticals)"
}
]
}
}