Practitioner

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

Sample Query

Find practitioners by family name:

https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir/Practitioner?family=Smith

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  An address in any kind of address/part.
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  :not-in  :missing  See the HL7 FHIR documentation.
name String :contains  :exact  :missing  A portion of either family or given name.
provenance-agent Reference :missing  yes Search by provenance, specified by its author (aka originator) Organization.
role Token :not  :in  :not-in  :missing  The practitioner can perform this role at for the organization.
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

Supported Operations

Practitioner supports the following extended operations.


Back to Resources