Please note:
- This version of the UK Core is for C&TA Sprint 7 Review.
- This version is not suitable for implementation. Other versions are available on the UK Core Version History Guide
- Please follow the guidance on the Contact Us page if you need any assistance.
- A summary of changes is available on the STU3 Sequence Change Log
An example to illustrate Timoptol eye drops medication
Table View
Medication.id[0] | UKCore-Medication-TimoptolEyeDrops-Example |
Medication.code[0].coding[0].system[0] | https://dmd.nhs.uk |
Medication.code[0].coding[0].code[0] | 18616211000001106 |
Medication.code[0].coding[0].display[0] | Timoptol 0.5% eye drops (DE Pharmaceuticals) |
XML View
<Medication xmlns="http://hl7.org/fhir"> <id value="UKCore-Medication-TimoptolEyeDrops-Example" /> <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", "code": { "coding": [ { "system": "https://dmd.nhs.uk", "code": "18616211000001106", "display": "Timoptol 0.5% eye drops (DE Pharmaceuticals)" } ] } }