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

KeyDatatypeRequiredDescription
resourceTypestring(Required) The type of resource to search for
practiceIdstring(Required) The practice ID to search for
searchStringstring(Required) The search string to use

HEADERS

KeyDatatypeRequiredDescription
x-source-idstring(Required) The source ID to use
Authorizationstring

RESPONSES

status: OK

{&quot;context&quot;:{&quot;system&quot;:&quot;\u003cstring\u003e&quot;,&quot;category&quot;:&quot;\u003cstring\u003e&quot;},&quot;data&quot;:{&quot;pagination&quot;:{&quot;count&quot;:&quot;\u003cinteger\u003e&quot;},&quot;result&quot;:[{&quot;medication&quot;:&quot;\u003cstring\u003e&quot;,&quot;medicationid&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;medication&quot;:&quot;\u003cstring\u003e&quot;,&quot;medicationid&quot;:&quot;\u003cinteger\u003e&quot;}]}}