AllergyIntolerance |
Top Previous Next |
Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.
Response Description Sample Response { "resourceType": "AllergyIntolerance", "id": "DEV-DEV-11913-4648", "meta": { "lastUpdated": "2022-11-08T12:00:00-05:00", "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance" ] }, "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tbody><tr><td>Patient:</td><td>Cole Andersonian (DEV-DEV-11913)</td></tr><tr><td>Encounter:</td><td>accountLevel</td></tr><tr><td></td></tr><tr><td>Status:</td><td>active</td></tr><tr><td>Allergen:</td><td>Peanuts (RxNorm code 891658)</td></tr><tr><td>Reaction:</td><td>Swelling</td></tr><tr><td>Reaction Severity:</td><td>severe</td></tr><tr><td>Onset Date</td><td>05/08/2002</td></tr><tr><td></td></tr><tr><td>Recorded Date:</td><td>11/08/2022</td></tr><tr><td>Recorder:</td><td>gvtadaws</td></tr></tbody></table></div>" }, "verificationStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification", "code": "unconfirmed", "display": "Unconfirmed" } ] }, "clinicalStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical", "code": "active", "display": "active" } ] }, "criticality": "high", "code": { "coding": [ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "891658", "display": "Peanuts" } ], "text": "Peanuts" }, "patient": { "reference": "Patient/DEV-DEV-11913", "display": "Cole Andersonian (DEV-DEV-11913)" }, "recordedDate": "2022-11-08", "onsetDateTime": "2022-11-08", "recorder": { "reference": "Practitioner/GVTADAWS" }, "reaction": [ { "manifestation": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "65124004", "display": "Swelling (finding)" } ] } ], "severity": "severe", "description": "Swelling" } ] }
AllergyIntolerance.id
The internal id of the individual allergy. Once assigned, this value never changes.
AllergyIntolerance.meta
Metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
AllergyIntolerance.text
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.
AllergyIntolerance.verificationStatus
Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance.
AllergyIntolerance.clinicalStatus
The clinical status of the allergy or intolerance.
AllergyIntolerance.criticality
Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance.
AllergyIntolerance.code
Code for an allergy or intolerance statement (either a positive or a negated/excluded statement). This may be a code for a substance or pharmaceutical product that is considered to be responsible for the adverse reaction risk (e.g., "Latex"), an allergy or intolerance condition (e.g., "Latex allergy"), or a negated/excluded code for a specific substance or class (e.g., "No latex allergy") or a general or categorical negated statement (e.g., "No known allergy", "No known drug allergies").
AllergyIntolerance.patient
A reference to the Patient resource for the patient who has the allergy or intolerance.
AllergyIntolerance.encounter
A reference to the encounter when the allergy or intolerance was asserted.
AllergyIntolerance.recordedDate
Represents when this particular AllergyIntolerance record was created in the system, which is often a system-generated date.
AllergyIntolerance.onsetDateTime
Estimated or actual date, date-time, or age when allergy or intolerance was identified.
AllergyIntolerance.recorder
Who recorded the Condition
AllergyIntolerance.reaction
Details about each adverse reaction event linked to exposure to the identified substance.
AllergyIntolerance.reaction.manifestation
Clinical symptoms and/or signs that are observed or associated with the adverse reaction event.
AllergyIntolerance.reaction.severity
Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations.
AllergyIntolerance.reaction.description
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Search
URL SyntaxTwo HTTP methods are supported for searching: GET and POST. It is recommended to use HTTP POST. Visit the FHIR Sandbox to try requests.
HTTP GET - searching https://sandbox.pai.healthcare/preview/fhir/AllergyIntolerance?{query string}
HTTP GET - return single record https://sandbox.pai.healthcare/preview/fhir/AllergyIntolerance/{resource id}
HTTP POST - searching https://sandbox.pai.healthcare/preview/fhir/AllergyIntolerance/_search •Set the Content-Type header to application/x-www-urlencoded •The body of the request is a similar query string used in the GET type of request detailed above.
Error HandlingIf no records are returned or invalid search parameters are provided, then an HTTP 400 Bad Request is returned. The body of the response will be an OperationOutcome.
Supported Search Parameters
_id
patient
encounter
name
|