Basic

The Basic resource type is used for concepts that are not covered by the base FHIR standard. In HIEBus, Referrals are represented as Basic resources.

Overview

See the FHIR documentation for more information about Basic resources.

Mapped Concepts in HIEBus

  • Referral

Supported Interactions

Basic resources support the following interactions.

Search Parameters

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

Name Type Prefixes
Modifiers
Can be Chained? Description
_id Token Resource id.
_lastUpdated Date ne  lt  le  gt  ge  sa  eb  ap  When the resource last changed.
_source Uri :missing  Where the resource comes from.
admissionPeriod Date ne  lt  le  gt  ge  sa  eb  ap  :missing  Referral admission period.
code Token :missing  Kind of Resource.
encounter Reference :missing  yes Associated encounter.
identifier Token :missing  Business identifier.
patient Reference :missing  yes Identifies the focus of this resource.
provenance-agent Reference :missing  yes Search by provenance, specified by its author (aka originator) Organization.
referFrom Reference :missing  yes Referral from practitioner.
referFromFacility Reference :missing  yes Referral from facility.
referralPeriod Date ne  lt  le  gt  ge  sa  eb  ap  :missing  Referral period.
referTo Reference :missing  yes Referral to practitioner.
referToFacility Reference :missing  yes Referral to facility.
status Token :not  :in  :notin  :missing  Referral status.
subject Reference :missing  yes Identifies the focus of this resource.

Sortable Parameters

When searching Basic 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 Basic resources, it is possible to include the resources referenced by the following field names.

  • Encounter
  • Patient
  • Provenance Agent
  • Refer From
  • Refer From Facility
  • Refer To
  • Refer To Facility
  • Subject

Back to Resources