v1

latestOpenAPI 3.0.0Apache 2.02026-07-246175132.0 KB
FHIR

Search for FHIR resources.

get/R4/{resource_type}

Path parameters

resource_typestring required

Resource Type

Query parameters

patientstring required

Patient ID

Response

OK

resourceTypestring

The type of the FHIR resource.

totalinteger

The total number of resources in the bundle.

typestring

The type of bundle.

Example response

{
  "entry": [
    {
      "fullUrl": "/Patient/1234",
      "search": {
        "mode": "match"
      }
    }
  ],
  "link": [
    {
      "relation": "next"
    }
  ],
  "resourceType": "Bundle",
  "total": 12,
  "type": "searchset"
}