The FHIR STU3 Procedure
resource describes an action that is or was performed on a patient. This can be a physical intervention like an operation, or less invasive like counseling or hypnotherapy.
FHIR Resource: Procedure <https://www.hl7.org/fhir/procedure.html >
Endpoint URI
https://api.healthgorilla.com/fhir/Procedure
The following operations are currently supported:
HTTP Request Method Action /Procedure/{ID}
GET Retrieve Procedure resource by ID
HTTP Request Method Action /Procedure?[parameter={value}
] GET Retrieve Procedure resources by the specified search criteria
Parameters:
Key Type Description patient Reference Patient Identifier _lastUpdated Date _offset Number _count Number
HTTP GET
https://api.healthgorilla.com/fhir/Procedure?patient=8063965523692105bfc35def
HTTP GET
https://api.healthgorilla.com/fhir/Procedure?_lastUpdated=gt2019-03&_offset=0&_count=5
HTTP GET
https://api.healthgorilla.com/fhir/Procedure?patient=8063965523692105bfc35def&_lastUpdated=2018
HTTP Request Method Action /Procedure POST Creates Procedure resource
The following attributes are required:
HTTP Request Method Action /Procedure/{ID}
PUT Updates Procedure resource
The following attributes are immutable:
Name Details patient recorder code
HTTP Request Method Action /Procedure/{ID}
DELETE Deletes Procedure resource