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.

Beclometasone cream

Product-based VMP instruction with a site.
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="1c7d802c-71b2-4ac1-9cf2-8423e38b95fe" />
<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="inpatient" />
<display value="inpatient" />
</coding>
</category>
<system value="https://dmd.nhs.uk" />
<code value="331792000" />
<display value="Beclometasone 0.025% cream" />
</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="Apply twice a day - Topical - Left thigh" />
<frequency value="2" />
<period value="1" />
<periodUnit value="d" />
</repeat>
</timing>
<system value="http://snomed.info/sct" />
<code value="61396006" />
<display value="Left thigh" />
</coding>
</site>
<system value="http://snomed.info/sct" />
<code value="6064005" />
<display value="Topical" />
</coding>
</route>
<system value="http://snomed.info/sct" />
<code value="417924000" />
<display value="Apply" />
</coding>
</method>
</dosageInstruction>
<allowedBoolean value="false" />
</substitution>
</MedicationRequest>
{
"resourceType": "MedicationRequest",
"id": "1c7d802c-71b2-4ac1-9cf2-8423e38b95fe",
"meta": {
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationRequest"
]
},
"status": "active",
"intent": "order",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "inpatient",
"display": "inpatient"
}
]
}
],
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "331792000",
"display": "Beclometasone 0.025% cream"
}
]
},
"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": "Apply twice a day - Topical - Left thigh",
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "6064005",
"display": "Topical"
}
]
},
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "61396006",
"display": "Left thigh"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "417924000",
"display": "Apply"
}
]
}
}
],
}
}
MedicationRequest.id[0]1c7d802c-71b2-4ac1-9cf2-8423e38b95fe
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]inpatient
MedicationRequest.category[0].coding[0].display[0]inpatient
MedicationRequest.medication[0].coding[0].system[0]https://dmd.nhs.uk
MedicationRequest.medication[0].coding[0].code[0]331792000
MedicationRequest.medication[0].coding[0].display[0]Beclometasone 0.025% cream
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]Apply twice a day - Topical - Left thigh
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].frequency[0]2
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].period[0]1
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].periodUnit[0]d
MedicationRequest.dosageInstruction[0].site[0].coding[0].system[0]http://snomed.info/sct
MedicationRequest.dosageInstruction[0].site[0].coding[0].code[0]61396006
MedicationRequest.dosageInstruction[0].site[0].coding[0].display[0]Left thigh
MedicationRequest.dosageInstruction[0].route[0].coding[0].system[0]http://snomed.info/sct
MedicationRequest.dosageInstruction[0].route[0].coding[0].code[0]6064005
MedicationRequest.dosageInstruction[0].route[0].coding[0].display[0]Topical
MedicationRequest.dosageInstruction[0].method[0].coding[0].system[0]http://snomed.info/sct
MedicationRequest.dosageInstruction[0].method[0].coding[0].code[0]417924000
MedicationRequest.dosageInstruction[0].method[0].coding[0].display[0]Apply
MedicationRequest.substitution[0].allowed[0]False
MedicationRequest

Example on-screen presentation:

Beclometasone 0.025% cream
Apply twice a day - Topical - Left thigh

back to top