Page Status: Updated 2021-06-29

API Pattern: Request and Response

The general concept for the API is that the care giver sends in information about the performed test in the form of a number of FHIR resources (see documentation and examples below).

The response contains an issued Covid Certificate (sv Covidbevis) in the form of a pdf, a QR code in the form of an image, and some additional structured information (see https://diggsweden.github.io/Covidbevis-API/).

NB! This API does not follow the RESTful pattern where the submitted resource is returned in response. In this implementation the requst contains information about an individuals testresult, and the response is the issued covid certificate.