FHIR
Search for FHIR resources.
get/R4/{resource_type}
Path parameters
resource_typestring required
Resource Type
Query parameters
patientstring required
Patient ID
Response
OK
Example response
{
"entry": [
{
"fullUrl": "/Patient/1234",
"search": {
"mode": "match"
}
}
],
"link": [
{
"relation": "next"
}
],
"resourceType": "Bundle",
"total": 12,
"type": "searchset"
}