Skip to main content
Guide
DG-3055
Status
Active
Version
1.0
Created
Updated

Quick intro

Before you can create a PractitionerRole, you must first find an existing Practitioner using their AHPRA Registration Number.

Find an existing Practitioner

GET /PcaFhirApi/v2/publisher/org-6ac00cb80e4b4dbbabb489ee8a9c942b/fhir/Practitioner?identifier=MED0000978637 HTTP/1.1
Authorization: Bearer 19.1649244023.64cff7a256c746f381d57f6fec9b6cc1
User-Agent: PostmanRuntime/7.29.0
Accept: */*
Cache-Control: no-cache
Postman-Token: 1f32f053-3809-44aa-bba7-533dad16bc15
Host: pca-vendor-test.digitalhealth.gov.au
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Cookie: __cf_bm=bEY_XWWbtx8V2PN0xEqk88s2Q15IOv2ujkq4abTL0P0-1649243541-0-AUG7j09lkWIIyyAdXzT2VZW55Q8eF3UdMdjtZUb9XA3gO4dKBEYR0jWGOeMS0aeYzc8Ur+p+z9C6A8q11up1KW8=
  
HTTP/1.1 200 OK
Date: Wed, 06 Apr 2022 11:18:33 GMT
Content-Type: application/fhir+json; charset=utf-8
Content-Length: 529
Connection: keep-alive
Last-Modified: Wed, 06 Apr 2022 11:18:33 GMT
Location: Bundle/f097896f-7c26-4e68-ba97-4d1c0a5f64c2
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
CF-Cache-Status: DYNAMIC
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Strict-Transport-Security: max-age=15552000; includeSubDomains; preload
Server: cloudflare
CF-RAY: 6f7a1f9b7dba5ab8-MEL
{
    "resourceType": "Bundle",
    "id": "f097896f-7c26-4e68-ba97-4d1c0a5f64c2",
    "total": 1,
    "entry": [
        {
            "resource": {
                "resourceType": "Practitioner",
                "id": "pra-c4b1451d91074567b54f0a9e997acec2",
                "meta": {
                    "versionId": "1",
                    "lastUpdated": "2022-04-06T11:10:21.8790107+10:00"
                },
                "identifier": [
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
                                    "code": "AHPRA"
                                }
                            ]
                        },
                        "system": "http://hl7.org.au/id/ahpra-registration-number",
                        "value": "MED0000978637"
                    }
                ],
                "active": false,
                "name": [
                    {
                        "family": "Smith",
                        "given": [
                            "Benedict"
                        ],
                        "prefix": [
                            "Dr"
                        ]
                    }
                ]
            }
        }
    ]
}  

 Home | Back: Authorise publication | Next: Create practitioner role

Trade marks of the Australian Digital Health Agency: 
Provider Connect Australia™, Helping healthcare providers stay connected™

PCA logo
PCA logo

On this page