MedicationRequest Reponse
Possible status codes:
Status code 200 - success - the resource information is in the body as shown below.
Status code 400 - bad request - one or more request parameters was invalid.
Status code 401 - unauthorized (a valid bearer token is required).
Status code 404 - not found (the resource specified was not found).
Status code 500 - internal error.
Examples:
Request: GET /MedicationRequest/2005
Response:
{
"resourceType": "MedicationRequest",
"id": "2005",
"status": "unknown",
"intent": "order",
"reportedBoolean": false,
"medicationReference": {
"reference": "https://fhir.pcisgold.com/fhir/Medication/2005"
},
"subject": {
"reference": "https://fhir.pcisgold.com/fhir/Patient/1000.1000"
},
"encounter": {
"reference": "https://fhir.pcisgold.com/fhir/Encounter/3019"
},
"authoredOn": "2017-10-18T21:29:01.043-06:00",
"requester": {
"reference": "https://fhir.pcisgold.com/fhir/Practitioner/SDB"
},
"dosageInstruction": [
{
"text": "1 unit(s) inject QD (Daily)"
}
]
}