...
Available RESTful web services for the Encounter Resource supported by the API
...
GET Requests
Search | |
---|---|
/ws/fhir/Encounter/{id} | Above request will fetch the Encounter for the given unique uuid. Here id represents, the logical resource id associated with the resource. |
/ws/fhir/Encounter?_id={id} | Above request will fetch all the Encounter using the given uuid value. This will give a List of Encounter as the response.Here _id parameter represents, the logical resource id associated with the resource. |
POST Requests
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 |