patient
as a query parameter.Authorization: Bearer ********************
{
"resourceType": "Bundle",
"id": "1ec3493a-33d2-4ae9-a7ed-969ef48d4bf4",
"meta": {
"lastUpdated": "2025-05-12T17:33:17.245+00:00"
},
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "https://fhir-dev.edvak.com/fhir/AllergyIntolerance?patient=Patient%2F213"
}
],
"entry": [
{
"fullUrl": "https://fhir-dev.edvak.com/fhir/AllergyIntolerance/326",
"resource": {
"resourceType": "AllergyIntolerance",
"id": "326",
"meta": {
"versionId": "1",
"lastUpdated": "2025-05-09T11:42:42.602+00:00",
"source": "#aIPS1bOHrwgcwTik"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "261665006",
"display": "Unknown"
}
],
"text": "Peanut Allergy"
},
"patient": {
"reference": "Patient/213",
"display": "John Doe"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39579001",
"display": "Anaphylaxis"
}
],
"text": "Severe anaphylactic reaction"
}
],
"severity": "severe"
}
]
},
"search": {
"mode": "match"
}
}
]
}