Implementation guide for interoperable medicines

This guidance is under active development by NHS England and content may be added or updated on a regular basis.

Zoladex implant

Product-based AMP prescription. Coded route, method and site. Specific administration date.
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="905d34ad-ea20-4371-8bf7-5208fbf146ce" />
<profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationRequest" />
</meta>
<status value="active" />
<intent value="order" />
<system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" />
<code value="outpatient" />
<display value="outpatient" />
</coding>
</category>
<system value="https://dmd.nhs.uk" />
<code value="824211000001107" />
<display value="Zoladex 3.6mg implant SafeSystem pre-filled syringes (AstraZeneca UK Ltd)" />
</coding>
</medicationCodeableConcept>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9999999999" />
</identifier>
</subject>
<authoredOn value="2020-05-15T15:00:00Z" />
<reference value="urn:staff-1112" />
<display value="Dr Maikeu Well" />
</requester>
<reference value="urn:staff-1112" />
<display value="Dr Maikeu Well" />
</recorder>
<text value="Inject Intramuscular route - Anterior abdominal wall structure - take once - on 01/12/2021" />
<event value="2021-12-01" />
<count value="1" />
</repeat>
</timing>
<system value="http://snomed.info/sct" />
<code value="59380008" />
<display value="Anterior abdominal wall structure" />
</coding>
</site>
<system value="http://snomed.info/sct" />
<code value="78421000" />
<display value="Intramuscular route" />
</coding>
</route>
<system value="http://snomed.info/sct" />
<code value="422145002" />
<display value="Inject" />
</coding>
</method>
</dosageInstruction>
<allowedBoolean value="false" />
</substitution>
</MedicationRequest>
{
"resourceType": "MedicationRequest",
"id": "905d34ad-ea20-4371-8bf7-5208fbf146ce",
"meta": {
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationRequest"
]
},
"status": "active",
"intent": "order",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "outpatient",
"display": "outpatient"
}
]
}
],
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "824211000001107",
"display": "Zoladex 3.6mg implant SafeSystem pre-filled syringes (AstraZeneca UK Ltd)"
}
]
},
"subject": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9999999999"
}
},
"authoredOn": "2020-05-15T15:00:00Z",
"reference": "urn:staff-1112",
"display": "Dr Maikeu Well"
},
"reference": "urn:staff-1112",
"display": "Dr Maikeu Well"
},
{
"text": "Inject Intramuscular route - Anterior abdominal wall structure - take once - on 01/12/2021",
"timing": {
"event": [
"2021-12-01"
],
"repeat": {
"count": 1
}
},
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "59380008",
"display": "Anterior abdominal wall structure"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "78421000",
"display": "Intramuscular route"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "422145002",
"display": "Inject"
}
]
}
}
],
}
}
MedicationRequest.id[0]905d34ad-ea20-4371-8bf7-5208fbf146ce
MedicationRequest.meta[0].profile[0]https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationRequest
MedicationRequest.status[0]active
MedicationRequest.intent[0]order
MedicationRequest.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/medicationrequest-category
MedicationRequest.category[0].coding[0].code[0]outpatient
MedicationRequest.category[0].coding[0].display[0]outpatient
MedicationRequest.medication[0].coding[0].system[0]https://dmd.nhs.uk
MedicationRequest.medication[0].coding[0].code[0]824211000001107
MedicationRequest.medication[0].coding[0].display[0]Zoladex 3.6mg implant SafeSystem pre-filled syringes (AstraZeneca UK Ltd)
MedicationRequest.subject[0].identifier[0].system[0]https://fhir.nhs.uk/Id/nhs-number
MedicationRequest.subject[0].identifier[0].value[0]9999999999
MedicationRequest.authoredOn[0]2020-05-15T15:00:00Z
MedicationRequest.requester[0].reference[0]urn:staff-1112
MedicationRequest.requester[0].display[0]Dr Maikeu Well
MedicationRequest.recorder[0].reference[0]urn:staff-1112
MedicationRequest.recorder[0].display[0]Dr Maikeu Well
MedicationRequest.dosageInstruction[0].text[0]Inject Intramuscular route - Anterior abdominal wall structure - take once - on 01/12/2021
MedicationRequest.dosageInstruction[0].timing[0].event[0]2021-12-01
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].count[0]1
MedicationRequest.dosageInstruction[0].site[0].coding[0].system[0]http://snomed.info/sct
MedicationRequest.dosageInstruction[0].site[0].coding[0].code[0]59380008
MedicationRequest.dosageInstruction[0].site[0].coding[0].display[0]Anterior abdominal wall structure
MedicationRequest.dosageInstruction[0].route[0].coding[0].system[0]http://snomed.info/sct
MedicationRequest.dosageInstruction[0].route[0].coding[0].code[0]78421000
MedicationRequest.dosageInstruction[0].route[0].coding[0].display[0]Intramuscular route
MedicationRequest.dosageInstruction[0].method[0].coding[0].system[0]http://snomed.info/sct
MedicationRequest.dosageInstruction[0].method[0].coding[0].code[0]422145002
MedicationRequest.dosageInstruction[0].method[0].coding[0].display[0]Inject
MedicationRequest.substitution[0].allowed[0]False
MedicationRequest

Example on-screen presentation:

Zoladex 3.6mg implant SafeSystem pre-filled syringes (AstraZeneca UK Ltd)
Inject Intramuscular route - Anterior abdominal wall structure - take once - on 01/12/2021

back to top