Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
For current documentation about OpenMRS FHIR coverage and available FHIR API calls via the FHIR2 Module, see either the general documentation at https://om.rs/fhir101 or the FHIR IG documentation which creates an inventory of all supported resources & artifacts at https://fhir.openmrs.org
Note that all URLs are prefixed with the OpenMRS URL prefix (usually "/openmrs
") and the FHIR module-specific prefix ("/ws/fhir2/
"), the FHIR version, and then the resource name. The FHIR module suppports both FHIR R4 and DSTU3. For R4, use URLs with /R4
. For DSTU3, use URLs with /R3
. So, for example, the full URL for a Patient resource might be something like: http://localhost:8080/openmrs/ws/fhir2/R4/Patient/{uuid}
.
...