synthetichealth / synthea

Synthetic Patient Population Simulator
https://synthetichealth.github.io/synthea
Apache License 2.0
2.15k stars 644 forks source link

AllergyIntolerance Types #145

Closed cjduffett closed 3 years ago

cjduffett commented 7 years ago

Presently the AllergyIntolerance category is hard-coded to 'food'. However, other types of allergies will soon be modeled in Synthea (pending the Atopic Triad PR). FHIR also allows the following categories:

[food, medication, biologic, environment]

I propose we add a category, or alternatively allergy_type property to the AllergyOnset state to make this configurable.

dehall commented 3 years ago

added in #872