FHIR IG analytics| Package | uk.gpc.updaterecord |
| Resource Type | MedicationRequest |
| Id | medreq.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationRequest",
"id": "b269d1d7-1acf-47bb-8b3c-e38b583d9a07",
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationRepeatInformation",
"extension": [
{
"url": "numberOfPrescriptionsIssued",
"valueUnsignedInt": 1
},
{
"url": "authorisationExpiryDate",
"valueDateTime": "2023-09-10T19:00:00.000Z"
}
]
}
],
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/prescription-order-number",
"value": "CDT38E-Y765968-4FG3BQ"
}
],
"status": "active",
"intent": "plan",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.or/CodeSystem/medicationrequest-category",
"code": "community",
"display": "Community"
}
]
}
],
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/ct",
"code": "3113111000001106",
"display": "Pulmicort 100 Turbohaler (AstraZeneca UK Ltd)"
}
]
},
"subject": {
"reference": "Patient/9000000009",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9000000009"
},
"display": "Jane Smith"
},
"requester": {
"reference": "Practitioner/16708936-6397-4e03-b84f-4aaa790633e0"
},
"courseOfTherapyType": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy",
"code": "continuous",
"display": "Continuous long term therapy"
}
]
},
"authoredOn": "2022-10-13T16:20:27+07:00",
"substitution": {
"allowedBoolean": false
},
"dosageInstruction": [
{
"text": "One to two puffs to be inhaled as needed",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "420652005",
"display": "Until Gone"
}
]
}
}
]
}