The Encounter resource describes an interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.
FHIR Resource: Encounter https://www.hl7.org/fhir/encounter.html
Endpoint URI
https://api.healthgorilla.com/fhir/Encounter
The following operations are currently supported:
HTTP Request Method Action /Encounter/{ID} GET Retrieve Encounter resource by ID
HTTP Request Method Action /Encounter?[parameter={value}] GET Retrieve Encounter resources by the specified search criteria
Parameters:
Key Type Description patient Reference Patient Identifier date Date Date of Encounter (searches against Encounter.period) _lastUpdated Date _offset Number _count Number
HTTP GET
https://api.healthgorilla.com/fhir/Encounter?patient=8063965523692105bfc35def
HTTP GET
https://api.healthgorilla.com/fhir/Encounter?_lastUpdated=gt2019-03&_offset=0&_count=5
HTTP GET
https://api.healthgorilla.com/fhir/Encounter?patient=8063965523692105bfc35def&_lastUpdated=2018
HTTP Request Method Action /Encounter POST Creates Encounter resource
The following attributes are required:
Name Details subject type status
HTTP Request Method Action /Encounter/{ID} PUT Updates Encounter resource
The following attributes are immutable:
Name Details subject type recorder
HTTP Request Method Action /Encounter/{ID} DELETE Deletes Encounter resource