{ "description": "Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.", "_filename": "StructureDefinition-AllergyIntolerance.json", "package_name": "fhir.erezept.validator", "date": "2019-11-01T09:29:23+11:00", "derivation": "specialization", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, "publisher": "Health Level Seven International (Patient Care)", "fhirVersion": "4.0.1", "purpose": "To record a clinical assessment of a propensity, or potential risk to an individual, of an adverse reaction upon future exposure to the specified substance, or class of substance.", "name": "AllergyIntolerance", "mapping": [ { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" } ], "abstract": false, "type": "AllergyIntolerance", "experimental": null, "resourceType": "StructureDefinition", "title": null, "package_version": "0.4.4", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", "valueString": "Clinical.Summary" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", "valueCode": "patient" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pc" } ], "status": "draft", "id": "cf1e1594-0174-4aa5-808d-bc12c7de0e1e", "kind": "resource", "url": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", "version": "0.3.10", "differential": { "element": [ { "id": "AllergyIntolerance", "path": "AllergyIntolerance", "alias": [ "Allergy", "Intolerance", "Adverse Reaction" ], "short": "Allergy or Intolerance (generally: Risk of adverse reaction to a substance)", "comment": "Substances include, but are not limited to: a therapeutic substance administered correctly at an appropriate dosage for the individual; food; material derived from plants or animals; or venom from insect stings.", "mapping": [ { "map": "Observation[classCode=OBS, moodCode=EVN]", "identity": "rim" } ], "constraint": [ { "key": "ait-1", "human": "AllergyIntolerance.clinicalStatus SHALL be present if verificationStatus is not entered-in-error.", "xpath": "f:verificationStatus/f:coding/f:code/@value='entered-in-error' or exists(f:clinicalStatus)", "source": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", "severity": "error", "expression": "verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').exists() or clinicalStatus.exists()" }, { "key": "ait-2", "human": "AllergyIntolerance.clinicalStatus SHALL NOT be present if verification Status is entered-in-error", "xpath": "not(f:verificationStatus/f:coding/f:code/@value='entered-in-error') or not(exists(f:clinicalStatus))", "source": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", "severity": "error", "expression": "verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').empty() or clinicalStatus.empty()" } ], "definition": "Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance." }, { "path": "AllergyIntolerance.identifier", "requirements": "Allows identification of the AllergyIntolerance as it is known by various participating systems and in a way that remains consistent across servers.", "min": 0, "definition": "Business identifiers assigned to this AllergyIntolerance by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", "short": "External ids for this item", "mapping": [ { "map": "id", "identity": "rim" }, { "map": "IAM-7", "identity": "v2" }, { "map": "FiveWs.identifier", "identity": "w5" } ], "type": [ { "code": "Identifier" } ], "max": "*", "id": "AllergyIntolerance.identifier", "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", "isSummary": true }, { "path": "AllergyIntolerance.clinicalStatus", "min": 0, "definition": "The clinical status of the allergy or intolerance.", "isModifier": true, "short": "active | inactive | resolved", "mapping": [ { "map": "Observation ACT .inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"clinicalStatus\", moodCode=EVN].value", "identity": "rim" }, { "map": "FiveWs.status", "identity": "w5" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-clinical|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "AllergyIntoleranceClinicalStatus" } ], "description": "The clinical status of the allergy or intolerance." }, "max": "1", "id": "AllergyIntolerance.clinicalStatus", "condition": [ "ait-1", "ait-2" ], "comment": "Refer to [discussion](extensibility.html#Special-Case) if clincalStatus is missing data.\nThe data type is CodeableConcept because clinicalStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity.", "isModifierReason": "This element is labeled as a modifier because the status contains the codes inactive and resolved that mark the AllergyIntolerance as no longer active.", "isSummary": true }, { "path": "AllergyIntolerance.verificationStatus", "min": 0, "definition": "Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product).", "isModifier": true, "short": "unconfirmed | confirmed | refuted | entered-in-error", "mapping": [ { "map": "Observation ACT .inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"verificationStatus\", moodCode=EVN].value", "identity": "rim" }, { "map": "FiveWs.status", "identity": "w5" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-verification|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "AllergyIntoleranceVerificationStatus" } ], "description": "Assertion about certainty associated with a propensity, or potential risk, of a reaction to the identified substance." }, "max": "1", "id": "AllergyIntolerance.verificationStatus", "condition": [ "ait-1", "ait-2" ], "comment": "The data type is CodeableConcept because verificationStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity.", "isModifierReason": "This element is labeled as a modifier because the status contains the codes refuted and entered-in-error that mark the AllergyIntolerance as not currently valid.", "isSummary": true }, { "path": "AllergyIntolerance.type", "min": 0, "definition": "Identification of the underlying physiological mechanism for the reaction risk.", "short": "allergy | intolerance - Underlying mechanism (if known)", "mapping": [ { "map": "code", "identity": "rim" }, { "map": "IAM-9", "identity": "v2" }, { "map": "FiveWs.class", "identity": "w5" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-type|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "AllergyIntoleranceType" } ], "description": "Identification of the underlying physiological mechanism for a Reaction Risk." }, "alias": [ "Category", "Class" ], "max": "1", "id": "AllergyIntolerance.type", "comment": "Allergic (typically immune-mediated) reactions have been traditionally regarded as an indicator for potential escalation to significant future risk. Contemporary knowledge suggests that some reactions previously thought to be immune-mediated are, in fact, non-immune, but in some cases can still pose a life threatening risk. It is acknowledged that many clinicians might not be in a position to distinguish the mechanism of a particular reaction. Often the term \"allergy\" is used rather generically and may overlap with the use of \"intolerance\" - in practice the boundaries between these two concepts might not be well-defined or understood. This data element is included nevertheless, because many legacy systems have captured this attribute. Immunologic testing may provide supporting evidence for the basis of the reaction and the causative substance, but no tests are 100% sensitive or specific for sensitivity to a particular substance. If, as is commonly the case, it is unclear whether the reaction is due to an allergy or an intolerance, then the type element should be omitted from the resource.", "isSummary": true }, { "path": "AllergyIntolerance.category", "min": 0, "definition": "Category of the identified substance.", "short": "food | medication | environment | biologic", "mapping": [ { "map": "value < IntoleranceValue (Agent)", "identity": "rim" }, { "map": "AL1-2", "identity": "v2" }, { "map": "FiveWs.class", "identity": "w5" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-category|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "AllergyIntoleranceCategory" } ], "description": "Category of an identified substance associated with allergies or intolerances." }, "alias": [ "Category", "Type", "Reaction Type", "Class" ], "max": "*", "id": "AllergyIntolerance.category", "comment": "This data element has been included because it is currently being captured in some clinical systems. This data can be derived from the substance where coding systems are used, and is effectively redundant in that situation. When searching on category, consider the implications of AllergyIntolerance resources without a category. For example, when searching on category = medication, medication allergies that don't have a category valued will not be returned. Refer to [search](search.html) for more information on how to search category with a :missing modifier to get allergies that don't have a category. Additionally, category should be used with caution because category can be subjective based on the sender.", "isSummary": true }, { "path": "AllergyIntolerance.criticality", "min": 0, "definition": "Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance.", "short": "low | high | unable-to-assess", "mapping": [ { "map": "inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=SEV, value <= SeverityObservation (Severity Level)]", "identity": "rim" }, { "map": "AL1-4", "identity": "v2" }, { "map": "FiveWs.grade", "identity": "w5" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "AllergyIntoleranceCriticality" } ], "description": "Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance." }, "alias": [ "Severity", "Seriousness", "Contra-indication", "Risk" ], "max": "1", "id": "AllergyIntolerance.criticality", "comment": "The default criticality value for any propensity to an adverse reaction should be 'Low Risk', indicating at the very least a relative contraindication to deliberate or voluntary exposure to the substance. 'High Risk' is flagged if the clinician has identified a propensity for a more serious or potentially life-threatening reaction, such as anaphylaxis, and implies an absolute contraindication to deliberate or voluntary exposure to the substance. If this element is missing, the criticality is unknown (though it may be known elsewhere). Systems that capture a severity at the condition level are actually representing the concept of criticality whereas the severity documented at the reaction level is representing the true reaction severity. Existing systems that are capturing both condition criticality and reaction severity may use the term \"severity\" to represent both. Criticality is the worst it could be in the future (i.e. situation-agnostic) whereas severity is situation-dependent.", "isSummary": true }, { "path": "AllergyIntolerance.code", "min": 0, "definition": "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\"). Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'. If a receiving system is unable to confirm that AllergyIntolerance.reaction.substance falls within the semantic scope of AllergyIntolerance.code, then the receiving system should ignore AllergyIntolerance.reaction.substance.", "short": "Code that identifies the allergy or intolerance", "mapping": [ { "map": "substance/product:\r\r.participation[typeCode=CAGNT].role[classCode=ADMM].player[classCode=MAT, determinerCode=KIND, code <= ExposureAgentEntityType]\r\rnegated/excluded substance/product:\r\r.participation[typeCode=CAGNT, negationInd=true].role[classCode=ADMM].player[classCode=MAT, determinerCode=KIND, code <= ExposureAgentEntityType]\r\rpositive or negated/excluded condition/situation:\r\rObservation.code=ASSERTION; Observation.value", "identity": "rim" }, { "map": "AL1-3 / IAM-3", "identity": "v2" }, { "map": "FiveWs.what[x]", "identity": "w5" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-code", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "AllergyIntoleranceCode" } ], "description": "Type of the substance/product, allergy or intolerance condition, or negation/exclusion codes for reporting no known allergies." }, "alias": [ "Code" ], "max": "1", "id": "AllergyIntolerance.code", "comment": "It is strongly recommended that this element be populated using a terminology, where possible. For example, some terminologies used include RxNorm, SNOMED CT, DM+D, NDFRT, ICD-9, IDC-10, UNII, and ATC. Plain text should only be used if there is no appropriate terminology available. Additional details can be specified in the text.\r\rWhen a substance or product code is specified for the 'code' element, the \"default\" semantic context is that this is a positive statement of an allergy or intolerance (depending on the value of the 'type' element, if present) condition to the specified substance/product. In the corresponding SNOMED CT allergy model, the specified substance/product is the target (destination) of the \"Causative agent\" relationship.\r\rThe 'substanceExposureRisk' extension is available as a structured and more flexible alternative to the 'code' element for making positive or negative allergy or intolerance statements. This extension provides the capability to make \"no known allergy\" (or \"no risk of adverse reaction\") statements regarding any coded substance/product (including cases when a pre-coordinated \"no allergy to x\" concept for that substance/product does not exist). If the 'substanceExposureRisk' extension is present, the AllergyIntolerance.code element SHALL be omitted.", "isSummary": true }, { "path": "AllergyIntolerance.patient", "min": 1, "definition": "The patient who has the allergy or intolerance.", "short": "Who the sensitivity is for", "mapping": [ { "map": ".participation[typeCode=SBJ].role[classCode=PAT]", "identity": "rim" }, { "map": "(PID-3)", "identity": "v2" }, { "map": "FiveWs.subject[x]", "identity": "w5" }, { "map": "FiveWs.subject", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] } ], "alias": [ "Patient" ], "max": "1", "id": "AllergyIntolerance.patient", "isSummary": true }, { "id": "AllergyIntolerance.encounter", "max": "1", "min": 0, "path": "AllergyIntolerance.encounter", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ] } ], "short": "Encounter when the allergy or intolerance was asserted", "mapping": [ { "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", "identity": "rim" }, { "map": "FiveWs.context", "identity": "w5" } ], "definition": "The encounter when the allergy or intolerance was asserted." }, { "id": "AllergyIntolerance.onset[x]", "max": "1", "min": 0, "path": "AllergyIntolerance.onset[x]", "type": [ { "code": "dateTime" }, { "code": "Age" }, { "code": "Period" }, { "code": "Range" }, { "code": "string" } ], "short": "When allergy or intolerance was identified", "mapping": [ { "map": "effectiveTime.low", "identity": "rim" }, { "map": "FiveWs.init", "identity": "w5" } ], "definition": "Estimated or actual date, date-time, or age when allergy or intolerance was identified." }, { "id": "AllergyIntolerance.recordedDate", "max": "1", "min": 0, "path": "AllergyIntolerance.recordedDate", "type": [ { "code": "dateTime" } ], "short": "Date first version of the resource instance was recorded", "mapping": [ { "map": ".participation[typeCode=AUT].time", "identity": "rim" }, { "map": "IAM-13", "identity": "v2" }, { "map": "FiveWs.recorded", "identity": "w5" } ], "definition": "The recordedDate represents when this particular AllergyIntolerance record was created in the system, which is often a system-generated date." }, { "path": "AllergyIntolerance.recorder", "min": 0, "definition": "Individual who recorded the record and takes responsibility for its content.", "short": "Who recorded the sensitivity", "mapping": [ { "map": ".participation[typeCode=AUT].role", "identity": "rim" }, { "map": "FiveWs.author", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole", "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ] } ], "alias": [ "Author" ], "max": "1", "id": "AllergyIntolerance.recorder" }, { "path": "AllergyIntolerance.asserter", "min": 0, "definition": "The source of the information about the allergy that is recorded.", "short": "Source of the information about the allergy", "mapping": [ { "map": ".participation[typeCode=INF].role", "identity": "rim" }, { "map": "IAM-14 (if patient) / IAM-18 (if practitioner)", "identity": "v2" }, { "map": "FiveWs.source", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole" ] } ], "alias": [ "Source", "Informant" ], "max": "1", "id": "AllergyIntolerance.asserter", "comment": "The recorder takes responsibility for the content, but can reference the source from where they got it.", "isSummary": true }, { "path": "AllergyIntolerance.lastOccurrence", "min": 0, "definition": "Represents the date and/or time of the last known occurrence of a reaction event.", "short": "Date(/time) of last known occurrence of a reaction", "mapping": [ { "map": "outBoundRelationship[typeCode=SUBJ].target[classCode=OBS, moodCode=EVN, code <= CommonClinicalObservationType, value <= ObservationValue (Reaction Type)].effectiveTime", "identity": "rim" } ], "type": [ { "code": "dateTime" } ], "max": "1", "id": "AllergyIntolerance.lastOccurrence", "comment": "This date may be replicated by one of the Onset of Reaction dates. Where a textual representation of the date of last occurrence is required e.g. 'In Childhood, '10 years ago' the Comment element should be used." }, { "path": "AllergyIntolerance.note", "min": 0, "definition": "Additional narrative about the propensity for the Adverse Reaction, not captured in other fields.", "short": "Additional text not captured in other fields", "mapping": [ { "map": "subjectOf.observationEvent[code=\"annotation\"].value", "identity": "rim" } ], "type": [ { "code": "Annotation" } ], "max": "*", "id": "AllergyIntolerance.note", "comment": "For example: including reason for flagging a seriousness of 'High Risk'; and instructions related to future exposure or administration of the substance, such as administration within an Intensive Care Unit or under corticosteroid cover. The notes should be related to an allergy or intolerance as a condition in general and not related to any particular episode of it. For episode notes and descriptions, use AllergyIntolerance.event.description and AllergyIntolerance.event.notes." }, { "id": "AllergyIntolerance.reaction", "max": "*", "min": 0, "path": "AllergyIntolerance.reaction", "type": [ { "code": "BackboneElement" } ], "short": "Adverse Reaction Events linked to exposure to substance", "mapping": [ { "map": "outBoundRelationship[typeCode=SUBJ].target[classCode=OBS, moodCode=EVN, code <= CommonClinicalObservationType, value <= ObservationValue (Reaction Type)]", "identity": "rim" } ], "definition": "Details about each adverse reaction event linked to exposure to the identified substance." }, { "path": "AllergyIntolerance.reaction.substance", "min": 0, "definition": "Identification of the specific substance (or pharmaceutical product) considered to be responsible for the Adverse Reaction event. Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'. If a receiving system is unable to confirm that AllergyIntolerance.reaction.substance falls within the semantic scope of AllergyIntolerance.code, then the receiving system should ignore AllergyIntolerance.reaction.substance.", "short": "Specific substance or pharmaceutical product considered to be responsible for event", "mapping": [ { "map": "outBoundRelationship[typeCode=SAS].target[classCode=SBADM, code <= ExposureCode].participation[typeCode=CSM].role[classCode=ADMM].player[classCode=MAT, determinerCode=KIND, code <= ExposureAgentEntityType]", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/substance-code", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "SubstanceCode" } ], "description": "Codes defining the type of the substance (including pharmaceutical products)." }, "max": "1", "id": "AllergyIntolerance.reaction.substance", "comment": "Coding of the specific substance (or pharmaceutical product) with a terminology capable of triggering decision support should be used wherever possible. The 'code' element allows for the use of a specific substance or pharmaceutical product, or a group or class of substances. In the case of an allergy or intolerance to a class of substances, (for example, \"penicillins\"), the 'reaction.substance' element could be used to code the specific substance that was identified as having caused the reaction (for example, \"amoxycillin\"). Duplication of the value in the 'code' and 'reaction.substance' elements is acceptable when a specific substance has been recorded in 'code'." }, { "path": "AllergyIntolerance.reaction.manifestation", "min": 1, "definition": "Clinical symptoms and/or signs that are observed or associated with the adverse reaction event.", "short": "Clinical symptoms/signs associated with the Event", "mapping": [ { "map": "code", "identity": "rim" }, { "map": "AL1-5", "identity": "v2" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Manifestation" } ], "description": "Clinical symptoms and/or signs that are observed or associated with an Adverse Reaction Event." }, "alias": [ "Symptoms", "Signs" ], "max": "*", "id": "AllergyIntolerance.reaction.manifestation", "comment": "Manifestation can be expressed as a single word, phrase or brief description. For example: nausea, rash or no reaction. It is preferable that manifestation should be coded with a terminology, where possible. The values entered here may be used to display on an application screen as part of a list of adverse reactions, as recommended in the UK NHS CUI guidelines. Terminologies commonly used include, but are not limited to, SNOMED CT or ICD10." }, { "path": "AllergyIntolerance.reaction.description", "min": 0, "definition": "Text description about the reaction as a whole, including details of the manifestation if required.", "short": "Description of the event as a whole", "mapping": [ { "map": "text", "identity": "rim" } ], "type": [ { "code": "string" } ], "alias": [ "Narrative", "Text" ], "max": "1", "id": "AllergyIntolerance.reaction.description", "comment": "Use the description to provide any details of a particular event of the occurred reaction such as circumstances, reaction specifics, what happened before/after. Information, related to the event, but not describing a particular care should be captured in the comment field. For example: at the age of four, the patient was given penicillin for strep throat and subsequently developed severe hives." }, { "id": "AllergyIntolerance.reaction.onset", "max": "1", "min": 0, "path": "AllergyIntolerance.reaction.onset", "type": [ { "code": "dateTime" } ], "short": "Date(/time) when manifestations showed", "mapping": [ { "map": "effectiveTime.low", "identity": "rim" }, { "map": "AL1-6", "identity": "v2" } ], "definition": "Record of the date and/or time of the onset of the Reaction." }, { "path": "AllergyIntolerance.reaction.severity", "min": 0, "definition": "Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations.", "short": "mild | moderate | severe (of event as a whole)", "mapping": [ { "map": "inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=SEV, value <= SeverityObservation (Severity Level)]", "identity": "rim" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/reaction-event-severity|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "AllergyIntoleranceSeverity" } ], "description": "Clinical assessment of the severity of a reaction event as a whole, potentially considering multiple different manifestations." }, "max": "1", "id": "AllergyIntolerance.reaction.severity", "comment": "It is acknowledged that this assessment is very subjective. There may be some specific practice domains where objective scales have been applied. Objective scales can be included in this model as extensions." }, { "path": "AllergyIntolerance.reaction.exposureRoute", "min": 0, "definition": "Identification of the route by which the subject was exposed to the substance.", "short": "How the subject was exposed to the substance", "mapping": [ { "map": "outBoundRelationship[typeCode=SAS].target[classCode=SBADM, code <= ExposureCode].routeCode", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/route-codes", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "RouteOfAdministration" } ], "description": "A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject." }, "max": "1", "id": "AllergyIntolerance.reaction.exposureRoute", "comment": "Coding of the route of exposure with a terminology should be used wherever possible." }, { "path": "AllergyIntolerance.reaction.note", "min": 0, "definition": "Additional text about the adverse reaction event not captured in other fields.", "short": "Text about event not captured in other fields", "mapping": [ { "map": "subjectOf.observationEvent[code=\"annotation\"].value", "identity": "rim" } ], "type": [ { "code": "Annotation" } ], "max": "*", "id": "AllergyIntolerance.reaction.note", "comment": "Use this field to record information indirectly related to a particular event and not captured in the description. For example: Clinical records are no longer available, recorded based on information provided to the patient by her mother and her mother is deceased." } ] }, "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "url" } ] }, { "telecom": [ { "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" }