Get a medication dispense by ID

get

/MedicationDispense/{id}

Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.

Retrieves an individual medication dispense by the associated ID.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful retrieve response.
Body ()
Root Schema : MedicationDispense
Type: object
Show Source
Nested Schema : authorizingPrescription
Type: array
(USCDI) The medication order that authorizes the dispense.
Show Source
Nested Schema : dosageInstruction
Type: array
(USCDI) How the medication is to be used by the patient or administered by the caregiver.
Show Source
Nested Schema : medicationCodeableConcept
(USCDI) What medication was supplied.
Match All
(USCDI) What medication was supplied.
Show Source
Nested Schema : performer
Type: array
(USCDI) The individual who performed the event.
Show Source
Nested Schema : quantity
(USCDI) The amount dispensed.
Match All
(USCDI) The amount dispensed.
Show Source
Nested Schema : subject
(USCDI) Who the dispense is for.
Match All
(USCDI) Who the dispense is for.
Show Source
Nested Schema : type
(USCDI) A trial fill, partial fill, emergency fill, and so on.
Match All
(USCDI) A trial fill, partial fill, emergency fill, and so on.
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : Dosage
Type: object
Show Source
Nested Schema : doseAndRate
Type: array
(USCDI) The amount of medication administered.
Show Source
Nested Schema : timing
Type: object
(USCDI) When the medication should be administered.
Nested Schema : DosageDoseAndRate
Type: object
Show Source
Nested Schema : doseQuantity
(USCDI) The amount of medication per dose.
Match All
(USCDI) The amount of medication per dose.
Show Source
Nested Schema : Quantity
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : MedicationDispensePerformer
Type: object
Show Source
Nested Schema : actor
(USCDI) The individual who was performing the dispense.
Match All
(USCDI) The individual who was performing the dispense.
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top