This table show how OpenMRS Allergy object is mapped to FHIR AllergyIntollerance.
Keyword extension means that FHIR Extension has to be used to synchronize this field.'
Existing extensions for AllergyIntolerance http://hl7.org/fhir/allergyintolerance-profiles.html
OpenMRS Class: Allergy
OpenMRS field | DB field | FHIR field |
---|---|---|
patient : openmrs.Patient | patient_id : INT(11) | patient : Reference |
severity : Concept | severity_concept_id : INT(11) | criticality : AllergyIntoleranceCriticality |
codedAllergen : Concept | coded_allergen : INT(11) | code : CodeableConcept |
nonCodedAllergen : String | non_coded_allergen : varchar(255) | code : CodeableConcept |
allergen.allergenType : AlergenType | allergen_type : varchar(50) | category : AllergyIntoleranceCategory |
comment : String | comment : varchaar(1024) | note : List<Annotation> |
uuid : String | uuid : cher(38) | is : Resource |