Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
Encounter is an FHIR resource that is used to represent an Interaction between a patient and healthcare provider(s) for the purpose of providing healthcare services or assessing the health status of a patient. Encounter FHIR resources are mapped to both OpenMrs Encounter and Visit Objects.
The following properties are supported by the OpenMrs FHIR Module:
OpenMrs Data Model | FHIR Resource Element |
---|---|
Encounter.uuid | Encounter.id |
Encounter.status | Always return Encounter.EncounterStatus.UNKNOWN |
Encounter.patient | Encounter.subject |
Encounter.participant | Encounter.encounterProvider |
Encounter.location | Encounter.location |
Note: placeholder "{release}" below must be replaced by the FHIR Release - currently "R3" and "R4" are implemented. See more on the FHIR Release support page.
URL | Description |
---|---|
/ws/fhir2/{release}/Encounter/{uuid} | Gets a specific encounter |
/ws/fhir2/{release}/Encounter?patient.identifier={string} | Gets encounters by patient identifier |