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

Consent

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

Provide Consent

Usage

Only Consent resources using profiles listed bellow are supported.

Supported Profiles

Profile Description
Do-Not-Resuscitate Order A do-not-resuscitate (DNR) order.

create

POST [base]/Consent

update

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

Find Consent

read

GET [base]/Consent/[id]

vread

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

search

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

Search Parameters

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

Clone this wiki locally