-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPractitioner-DoctorPayne.json
31 lines (31 loc) · 1.1 KB
/
Practitioner-DoctorPayne.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
{
"resourceType" : "Practitioner",
"id" : "DoctorPayne",
"meta" : {
"profile" : ["http://fhir-arf-register.nardhc.org/StructureDefinition/ARFPractitioner"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner DoctorPayne</b></p><a name=\"DoctorPayne\"> </a><a name=\"hcDoctorPayne\"> </a><a name=\"DoctorPayne-en-AU\"> </a><p><b>identifier</b>: National provider identifier/8003619900015717\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Jane Payne </p><p><b>telecom</b>: <a href=\"tel:+61455123456\">+61 455 123456</a></p></div>"
},
"identifier" : [{
"use" : "official",
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI"
}]
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
"value" : "8003619900015717"
}],
"name" : [{
"family" : "Payne",
"given" : ["Jane"],
"prefix" : ["Dr"]
}],
"telecom" : [{
"system" : "phone",
"value" : "+61 455 123456"
}]
}