Practitioner Resource
AdvaPACS uses the Practitioner resource to represent a number of different types of clinicians in the system.
For example, Practitioner may be used to represent a referring clinician in a ServiceRequest, or could also be used to represent the performing technologist in a ServiceRequest.
Reference
For full information on the Practitioner resource, please refer to the FHIR standard.
Supported Transactions
- Search
 - Read
 - Create
 - Update
 
Example Resource
This example shows the attributes supported by AdvaPACS.
{
  "resourceType": "Practitioner",
  "id": "6e6a1f7d-73e1-4fb1-b8b8-bd3da26d0672",
  "identifier": [
    {
      "value": "1234ABC"
    }
  ],
  "name": [
    {
      "family": "Herb",
      "given": [
        "Phil"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ]
}