Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OpenMRS Class: Allergy

...

(mapped to FHIR AllergyIntollerance

...

OpenMRS Class: Allergy)

OpenMRS fieldDB fieldFHIR field
patient : openmrs.Patientpatient_id : INT(11)patient : Reference
severity : Conceptseverity_concept_id : INT(11)criticality : AllergyIntoleranceCriticality
allergen.codedAllergen : Conceptcoded_allergen : INT(11)code : CodeableConcept
allergen.nonCodedAllergen : String
non_coded_allergen : varchar(255)code.text : String
allergen.allergenType : AlergenTypeallergen_type : varchar(50)category : AllergyIntoleranceCategory
comment : Stringcomment : varchar(1024)note : List<Annotation>
reactions : List<AllergyReaction>separate table: allergy_reactionreaction: List<AllergyIntollerationReactionComponent>
uuid : Stringuuid : char(38)id : IdType


OpenMRS Class: AllergyReaction (mapped to FHIR AllergyIntollerationReactionComponent)

OpenMRS fieldDB fieldFHIR field
reaction : Conceptconcept represented by reaction_concept_id : INT(11)entry in manifestation : List<CodeableConcept>
reactionNonCoded : Stringreaction_non_coded : varchar(255)text value from entry in manifestation : List<CodeableConcept>
uuid : Stringuuid : char(38)id : IdType

...