This resource includes details about an individual at a healthcare organization. The individual may range from those indirectly responsible for patient treatment or services (e.g., receptionists, IT personnel) to those directly responsible for patient treatment or services (e.g., physicians, pharmacists, therapists). However, this resource doesn’t include people related to the patient like a caregiver.
You can review, retrieve, or update practitioner records in bulk.
$bulk-practitioner-update
Update multiple providers at once.
The structure of the payload is a batch bundle, and the RESTful operation in entry.request.method informs what type of operation should be be made on the resource.
This operation is compatible with HL7v2 MFN style interfaces.
cURL request example
Request Body Schema
- resourceTyperequired, string
Identifies the type of the resource
Value:Bundle
- typerequired, string
Indicates the purpose of this bundle - how it is intended to be used.
Value:batch
- entryrequired, Array of Practitioner, PractitionerRole, Location or Other
An bundle of Practitioner, PractitionerRole and Location resources to be updated in bulk.
- requestobject
Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.
- methodrequired, string
In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred.
Possible Values:GET
,HEAD
,POST
,PUT
,DELETE
,PATCH
- urlrequired, string
The URL for this entry, relative to the root (the address to which the request is posted).
- resourceTyperequired, string
Identifies the type of the resource
Value:OperationOutcome
- issuerequired, Array of object
A structured respresentation of the error that occurred
- severityrequired, string
Generally
error
orfatal
Possible Values:fatal
,error
,warning
,information
- coderequired, string
A FHIR category code that describes the general type of issue. See http://hl7.org/fhir/ValueSet/issue-type for details
- idstring
If the error occurs in the RedoxEngine, this corresponds to an Error record in the organization.
- detailsobject
Additional details about the error. This may be a text description of the error or a system code that identifies the error.
- codingArray of object
A more granular FHIR code for the specific error. Typically from http://hl7.org/fhir/ValueSet/operation-outcome
- systemstring
The identification of the code system that defines the meaning of the symbol in the code.
- codestring
A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).
- textstring
A human-readable interpretation of the issue code
- diagnosticsstring
Additional diagnostic information about the issue.