Versions Compared

Key

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

...

OpenMRS fieldDB fieldFHIR field

patient : openmrs.Patient

patient_id : INT(11)

patient : Reference

severity : Concept

severity_concept_id : INT(11)

criticality : AllergyIntoleranceCriticality

allergen.codedAllergen : Concept

coded_allergen : INT(11)

code : CodeableConcept

allergen.nonCodedAllergen : String

non_coded_allergen : varchar(255)

code.text : String

allergen.allergenType : AlergenType

allergen_type : varchar(50)

category : AllergyIntoleranceCategory

comment : String

comment : varchar(1024)

entry in note : List<Annotation>

reactions : List<AllergyReaction>

separate table: allergy_reaction

reaction: List<AllergyIntollerationReactionComponent>

uuid : String

uuid : char(38)

id : IdType

...