Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

OpenMRS Class: Allergy (mapped to FHIR AllergyIntollerance)

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
  • No labels