AllergyIntolerance - FHIR Resource (dstu2)
This AllergyIntolerance Resource uses the
FHIR API standard for access and structure.
Validate an AllergyIntolerance FHIR Resource (dstu2)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
category | false | code | # food | medication | environment | other - Category of Substance
|
criticality | false | code | # CRITL | CRITH | CRITU
|
identifier | true | Identifier | # External ids for this item
|
lastOccurence | false | dateTime | # Date(/time) of last known occurrence of a reaction
|
note | false | Annotation | # Additional text not captured in other fields
|
onset | false | dateTime | # Date(/time) when manifestations showed
|
patient | false | Reference | # Who the sensitivity is for
|
reaction | true | Data Type | # Adverse Reaction Events linked to exposure to substance
|
recordedDate | false | dateTime | # When recorded
|
recorder | false | Reference | # Who recorded the sensitivity
|
reporter | false | Reference | # Source of the information about the allergy
|
status | false | code | # active | unconfirmed | confirmed | inactive | resolved | refuted | entered-in-error
|
substance | false | CodeableConcept | # Substance, (or class) considered to be responsible for risk
|
type | false | code | # allergy | intolerance - Underlying mechanism (if known)
|
AllergyIntolerance Structure
{
"resourceType" : "AllergyIntolerance",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // External ids for this item
"onset" : "<dateTime>", // Date(/time) when manifestations showed
"recordedDate" : "<dateTime>", // When recorded
"recorder" : { Reference(Practitioner|Patient) }, // Who recorded the sensitivity
"patient" : { Reference(Patient) }, // R! Who the sensitivity is for
"reporter" : { Reference(Patient|RelatedPerson|Practitioner) }, // Source of the information about the allergy
"substance" : { CodeableConcept }, // R! Substance, (or class) considered to be responsible for risk
"status" : "<code>", // active | unconfirmed | confirmed | inactive | resolved | refuted | entered-in-error
"criticality" : "<code>", // CRITL | CRITH | CRITU
"type" : "<code>", // allergy | intolerance - Underlying mechanism (if known)
"category" : "<code>", // food | medication | environment | other - Category of Substance
"lastOccurence" : "<dateTime>", // Date(/time) of last known occurrence of a reaction
"note" : { Annotation }, // Additional text not captured in other fields
"reaction" : [{ // Adverse Reaction Events linked to exposure to substance
"substance" : { CodeableConcept }, // Specific substance considered to be responsible for event
"certainty" : "<code>", // unlikely | likely | confirmed - clinical certainty about the specific substance
"manifestation" : [{ CodeableConcept }], // R! Clinical symptoms/signs associated with the Event
"description" : "<string>", // Description of the event as a whole
"onset" : "<dateTime>", // Date(/time) when manifestations showed
"severity" : "<code>", // mild | moderate | severe (of event as a whole)
"exposureRoute" : { CodeableConcept }, // How the subject was exposed to the substance
"note" : { Annotation } // Text about event not captured in other fields
}]
}
AllergyIntolerance Search Parameters
The following search parameters can be used to query AllergyIntolerance resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/AllergyIntolerance?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
category | text | category |
criticality | text | criticality |
date | date | recordedDate |
identifier | text | identifier |
last-date | date | lastOccurence |
manifestation | text | reaction.manifestation |
onset | date | reaction.onset |
patient | reference | patient |
recorder | reference | recorder |
reporter | reference | reporter |
route | text | reaction.exposureRoute |
severity | text | reaction.severity |
status | text | status |
substance | text | substance, AllergyIntolerance.reaction.substance |
type | text | type |