Skip to main content

Overview

Practitioner Information addresses: Practitioner is a person who is directly or indirectly involved in the provisioning of healthcare. This profile meets the U.S. Core Data for Interoperability (USCDI) v3 requirements for Care Team Member and Practitioner Information. Practitioner covers all individuals who are engaged in the healthcare process and healthcare-related services as part of their formal responsibilities and this Resource is used for attribution of activities and responsibilities to these individuals. Example Usage Scenarios: The following are example usage scenarios for the this profile:
  • Query for an practitioner by name or NPI
  • Reference from other Resources
Each Practitioner has next elements:
  • an identifier which must support an NPI if available.
  • a name
Each Practitioner supports next elements:
  • Contact information
  • An address
Practitioner response will be provided in JSON (refers to Capability Statement) format as per FHIR standard R4 version. This resource refers to US Core Practitioner Profile 6.1.0.

Must support elements, mandatory and optional search parameters

Practitionermust support these elements:
  • Slices for identifier
    • identifier: all slices
      • system
      • value
    • identifier: NPI
  • active
  • name
    • family
  • telecom
    • system
    • value
  • address
    • line
    • city
    • state
    • postalCode
    • country
Each Practitioner Must Have (Mandatory):
  • identifier
    • system
    • value
  • name
    • family
Practitioner response will be provided in JSON (refers to Capability Statement) format as per FHIR standard R4 version. The following search parameters and search parameter combinations SHALL be supported: The syntax used to describe the interactions is described here. SHALL support searching for a practitioner by a string match of any part of name using the name search parameter: GET [base url]/Practitioner?name=[string] SHALL support searching a practitioner by an identifier such as an NPI using the identifier search parameter: GET [base url]/Practitioner?identifier={system|}[code] The following search parameters and search parameter combinations SHOULD be supported: SHOULD support searching using the _id search parameter: GET [base url]/Practitioner?_id=[id] The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.

Practitioner By Name

Search for Practitioner by name using string match. METHOD GET
PARAMS [base url] - FHIR base url [string] - Practitioner’s name (any portion - given, family, prefix, suffix) HEADERS The Authorization token SHALL be obtained during the Authentication and Authorization process. Go to Authentication and Authorization for further details. RESPONSES The response to any search operation is always a list of resources in a Bundle or an Operation Outcome. EXAMPLE:

Practitioner By Identifier

Search for Practitioner by identifier (such as NPI). METHOD GET
PARAMS [base url] - FHIR base url {system|} - The system for the identifier. FHIR search token parameter. See Search specification for more information. Example: http://hl7.org/fhir/sid/us-npi| [code] - Identifier code. Example: NPI number 1234567890 HEADERS The Authorization token SHALL be obtained during the Authentication and Authorization process. Go to Authentication and Authorization for further details. RESPONSES The response to any search operation is always a list of resources in a Bundle or an Operation Outcome. EXAMPLE:

Practitioner By Id

Fetch a single Practitioner by internal resource id. METHOD GET
or
PARAMS [base url] - FHIR base url {id} - Practitioner’s internal resource id HEADERS The Authorization token SHALL be obtained during the Authentication and Authorization process. Go to Authentication and Authorization for further details. RESPONSES The response to any search operation is always a list of resources in a Bundle or an Operation Outcome. EXAMPLE: