XML View
<Medication xmlns="http://hl7.org/fhir">
<id value="UKCore-Medication-TimololVTM-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="777773007" />
<display value="Timolol" />
</coding>
</code>
<form>
<coding>
<system value="http://snomed.info/sct" />
<code value="17960711000001109" />
<display value="Ear/eye drops solution" />
</coding>
</form>
</Medication>
JSON View
{
"resourceType": "Medication",
"id": "UKCore-Medication-TimololVTM-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"code": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "777773007",
"display": "Timolol"
}
]
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "17960711000001109",
"display": "Ear/eye drops solution"
}
]
}
}