Get a medication dispense by ID

get

/MedicationDispense/{id}

Note: The FHIR API endpoints described below are available for customers to deploy and use. Developers are welcome and encouraged to develop against the specifications in anticipation of customer deployment.

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
A record of medication supplied to a patient.
Show Source
Match One Schema
Show Source
Nested Schema : authorizingPrescription
Type: array
The prescriptions authorizing the dispense.
Show Source
Nested Schema : dosageInstruction
Type: array
How the medication should be used.
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : ReferenceForMedicationDispense
Type: object
Show Source
Nested Schema : meta
Type: object
Show Source
Nested Schema : performer
Type: array
The actors involved in dispensing.
Show Source
Nested Schema : Quantity
Type: object
Show Source
Nested Schema : Dosage
Type: object
Show Source
Nested Schema : additionalInstruction
Type: array
Show Source
Nested Schema : doseAndRate
Type: array
The dose details.
Show Source
Nested Schema : Timing
Type: object
Show Source
Nested Schema : DoseAndRate
Type: object
Show Source
Nested Schema : TimingRepeat
Type: object
Show Source
Nested Schema : Period
Type: object
Show Source
Nested Schema : when
Type: array
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : extension
Type: array
The additional reference information.
Show Source
Nested Schema : ExtensionForMedicationDispense
Type: object
Show Source
Nested Schema : security
Type: array
Show Source
Nested Schema : PerformerForMedicationDispense
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
The FHIR OperationOutcome.
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Back to Top