Get Medication Statement by ID
GET {{baseUrl}}/api/v2/MedicationStatement/:medication-statement-id?patient=<integer>
Overview:
Retrieves the full details of a specific medication statement record identified by its unique ID.
Use Cases:
Retrieve Specific Statement: Obtain details of a particular medication statement
Access Medication Information: Retrieve general medication details
Query Dosage Information: Obtain details of specific dosage
Review Allergy Medications: Access details of medications related to allergies
Examine Medication Interactions: Retrieve information on specific medication interactions
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
patient | string | (Required) The patient identifier associated with the medication statement. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Authorization | string |
RESPONSES
status: OK
{}