-
Notifications
You must be signed in to change notification settings - Fork 0
/
PractitionerRole-DoctorPayneRole1.json
32 lines (32 loc) · 1.37 KB
/
PractitionerRole-DoctorPayneRole1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"resourceType" : "PractitionerRole",
"id" : "DoctorPayneRole1",
"meta" : {
"profile" : ["http://fhir-arf-register.nardhc.org/StructureDefinition/ARFPractitionerRole"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole DoctorPayneRole1</b></p><a name=\"DoctorPayneRole1\"> </a><a name=\"hcDoctorPayneRole1\"> </a><a name=\"DoctorPayneRole1-en-AU\"> </a><p><b>identifier</b>: Medicare Provider Number/2426621B\u00a0(use:\u00a0official,\u00a0)</p><p><b>practitioner</b>: <a href=\"Practitioner-DoctorPayne.html\">Practitioner Jane Payne </a></p><p><b>organization</b>: <a href=\"Organization-VeryRemoteClinic.html\">Organization Very Remote Health Clinic</a></p><p><b>telecom</b>: <a href=\"tel:+61787654321\">+61 7 87654321</a></p></div>"
},
"identifier" : [{
"use" : "official",
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "UPIN"
}]
},
"system" : "http://ns.electronichealth.net.au/id/medicare-provider-number",
"value" : "2426621B"
}],
"practitioner" : {
"reference" : "Practitioner/DoctorPayne"
},
"organization" : {
"reference" : "Organization/VeryRemoteClinic"
},
"telecom" : [{
"system" : "phone",
"value" : "+61 7 87654321"
}]
}