Examples ACVPU

Introduction

An example payload for a POST operation or response to a GET operation.

Example Payload

Link to Json format

Observation

Example: Searching a Patient's ACVPU Registrations by Specifying Required Profile & Including performer.organization

The following is an example of a GET request in which the search is based on patient ID. To narrow the search to only ACVPU observations, the profile is specified in the query.

Given date interval in the search is 2018-11-20T15:33:48.583Z to 2022-12-20T15:33:48.583Z

As a response, the Observations are included in a Bundle resource.

Search Query

  1. GET [baseURL]Observation/_search?patient.identifier=urn:oid:1.2.752.129.2.1.3.1|199402112388&date=gt2018-11-20T15:33:48.583Z&date=lt2022-12-20T15:33:48.583Z&status=final&_profile=https://fhir.cambio.se/StructureDefinition/ObservationAcvpuLite/v1&_include=Observation:performer.organization

Response

Link to Json format

Bundle