Versions Compared

Key

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

...

Operations

/ws/fhir/Encounter/$everything

With body : <Parameters xmlns="http://hl7.org/fhir"/

This request will return bundle resource with resources that associate with encounter which associate with given encounter Id
/ws/fhir/Encounter

If the request body has a partOf attribute, an OpenMRS Encounter will be created with associated to the given Visit.

If the partOf attribute is not present , we will close all active Visits for that patient and create an new OpenMRS Visit.

DELETE Requests

Operations
/ws/fhir/Encounter/{id}This request will retire the Encounter with the given uuid. If the resource does not exist, a 404 is returned. If the OpenMRS API refuses to retire the encounter, the status code 405 is returned.

...