Skip to main content

SOAP Report

SOAP Reports (SOEP consultation reports in Dutch) are exposed through Composition resources. As opposed to all other endpoints currently available, this endpoint is a STU3 endpoint, based on the MedMij profile for Compositions.

Retrieving all SOAP Reports

All SOAP Reports can be retrieved through a search on Composition resources. Currently, no actual search parameters have been implemented, as such all Compositions are retrieved by default. The only mandatory search parameter is:

  • code
    Mandatory, must be set to http://loinc.org|67781-5.
GET <TENANT_BASE_URL>/fhir/STU3/Patient/<PATIENT_ID>/Composition?code=http://loinc.org|67781-5

Retrieving a SOAP Report by ID

A SOAP Report can be retrieved by ID through a GET request to the Composition resource.

GET <TENANT_BASE_URL>/fhir/STU3/Patient/<PATIENT_ID>/Composition/<COMPOSITION_ID>