Practitioner

A Practitioner resource represents an individual involved in providing health care services.

Overview

See the FHIR documentation for more information about Practitioner resources.

Mapped Concepts in HIEBus

  • Caregiver

Supported Interactions

Practitioner resources support the following interactions.

Search Parameters

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

Name Type Prefixes
Modifiers
Can be Chained? Description
_id Token Resource id.
_source Uri :missing  Where the resource comes from.
address String :contains  :exact  :missing  A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text.
address-city String :contains  :exact  :missing  A city specified in an address.
address-country String :contains  :exact  :missing  A country specified in an address.
address-postalcode String :contains  :exact  :missing  A postalCode specified in an address.
address-state String :contains  :exact  :missing  A state specified in an address.
birthdate Date ne  lt  le  gt  ge  sa  eb  ap  :missing  See the HL7 FHIR documentation.
family String :contains  :exact  :missing  A portion of the family name.
gender Token :missing  Gender of the practitioner.
given String :contains  :exact  :missing  A portion of the given name.
identifier Token :missing  A practitioner's Identifier.
language Token :not  :in  :notin  :missing  See the HL7 FHIR documentation.
name String :contains  :exact  :missing  A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text.
provenance-agent Reference :missing  yes Search by provenance, specified by its author (aka originator) Organization.
role Token :not  :in  :notin  :missing  See the HL7 FHIR documentation.
telecom Token :missing  The value in any kind of contact.

Sortable Parameters

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

  • name
  • address
  • address-city
  • address-country
  • address-postalcode
  • address-state
  • family
  • given
  • telecom
  • _id

Only one sort parameter may be specified.

Supported Includes

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

  • Provenance Agent

Back to Resources