Practitioner |
Top Previous Next |
A person who is directly or indirectly involved in the provisioning of healthcare.
Response Description Sample Response { "resourceType": "Practitioner", "id": "GVTADAWS", "meta": { "lastUpdated": "2019-04-02T12:00:00-04:00", "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ] }, "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tbody><tr><td>Code:</td><td>GVTADAWS</td></tr><tr><td>Name:</td><td>Aaron Dawson</td></tr></tbody></table></div>" }, "identifier": [ { "system": "https://pai.healthcare", "value": "GVTADAWS" } ], "name": [ { "text": "Aaron Dawson", "family": "Dawson", "given": [ "Aaron" ] } ], "telecom": [ { "system": "email", "value": "adawson@practice-alt.com" } ] }
Practitioner.id
The logical ID of the resource, as used in the URL for the resource. Once assigned, this value never changes.
Practitioner.meta
Metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
Practitioner.text
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.
Practitioner.identifier
An identifier that applies to this person in this role. This will be an NPI number when possible.
Practitioner.identifier.system
The namespace for the identifier value.
Practitioner.identifier.value
The value that is unique.
Practitioner.identifier:NPI
A NPI identifier that applies to this person in this role.
Practitioner.name
The name(s) associated with the practitioner.
Practitioner.name.family
The practitioner's surname.
Practitioner.telecom
A contact detail for the practitioner, e.g. a telephone number or an email address.
Search
URL SyntaxTwo HTTP methods are supported for searching: GET and POST. It is recommended to use HTTP POST. Visit the FHIR Sandbox to try requests.
HTTP GET - searching https://sandbox.pai.healthcare/preview/fhir/Practitioner?{query string}
HTTP GET - return single record https://sandbox.pai.healthcare/preview/fhir/Practitioner/{resource id}
HTTP POST - searching https://sandbox.pai.healthcare/preview/fhir/Practitioner/_search •Set the Content-Type header to application/x-www-urlencoded •The body of the request is a similar query string used in the GET type of request detailed above.
Error HandlingIf no records are returned or invalid search parameters are provided, then an HTTP 400 Bad Request is returned. The body of the response will be an OperationOutcome.
Supported Search Parameters
_id
patient
|