Food Allergies ImplementationGuide
0.1.0 - CI Build
Food Allergies ImplementationGuide - Local Development build (v0.1.0). See the Directory of published versions
| Active as of 2022-06-16 |
Definitions for the FoodAllergyModel logical model.
| 1. FoodAllergyModel | |
| Definition | Food Allergy information model |
| Control | 0..* |
| 2. FoodAllergyModel.patient | |
| Definition | The person that has the allergy |
| Control | 1..1 |
| Type | Reference |
| 3. FoodAllergyModel.allergen | |
| Definition | The substance - from a list of substances - that the person is allergic to. It is possible to use free text but for the products indicated, a code must be used |
| Control | 1..1 |
| Type | CodeableConcept |
| 4. FoodAllergyModel.clinicalStatus | |
| Definition | The status of the allergy - if it is active or resolved |
| Control | 1..1 |
| Type | CodeableConcept |
| 5. FoodAllergyModel.verificationStatus | |
| Definition | The verification status of the allergy - if it is confirmed or suspected or refuted |
| Control | 1..1 |
| Type | CodeableConcept |
| 6. FoodAllergyModel.recordedDate | |
| Definition | When the allergy was reported |
| Control | 0..1 |
| Type | dateTime |
| 7. FoodAllergyModel.recorder | |
| Definition | Who recorded the allergy |
| Control | 0..1 |
| Type | Reference |
| 8. FoodAllergyModel.asserter | |
| Definition | who asserted or provided the allergy information e.g. the patient, a relative, a care giver... |
| Control | 0..1 |
| Type | Reference |
| 9. FoodAllergyModel.reactions | |
| Definition | known past reactions to the allergen |
| Control | 0..1 |
| Type | BackboneElement |
| 10. FoodAllergyModel.reactions.manifestation | |
| Definition | How the reaction manifested itself, e.g. rash, breathing difficulty... |
| Control | 0..1 |
| Type | CodeableConcept |
| 11. FoodAllergyModel.reactions.certitude | |
| Definition | How certain we are that the cause of the reaction was the allergen indicated |
| Control | 0..1 |
| Type | CodeableConcept |
| 12. FoodAllergyModel.reactions.exposure | |
| Definition | The exposure route to the substance |
| Control | 0..1 |
| Type | CodeableConcept |
| 13. FoodAllergyModel.reactions.note | |
| Definition | Additional text note about the allergic reaction |
| Control | 0..1 |
| Type | string |