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

Patient

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

Provide Patient

Usage

Only Patient resources using profiles listed bellow are supported.

Supported Profiles

Profile Description
Patient Covers demographic data about the patient

create

POST [base]/Patient

update

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

Find Patient

read

GET [base]/Patient/[id]

vread

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

search

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

Search Parameters

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

Clone this wiki locally