11. The doctor checks the medications that the patient said they were taking

GET https://api-{{tenant-id}}.developer.commure.com/api/v1/r4/MedicationStatement?subject=Patient/{{patient-id}}

The practitioner reviews the medications that the patient is taking. The client application uses the patient id to retrieve the MedicationStatement resource that has the patient as a subject.

Request Params

KeyDatatypeRequiredDescription
subjectstring

RESPONSES

status: OK

{"resourceType":"Bundle","type":"searchset","link":[{"relation":"self","url":"MedicationStatement?subject=Patient%2F1c207762-db80-49db-aff5-4a9b81837d68\u0026_count=50"}],"entry":[{"fullUrl":"https://api-53914125.developer.commure.com/api/v1/r4/MedicationStatement/6b4976a2-a404-4c9a-8db8-163dd549a433","resource":{"resourceType":"MedicationStatement","id":"6b4976a2-a404-4c9a-8db8-163dd549a433","meta":{"extension":[{"extension":[{"url":"clientname","valueString":"dashboard"},{"url":"person","valueReference":{"reference":"Person/bea178a0-6ea4-4b47-99af-e4021bba8f99"}}],"url":"https://commure.com/fhir/provenance/StructureDefinition/creator-structure-map"}],"versionId":"f58f2518-f813-4375-bb41-d07d22fe10ed","lastUpdated":"2020-11-02T12:21:25.343527+00:00"},"status":"completed","category":{"coding":[{"system":"http://hl7.org/fhir/medication-statement-category","code":"inpatient","display":"Inpatient","userSelected":true}],"text":"Inpatient"},"medicationCodeableConcept":{"coding":[{"system":"http://snomed.info/sct","code":"50580-506-02","display":"Tylenol PM"}]},"subject":{"reference":"Patient/1c207762-db80-49db-aff5-4a9b81837d68"},"effectiveDateTime":"2014-01-23","dateAsserted":"2015-02-22","informationSource":{"reference":"urn:uuid:"},"reasonCode":[{"coding":[{"system":"http://snomed.info/sct","code":"32914008","display":"Restless LegsM"}]}],"dosage":[{"text":"one capsule three times daily","timing":{"repeat":{"frequency":3,"period":1,"periodUnit":"d"}},"asNeededBoolean":false,"route":{"coding":[{"system":"http://snomed.info/sct","code":"260548002","display":"Oral"}]},"maxDosePerPeriod":{"numerator":{"value":3,"unit":"capsules","system":"http://snomed.info/sct","code":"385055001"},"denominator":{"value":1,"system":"http://unitsofmeasure.org","code":"d"}}}]},"search":{"mode":"match"}}]}