{
"resourceType": "MedicationRequest",
"id": "da60a842-d755-4fe6-a7eb-4cda52cf17f7",
"contained": [
{
"resourceType": "Medication",
"id": "med1",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "331680008",
"display": "Hydrocortisone 0.1% cream"
}
]
}
}
],
"status": "active",
"intent": "order",
"medicationReference": {
"reference": "#med1"
},
"subject": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9999999999"
}
},
"dosageInstruction": [
{
"patientInstruction": "Apply to area around lips",
"timing": {
"repeat": {
"frequency": 2,
"frequencyMax": 3,
"period": 1,
"periodUnit": "d"
}
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "417924000",
"display": "Apply"
}
]
}
}
]
}
MedicationRequest.id[0] | da60a842-d755-4fe6-a7eb-4cda52cf17f7 |
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] | 331680008 |
MedicationRequest.contained[0].code[0].coding[0].display[0] | Hydrocortisone 0.1% 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].patientInstruction[0] | Apply to area around lips |
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].frequency[0] | 2 |
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].frequencyMax[0] | 3 |
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].period[0] | 1 |
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].periodUnit[0] | d |
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 : da60a842-d755-4fe6-a7eb-4cda52cf17f7 |
contained |
id : med1 |
code |
coding |
system : http://snomed.info/sct |
code : 331680008 |
display : Hydrocortisone 0.1% cream |
status : active |
intent : order |
medication |
reference : #med1 |
subject |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9999999999 |
dosageInstruction |
patientInstruction : Apply to area around lips |
timing |
repeat |
frequency : 2 |
frequencyMax : 3 |
period : 1 |
periodUnit : d |
method |
coding |
system : http://snomed.info/sct |
code : 417924000 |
display : Apply |