Get a medication request by ID
get
/MedicationRequest/{ID}
Retrieves an individual medication request by the associated ID.
Authorization Types
This operation supports the following authorization types:
Request
Path Parameters
-
ID(required): string
The logical resource ID.
Header Parameters
-
Authorization(required): string
Contains the credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer token.
-
accept(required): string
The media type to be requested. See what the resource's operation produces for what is supported.
Response
Supported Media Types
- application/fhir+json
Default Response
Example retrieval.
Example Request:
Example Request:
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/MedicationRequest/56770371
Example Response:
{
"resourceType": "MedicationRequest",
"id": "313757847",
"meta": {
"versionId": "3",
"lastUpdated": "2020-07-21T01:00:49.000Z"
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Medication Request</b></p><p><b>Status</b>: Active</p><p><b>Intent</b>: Order</p><p><b>Medication</b>: lisinopril-hydroCHLOROthiazide(lisinopril-hydroCHLOROthiazide 10 mg-12.5 mg oral tablet)</p><p><b>Dosage Instructions</b>: 1 tab, Oral, Daily</p><p><b>Patient</b>: PETERS, TIM A</p><p><b>Authored On</b>: Nov 21, 2020 8:59 P.M. UTC</p></div>"
},
"extension": [
{
"valueCodeableConcept": {
"text": "Does not need pharmacy verification"
},
"url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/pharmacy-verification-status"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "inpatient",
"display": "Inpatient",
"userSelected": false
}
]
}
],
"reportedBoolean": false,
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "830261",
"display": "Hepatitis B Surface Antigen Vaccine 0.04 MG/ML Injectable Suspension",
"userSelected": false
},
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/synonym",
"code": "19953289",
"display": "hepatitis B adult vaccine dialysis 40 mcg/mL intramuscular suspension",
"userSelected": true
}
],
"text": "hepatitis B adult vaccine (hepatitis B adult vaccine dialysis 40 mcg/mL intramuscular suspension)"
},
"subject": {
"reference": "Patient/12724066",
"display": "SMART, NANCY"
},
"encounter": {
"reference": "Encounter/97953477"
},
"authoredOn": "2020-07-06T15:37:13.000-05:00",
"requester": {
"reference": "Practitioner/2",
"display": "CERNER, CERNER CERNER"
},
"courseOfTherapyType": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4009",
"code": "2337",
"display": "Physician Stop",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
"code": "acute",
"display": "Short course (acute) therapy",
"userSelected": false
}
],
"text": "Physician Stop"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "86406008",
"display": "infektion orsakad av humant immunbristvirus (HIV)",
"userSelected": true
}
],
"text": "infektion orsakad av humant immunbristvirus (HIV)"
}
],
"dosageInstruction": [
{
"extension": [
{
"valueString": "40 mcg = 1 mL, IM, Once, First Dose: 12/07/16 16:00:00 CST",
"url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/clinical-instruction"
}
],
"text": "40 mcg = 1 mL, IM, Once",
"patientInstruction": "1 Milliliters Intramuscular (in a muscle) once. Refills: 0.",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2020-07-06T16:00:00.000-05:00",
"end": "2020-07-06T16:00:00.000-05:00"
}
},
"code": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4003",
"code": "696531",
"display": "Once",
"userSelected": true
}
],
"text": "Once"
}
},
"route": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4001",
"code": "318167",
"display": "IM",
"userSelected": true
},
{
"system": "http://snomed.info/sct",
"code": "78421000",
"display": "Intramuscular route (qualifier value)",
"userSelected": false
}
],
"text": "IM"
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "738996007",
"display": "spreja",
"userSelected": false
}
],
"text": "Spraying"
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1.0,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2020-07-06T15:37:13.000-05:00"
}
}
}
}
Headers
-
X-Request-Id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
X-Request-Id, if present. -
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
opc-Request-Id, if present.
x-confidential-response Response
Reading confidential medication requests.
Example Request:GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/MedicationRequest/56770371
Example Response:
{
"resourceType": "MedicationRequest",
"id": "313757847",
"meta": {
"versionId": "3",
"lastUpdated": "2020-07-21T01:00:49.000Z",
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "PHY",
"display": "physician requested information sensitivity",
"userSelected": false
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "PRS",
"display": "patient requested information sensitivity",
"userSelected": false
}
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Medication Request</b></p><p><b>Meta Security</b>: physician requested information sensitivity, patient requested information sensitivity</p><p><b>Status</b>: Active</p><p><b>Intent</b>: Order</p><p><b>Medication</b>: lisinopril-hydroCHLOROthiazide(lisinopril-hydroCHLOROthiazide 10 mg-12.5 mg oral tablet)</p><p><b>Dosage Instructions</b>: 1 tab, Oral, Daily</p><p><b>Patient</b>: PETERS, TIM A</p><p><b>Authored On</b>: Nov 21, 2020 8:59 P.M. UTC</p></div>"
},
"extension": [
{
"valueCodeableConcept": {
"text": "Does not need pharmacy verification"
},
"url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/pharmacy-verification-status"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "inpatient",
"display": "Inpatient",
"userSelected": false
}
]
}
],
"reportedBoolean": false,
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "830261",
"display": "Hepatitis B Surface Antigen Vaccine 0.04 MG/ML Injectable Suspension",
"userSelected": false
},
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/synonym",
"code": "19953289",
"display": "hepatitis B adult vaccine dialysis 40 mcg/mL intramuscular suspension",
"userSelected": true
}
],
"text": "hepatitis B adult vaccine (hepatitis B adult vaccine dialysis 40 mcg/mL intramuscular suspension)"
},
"subject": {
"reference": "Patient/12724066",
"display": "SMART, NANCY"
},
"encounter": {
"reference": "Encounter/97953477"
},
"authoredOn": "2020-07-06T15:37:13.000-05:00",
"requester": {
"reference": "Practitioner/2",
"display": "CERNER, CERNER CERNER"
},
"courseOfTherapyType": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4009",
"code": "2337",
"display": "Physician Stop",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
"code": "acute",
"display": "Short course (acute) therapy",
"userSelected": false
}
],
"text": "Physician Stop"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "86406008",
"display": "infektion orsakad av humant immunbristvirus (HIV)",
"userSelected": true
}
],
"text": "infektion orsakad av humant immunbristvirus (HIV)"
}
],
"dosageInstruction": [
{
"extension": [
{
"valueString": "40 mcg = 1 mL, IM, Once, First Dose: 12/07/16 16:00:00 CST",
"url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/clinical-instruction"
}
],
"text": "40 mcg = 1 mL, IM, Once",
"patientInstruction": "1 Milliliters Intramuscular (in a muscle) once. Refills: 0.",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2020-07-06T16:00:00.000-05:00",
"end": "2020-07-06T16:00:00.000-05:00"
}
},
"code": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4003",
"code": "696531",
"display": "Once",
"userSelected": true
}
],
"text": "Once"
}
},
"route": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4001",
"code": "318167",
"display": "IM",
"userSelected": true
},
{
"system": "http://snomed.info/sct",
"code": "78421000",
"display": "Intramuscular route (qualifier value)",
"userSelected": false
}
],
"text": "IM"
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "738996007",
"display": "spreja",
"userSelected": false
}
],
"text": "Spraying"
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1.0,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2020-07-06T15:37:13.000-05:00"
}
}
}
Headers
-
X-Request-Id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
X-Request-Id, if present. -
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
opc-Request-Id, if present.
x-with-patient-auth-active Response
Example retrieval of a medication request record with an
Example Request:
active status using patient authorization.Example Request:
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/MedicationRequest/314010287
Example Response:
{
'resourceType': 'MedicationRequest',
'id': '314010287',
'meta': {
'versionId': '0',
'lastUpdated': '2020-07-14T14:45:37.000Z'
},
'text': {
'status': 'generated',
'div': '<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Medication Request</b></p><p><b>Status</b>: Active</p><p><b>Intent</b>: Order</p><p><b>Medication</b>: acetaminophen (acetaminophen 325 mg oral capsule)</p><p><b>Dosage Instructions</b>: 650 mg = 2 cap, Oral, every 4 hr,PRN: as needed for pain, 90 cap, 0 Refill(s)</p><p><b>Patient</b>: SMART, WILMA</p><p><b>Authored On</b>: Jul 14, 2020 2:45 P.M. UTC</p></div>'
},
'status': 'active',
'intent': 'order',
'category': [
{
'coding': [
{
'system': 'http://terminology.hl7.org/CodeSystem/medicationrequest-category',
'code': 'community',
'display': 'Community',
'userSelected': false
}
]
},
{
'coding': [
{
'system': 'http://terminology.hl7.org/CodeSystem/medicationrequest-category',
'code': 'discharge',
'display': 'Discharge',
'userSelected': false
}
]
}
],
'reportedBoolean': false,
'medicationCodeableConcept': {
'coding': [
{
'system': 'http://www.nlm.nih.gov/research/umls/rxnorm',
'code': '198436',
'display': 'Acetaminophen 325 MG Oral Capsule'
},
{
'system': 'https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/synonym',
'code': '276230589',
'display': 'acetaminophen 325 mg oral capsule'
}
],
'text': 'acetaminophen (acetaminophen 325 mg oral capsule)'
},
'subject': {
'reference': 'Patient/12724065',
'display': 'SMART, WILMA'
},
'encounter': {
'reference': 'Encounter/97953483'
},
'authoredOn': '2020-07-14T09:45:15.000-05:00',
'requester': {
'reference': 'Practitioner/12732044',
'display': 'PWMedActionPlan, Physician - Primary Care'
},
'courseOfTherapyType': {
'coding': [
{
'system': 'https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4009',
'code': '2338',
'display': 'Soft Stop'
},
{
'system': 'http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy',
'code': 'continuous',
'display': 'Continuous long term therapy'
}
],
'text': 'Maintenance'
},
'reasonCode': [
{
'coding': [
{
'system': 'http://snomed.info/sct',
'code': '86406008',
'display': 'infektion orsakad av humant immunbristvirus (HIV)',
'userSelected': true
}
],
'text': 'infektion orsakad av humant immunbristvirus (HIV)'
}
],
'dosageInstruction': [
{
'text': '650 mg = 2 cap, Oral, every 4 hr, PRN: as needed for pain, 90 cap, 0 Refill(s)',
'patientInstruction': '2 Capsules Oral (given by mouth) every 4 hours as needed as needed for pain.
Refills: 0.',
'timing': {
'repeat': {
'boundsPeriod': {
'start': '2020-07-14T09:45:00.000-05:00'
}
},
'code': {
'coding': [
{
'system': 'https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4003',
'code': '696547',
'display': 'every 4 hr'
},
{
'system': 'http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation',
'code': 'Q4H',
'display': 'Q4H'
},
{
'system': 'http://snomed.info/sct',
'code': '225756002',
'display': 'Every four hours (qualifier value)'
}
],
'text': 'every 4 hr'
}
},
'asNeededCodeableConcept': {
'text': 'as needed for pain'
},
'route': {
'coding': [
{
'system': 'https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4001',
'code': '318185',
'display': 'Oral',
'userSelected': true
},
{
'system': 'http://snomed.info/sct',
'code': '26643006',
'display': 'Oral route (qualifier value)',
'userSelected': false
}
],
'text': 'Oral'
},
'method': {
'coding': [
{
'system': 'http://snomed.info/sct',
'code': '738996007',
'display': 'spreja',
'userSelected': false
}
],
'text': 'Spraying'
},
'doseAndRate': [
{
'doseQuantity': {
'value': 2,
'unit': 'cap',
'system': 'http://unitsofmeasure.org',
'code': '{Capsule}'
}
}
]
}
],
'dispenseRequest': {
'validityPeriod': {
'start': '2020-07-14T09:45:15.000-05:00'
},
'numberOfRepeatsAllowed': 0,
'quantity': {
'value': 90,
'unit': 'cap',
'system': 'http://unitsofmeasure.org',
'code': '{Capsule}'
}
},
'substitution': {
'allowedBoolean': true
}
}
Headers
-
X-Request-Id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
X-Request-Id, if present. -
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
opc-Request-Id, if present.
x-with-patient-auth-inerrored Response
Example retrieval of a medication request record with an
Example Request:
Entered in Error status using patient authorization.Example Request:
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/MedicationRequest/261542609
Example Response:
{
'resourceType': 'MedicationRequest',
'id': '261542609',
'meta': {
'versionId': '4',
'lastUpdated': '2020-12-09T05:29:49.000Z'
},
'text': {
'status': 'generated',
'div': '<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Medication Request</b></p><p><b>Status</b>: Entered in Error</p><p><b>Intent</b>: Order</p>/<p><b>Medication</b>: Error</p><p><b>Patient</b>: MARSTON, JACK</p></div>'
},
'status': 'entered-in-error',
'intent': 'order',
'medicationCodeableConcept': {
'coding': [
{
'system': 'http://terminology.hl7.org/CodeSystem/data-absent-reason',
'code': 'error',
'display': 'Error'
}
],
'text': 'Error'
},
'subject': {
'reference': 'Patient/166045489',
'display': 'MARSTON, JACK'
}
}
Headers
-
X-Request-Id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
X-Request-Id, if present. -
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
opc-Request-Id, if present.