-
Notifications
You must be signed in to change notification settings - Fork 0
/
Patient-JamesPondPatient.json
46 lines (46 loc) · 2.36 KB
/
Patient-JamesPondPatient.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"resourceType" : "Patient",
"id" : "JamesPondPatient",
"meta" : {
"profile" : ["http://fhir-arf-register.nardhc.org/StructureDefinition/ARFPatient"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>James Pond </b> male, DoB: 1960-01-25 ( National unique individual identifier/8003608833357361\u00a0(use:\u00a0official))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><a href=\"tel:+61444123456\">+61 444 123456</a></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Practitioner-DoctorPayne.html\">Practitioner/DoctorPayne</a> " PAYNE"</li><li>Managing Organization: <a href=\"RemoteClinic\">RemoteClinic</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This extension applies to the Patient resource and is used to indicate whether a person identifies as being of Aboriginal or Torres Strait Islander origin.\"><a href=\"http://hl7.org.au/fhir/4.1.0/StructureDefinition-indigenous-status.html\">Australian Indigenous Status</a></td><td colspan=\"3\"><ul><li>australian-indigenous-status-1 3: Both Aboriginal and Torres Strait Islander origin</li></ul></td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
"valueCoding" : {
"system" : "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
"code" : "3",
"display" : "Both Aboriginal and Torres Strait Islander origin"
}
}],
"identifier" : [{
"use" : "official",
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NI"
}]
},
"system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
"value" : "8003608833357361"
}],
"name" : [{
"family" : "Pond",
"given" : ["James"]
}],
"telecom" : [{
"system" : "phone",
"value" : "+61 444 123456"
}],
"gender" : "male",
"birthDate" : "1960-01-25",
"generalPractitioner" : [{
"reference" : "Practitioner/DoctorPayne"
}],
"managingOrganization" : {
"reference" : "RemoteClinic"
}
}