A record of a healthcare consumer’s policy choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.

FHIR Resource: Consent https://hl7.org/fhir/STU3/consent.html

Supported Attributes

NameComment
identifier
status
category
patient
period
dateTime
actorAuthor, Verifier or Custodian
sourceAttachment
https://api.healthgorilla.com/fhir/Consent

FHIR Operations

The following operations are currently supported:

1. Read

HTTP RequestMethodAction
/Consent/{ID}GETRetrieve Consent resource by ID

2. Search

/Consent?[parameter={value}]GETRetrieve Consent resources by the specified search criteria

Parameters:

KeyTypeDescription
patientReferencePatient Identifier
_lastUpdatedDate
_offsetNumber
_countNumber

Examples

2.1. Retrieve consent records by patient

https://api.healthgorilla.com/fhir/Consent?patient=8063965523692105bfc35def

3. Create

HTTP RequestMethodAction
/ConsentPOSTCreates Consent resource

The following attributes are required:

NameDetails
patient
source
status

4. Delete

HTTP RequestMethodAction
/Consent/{ID}DELETEDeletes Consent resource