UK Core Implementation Guide 1.0.0 - STU1

An example to illustrate the form element with VTM via Timolol medicine

Table View

Medication.id[0]UKCore-Medication-TimololVTM-Example
Medication.text[0].status[0]additional
Medication.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the form element with VTM via Timolol medicine</div>
Medication.code[0].coding[0].system[0]https://dmd.nhs.uk
Medication.code[0].coding[0].code[0]777773007
Medication.code[0].coding[0].display[0]Timolol
Medication.form[0].coding[0].system[0]http://snomed.info/sct
Medication.form[0].coding[0].code[0]17960711000001109
Medication.form[0].coding[0].display[0]Ear/eye drops solution

Tree View

Medication

XML View

<Medication xmlns="http://hl7.org/fhir">
<id value="UKCore-Medication-TimololVTM-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://dmd.nhs.uk" />
<code value="777773007" />
<display value="Timolol" />
</coding>
</code>
<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"
}
]
}
}

back to top