This is a list of domain objects that implement BaseOpenmrsData that we want to synchronize between OpenMRS servers. While we want to use FHIR as much as we can, it might come up that for some objects we will have to implement a different Sync protocol.
OpenMRS Entity | FHIR Resource | Notes |
---|---|---|
Allergy | https://www.hl7.org/fhir/allergyintolerance.html | |
Alert | ||
Cohort | https://www.hl7.org/fhir/group.html | |
Drug | https://www.hl7.org/fhir/substance.html | |
Encounter | https://www.hl7.org/fhir/encounter.html | |
Form | https://www.hl7.org/fhir/questionnaire.html | |
Location | https://www.hl7.org/fhir/location.html | |
Obs | https://www.hl7.org/fhir/observation.html | |
Order | FHIR Nutrition Order and MedicationRequest can be considered, but orders have a broader sense in OpenMRS. | |
Patient | https://www.hl7.org/fhir/patient.html | |
Provider | https://www.hl7.org/fhir/practitioner.html | |
Visit | List of encounters can be considered: https://www.hl7.org/fhir/list.html |