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

DiagnosticReport

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

Provide DiagnosticReport

Usage

Only DiagnosticReport resources using profiles listed bellow are supported.

Supported Profiles

Profile Description
DiagnosticReport - Laborbefund
Diagnostic Report Radiology Radiological findings in the context of an infection with SARS-CoV-2.

create

POST [base]/DiagnosticReport

update

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

Find DiagnosticReport

read

GET [base]/DiagnosticReport/[id]

vread

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

search

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

Search Parameters

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

Clone this wiki locally