Beclometasone 0.025% cream, Apply Thigh, twice a day
Product-based instruction using a VMP. Body site identified.
<MedicationRequest xmlns="http://hl7.org/fhir"> <id value="1c7d802c-71b2-4ac1-9cf2-8423e38b95fe" /> <contained> <Medication> <id value="med1" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="331792000" /> <display value="Beclometasone 0.025% cream" /> </coding> </code> </Medication> </contained> <status value="active" /> <intent value="order" /> <medicationReference> <reference value="#med1" /> </medicationReference> <subject> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9999999999" /> </identifier> </subject> <dosageInstruction> <timing> <repeat> <frequency value="2" /> <period value="1" /> <periodUnit value="d" /> </repeat> </timing> <site> <coding> <system value="http://snomed.info/sct" /> <code value="68367000" /> <display value="Thigh" /> </coding> <text value="Thigh" /> </site> <method> <coding> <system value="http://snomed.info/sct" /> <code value="417924000" /> <display value="Apply" /> </coding> </method> </dosageInstruction> </MedicationRequest>
{ "resourceType": "MedicationRequest", "id": "1c7d802c-71b2-4ac1-9cf2-8423e38b95fe", "contained": [ { "resourceType": "Medication", "id": "med1", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "331792000", "display": "Beclometasone 0.025% cream" } ] } } ], "status": "active", "intent": "order", "medicationReference": { "reference": "#med1" }, "subject": { "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9999999999" } }, "dosageInstruction": [ { "timing": { "repeat": { "frequency": 2, "period": 1, "periodUnit": "d" } }, "site": { "coding": [ { "system": "http://snomed.info/sct", "code": "68367000", "display": "Thigh" } ], "text": "Thigh" }, "method": { "coding": [ { "system": "http://snomed.info/sct", "code": "417924000", "display": "Apply" } ] } } ] }
MedicationRequest.id[0] | 1c7d802c-71b2-4ac1-9cf2-8423e38b95fe |
MedicationRequest.contained[0].id[0] | med1 |
MedicationRequest.contained[0].code[0].coding[0].system[0] | http://snomed.info/sct |
MedicationRequest.contained[0].code[0].coding[0].code[0] | 331792000 |
MedicationRequest.contained[0].code[0].coding[0].display[0] | Beclometasone 0.025% cream |
MedicationRequest.status[0] | active |
MedicationRequest.intent[0] | order |
MedicationRequest.medication[0].reference[0] | #med1 |
MedicationRequest.subject[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/nhs-number |
MedicationRequest.subject[0].identifier[0].value[0] | 9999999999 |
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] | 68367000 |
MedicationRequest.dosageInstruction[0].site[0].coding[0].display[0] | Thigh |
MedicationRequest.dosageInstruction[0].site[0].text[0] | Thigh |
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 |
id : 1c7d802c-71b2-4ac1-9cf2-8423e38b95fe |
contained |
id : med1 |
code |
coding |
system : http://snomed.info/sct |
code : 331792000 |
display : Beclometasone 0.025% cream |
status : active |
intent : order |
medication |
reference : #med1 |
subject |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9999999999 |
dosageInstruction |
timing |
repeat |
frequency : 2 |
period : 1 |
periodUnit : d |
site |
coding |
system : http://snomed.info/sct |
code : 68367000 |
display : Thigh |
text : Thigh |
method |
coding |
system : http://snomed.info/sct |
code : 417924000 |
display : Apply |
Dose-based instruction using a VTM. Body site identified.
Where a concentration is required it is expected that the prescribing concept would be a VMP or AMP.