The Condition resource describes a clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.
FHIR Resource: Condition https://www.hl7.org/fhir/condition.html
Endpoint URI
https://api.healthgorilla.com/fhir/Condition
The following operations are currently supported:
HTTP Request Method Action /Condition/{ID} GET Retrieve Condition resource by ID
HTTP Request Method Action /Condition?[parameter={value}] GET Retrieve Condition resources by the specified search criteria
Parameters:
Key Type Description patient Reference Patient Identifier _lastUpdated Date _offset Number _count Number code Token searches against Condition.code
HTTP GET
https://api.healthgorilla.com/fhir/Condition?patient=8063965523692105bfc35def
HTTP GET
https://api.healthgorilla.com/fhir/Condition?_lastUpdated=gt2019-03&_offset=0&_count=5
HTTP GET
https://api.healthgorilla.com/fhir/Condition?patient=8063965523692105bfc35def&_lastUpdated=2018
HTTP Request Method Action /Condition POST Creates Condition resource
The following attributes are required:
HTTP Request Method Action /Condition/{ID} PUT Updates Condition resource
The following attributes are immutable:
HTTP Request Method Action /Condition/{ID} DELETE Deletes Condition resource