Get Medication Statement
GET {{baseUrl}}/api/v2/ReferenceData?resourceType=medicationstatement&practiceId=<string>&searchString=lisinopril
Overview: This API takes an input parameter resourceType that has the value 'medicationstatement', and returns medication-related data from various systems like Athena and RxNorm. Based on the input, the API provides paginated results containing medication details from the respective system. The response includes metadata about the system and the category of data, along with a list of medication entries.
Example Responses:
Athena: Returns medication names and IDs for prescriptions or medication statements.
- Elation: Provides detailed pharmaceutical data such as RxNorm codes, standardized drug terms, and other related identifiers.
Use Cases:
Fetching Medication Data for MedicationStatement Resources: Use this API to retrieve detailed medication data, such as names, IDs, and standardized codes, for populating or updating MedicationStatement resources in healthcare systems.
Standardizing Medication Data Across Systems: This API helps ensure that medication information, sourced from systems like RxNorm, is standardized using globally recognized codes and terms.
Clinical Data Integration: Healthcare providers can use this API to pull medication data relevant to a MedicationStatement resource, making it easier to track patient medications across different systems.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
resourceType | string | (Required) The type of resource to search for | |
practiceId | string | (Required) The practice ID to search for | |
searchString | string | (Required) The search string to use |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source ID to use | |
Authorization | string |
RESPONSES
status: OK
{"context":{"system":"\u003cstring\u003e","category":"\u003cstring\u003e"},"data":{"pagination":{"count":"\u003cinteger\u003e"},"result":[{"medication":"\u003cstring\u003e","medicationid":"\u003cinteger\u003e"},{"medication":"\u003cstring\u003e","medicationid":"\u003cinteger\u003e"}]}}