Skip to main content

MedicationRequest Example

{
"resource": {
"resourceType": "MedicationRequest",
"id": "AFT37PVD3OBOJAQ362ORIPI6CA",
"meta": {
"versionId": "20220922012635751",
"lastUpdated": "2022-09-22T13:26:35+00:00",
"profile": [
"https://fhir.graphnethealth.com/STU3/StructureDefinition/MedicationRequest"
],
"tag": [
{
"system": "https://fhir.graphnethealth.com/CodeSystem-Tenancies",
"code": "3"
},
{
"system": "https://fhir.graphnethealth.com/CodeSystem-TenancyType",
"code": "EMIS"
}
]
},
"contained": [
{
"resourceType": "Medication",
"id": "med",
"meta": {
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Medication-1"
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "317971007",
"display": "Furosemide 20mg tablets"
}
],
"text": "Furosemide 20mg tablets"
}
}
],
"extension": [
{
"extension": [
{
"url": "numberOfRepeatPrescriptionsIssued",
"valueInteger": 4
},
{
"url": "authorisationExpiryDate",
"valueDateTime": "2004-07-26"
}
],
"url": "https://fhir.graphnethealth.com/STU3/StructureDefinition/Extension-MedicationRepeatInformation"
}
],
"identifier": [
{
"system": "http://www.e-mis.com/emis/id",
"value": "B45CA215-6033-4BDC-8A21-1084950BAC8E"
},
{
"system": "http://www.e-mis.com/exa/id",
"value": "ea53960a-d2fb-5db2-b2e9-2e97a150f9b8"
}
],
"status": "active",
"intent": "plan",
"medicationReference": {
"reference": "#med"
},
"subject": {
"reference": "Patient/BKR4S3EYB7ZKZYTYAU5DOCHHQY"
},
"authoredOn": "2004-03-28",
"requester": {
"agent": {
"display": "Dr Patrick Pump"
},
"onBehalfOf": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "GP12345"
},
"display": "Low Valley GP Surgery"
}
},
"recorder": {
"display": "Dr Patrick Pump"
},
"dosageInstruction": [
{
"text": "TAKE ONE DAILY"
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2004-03-28"
},
"quantity": {
"value": 28,
"unit": "tablet(s)",
"system": "http://unitsofmeasure.org",
"code": "tablet(s)"
}
}
}
}