Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

MedicationStatement

Renaud Subiger edited this page Jun 4, 2021 · 2 revisions

Provide MedicationStatement

Usage

Only MedicationStatement resources using profiles listed bellow are supported.

Supported Profiles

Profile Description
Pharmacological Therapy Pharmacological therapy in the context of Covid-19.
Pharmacological Therapy ACE Inhibitors Pharmacological therapy using ACE inhibitors in the context of Covid-19.
Pharmacological Therapy Anticoagulants Pharmacological therapy using anticoagulants in the context of Covid-19.
Pharmacological Therapy Immunoglobulins Pharmacological therapy using immunoglobulins in the context of Covid-19.

create

POST [base]/MedicationStatement

update

PUT [base]/MedicationStatement/[id]
PUT [base]/MedicationStatement?[parameters]

Find MedicationStatement

read

GET [base]/MedicationStatement/[id]

vread

GET [base]/MedicationStatement/[id]/_history/[vid]

search

GET [base]/MedicationStatement{?[parameters]}

Search Parameters

The list of search parameters for this resource is available here.

Clone this wiki locally