Interface / 4.0.1 (R4) / Consent

Consent

A Consent resource captures choices around giving consent to healthcare.

Overview

See the FHIR documentation for more information about Consent resources.

Mapped Concepts in HIEBus

  • ConsentRecord

Supported Interactions

Consent resources support the following interactions.

Search Parameters

When searching for Consent resources, the following search parameters are supported.

Name Type Prefixes
Modifiers
Can be Chained? Description
_count Special The maximum number of resources to return in a result page.
_elements Special Used to request a specific set of elements be returned as part of a resource.
_id Token Resource id.
_lastUpdated Date lt  le  gt  ge  When the resource last changed.
_summary Special Used to return only a portion of the resouces. Defaults to 'false', which returns the whole resource.
_total Special Use the value 'estimate' to populate the result bundle's 'total' element with an estimate of the matching number of resources.
category Token :not  :in  :notin  :missing  Classification of the consent statement - for indexing/retrieval.
date Date ne  lt  le  gt  ge  sa  eb  ap  :missing  When this Consent was created or indexed.
identifier Token :missing  Identifier for this record (external references).
patient Reference :missing  yes The patient the Consent is about.
period Date ne  lt  le  gt  ge  sa  eb  ap  :missing  Timeframe for this rule.
practitioner-actor Reference :missing  yes Practitioner involved in the consent.
scope Token :not  :in  :notin  :missing  Which of the four areas this resource covers (extensible).
status Token :missing  draft | proposed | active | rejected | inactive | entered-in-error.
verified-by Reference :missing  yes Practitioner conducting verification.

Sortable Parameters

When searching Consent resources, it is possible to sort the returned values by the following search parameters.

  • _id

Only one sort parameter may be specified.

Supported Includes

When searching Consent resources, it is possible to include the resources referenced by the following field names.

  • Patient
  • Practitioner Actor
  • Verified By

Back to Resources