Get a list of allergy intolerances
get
/AllergyIntolerance
Search for AllergyIntolerance resources that meet the specified query parameters.
GET /AllergyIntolerance?:parameters
This operation supports the following Authorization types:
- Patient
- Provider
- System
Request
Query Parameters
-
_id: string
The logical resource ID associated with the resource.
This parameter is required ifpatientis not used.
Type: token. -
_revinclude: string
A request to include any Provenance resource in the bundle that refers to an AllergyIntolerance resource in the search results. Only supported with Provenance.
Type: _revinclude.
The_revincludeparameter may be provided once with the valueProvenance:target. For example,_revinclude=Provenance:target.
When_revincludeis provided in a request, the OAuth2 token must include thepatient/Provenance.read system/Provenance.readoruser/Provenance.readscope as applicable. -
patient: string
Header Parameters
-
Accept(required): string
The media type to be requested. Refer to what the resource's operation produces for what is supported.
-
Authorization(required): string
Contains the credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
Response
Supported Media Types
- application/fhir+json
Default Response
Search by Patient
Example Request
Example Request
GET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/AllergyIntolerance?patient=A879904FD2FE4B2D90C89FDA84E1285F
Example Response:
{
"resourceType": "Bundle",
"id": "69942070-70bb-4ef2-a7b9-260109527317",
"type": "searchset",
"timestamp": "2021-03-19T12:22:26-04:00",
"entry": [
{
"fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/AllergyIntolerance/A879904FD2FE4B2D90C89FDA84E1285F.ALG.17073",
"search": {
"mode": "match"
},
"resource": {
"resourceType": "AllergyIntolerance",
"id": "A879904FD2FE4B2D90C89FDA84E1285F.ALG.17073",
"meta": {
"lastUpdated": "2020-11-11T20:40:37-05:00"
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"category": [
"medication"
],
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1191",
"display": "Aspirin"
}
],
"text": "aspirin"
},
"patient": {
"reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
"display": "Mcgovern,Astrid Santiago"
},
"onsetString": "unknown",
"reaction": [
{
"manifestation": [
{
"text": "Bleeding"
}
],
"severity": "severe"
}
],
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"<br /><b>Allergy Intolerance</b><br /><b>Patient</b>:Mcgovern,Astrid Santiago
<b>Clinical Status</b>: <b>Code</b>:active <b>Display</b>:Active <b>System</b>:http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical<br /<b<Verification Status</b<: <b>Code</b<:confirmed <b<Display</b<:Confirmed <b<System</b<:http://terminology.hl7.org/CodeSystem/allergyintolerance-verification<br /<b>Category</b<:medication<br /<b<Code</b:<b<Code</b<:1191 <bDisplay</b<:Aspirin <b<System</b<:http://www.nlm.nih.gov/research/umls/rxnorm <bText</b<:aspirin<br /<b<Onset</b<:unknown<br /<b<Reaction</b:<b<Text</b<:Bleeding <b<Severity</b<:severe<br /<br /</div"
}
}
},
{
"fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/AllergyIntolerance/A879904FD2FE4B2D90C89FDA84E1285F.ALGIND.NOCON.11212",
"search": {
"mode": "match"
},
"resource": {
"resourceType": "AllergyIntolerance",
"id": "A879904FD2FE4B2D90C89FDA84E1285F.ALGIND.NOCON.11212",
"meta": {
"lastUpdated": "2020-11-11T20:40:06-05:00"
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"code": {
"text": "No known contrast allergy (situation)"
},
"patient": {
"reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
"display": "Mcgovern,Astrid Santiago"
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"<br /><b>Allergy Intolerance</b><br /><b>Patient</b>:Mcgovern,Astrid Santiago<br /> <b>Clinical Status</b>: <b>Code</b>:active <b>Display</b>:Active <b>System</b>:http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical<br /><b>Verification Status</b>: <b>Code</b>:confirmed <b>Display</b>:Confirmed <b>System</b>:http://terminology.hl7.org/CodeSystem/allergyintolerance-verification<br /><b>Code</b>: <b>Text</b>:No known contrast allergy (situation)<br /></div>"
}
}
}
],
"link": [
{
"relation": "self",
"url": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/AllergyIntolerance?patient=A879904FD2FE4B2D90C89FDA84E1285F"
}
]
}
x-_id Response
Search by ID
Example Request
Example Request
GET https://fhir-myrecord-sc.sandboxcerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/AllergyIntolerance?_id=A879904FD2FE4B2D90C89FDA84E1285F.ALG.17073
Example Response:
{
"resourceType": "Bundle",
"id": "9820b020-9871-4e92-9000-0632a98fd4c9",
"type": "searchset",
"timestamp": "2021-09-29T06:58:11-04:00",
"entry": [
{
"fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/AllergyIntolerance/A879904FD2FE4B2D90C89FDA84E1285F.ALG.17073",
"search": {
"mode": "match"
},
"resource": {
"resourceType": "AllergyIntolerance",
"id": "A879904FD2FE4B2D90C89FDA84E1285F.ALG.17073",
"meta": {
"lastUpdated": "2020-11-11T20:40:37-05:00"
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"category": [
"medication"
],
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1191",
"display": "Aspirin"
}
],
"text": "aspirin"
},
"patient": {
"reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
"display": "Mcgovern,Astrid Santiago"
},
"onsetString": "unknown",
"reaction": [
{
"manifestation": [
{
"text": "Bleeding"
}
],
"severity": "severe"
}
],
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><br /><b>Allergy Intolerance</b><br /><b>Patient</b>:Mcgovern,Astrid Santiago<br /> <b>Clinical Status</b>: <b>Code</b>:active <b>Display</b>:Active <b>System</b>:http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical<br /><b>Verification Status</b>: <b>Code</b>:confirmed <b>Display</b>:Confirmed <b>System</b>:http://terminology.hl7.org/CodeSystem/allergyintolerance-verification<br /><b>Category</b>:medication<br /><b>Code</b>:<b>Code</b>:1191 <b>Display</b>:Aspirin <b>System</b>:http://www.nlm.nih.gov/research/umls/rxnorm <b>Text</b>:aspirin<br /><b>Onset</b>:unknown<br /><b>Reaction</b>:<b>Text</b>:Bleeding <b>Severity</b>:severe<br /><br /></div>"
}
}
}
],
"link": [
{
"relation": "self",
"url": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/AllergyIntolerance?patient=A879904FD2FE4B2D90C89FDA84E1285F"
}
]
}
Headers
-
X-Request-Id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the `X-Request-Id`, if present.
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the `opc-Request-Id`, if present.