-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOrganization-VeryRemoteClinic.json
39 lines (39 loc) · 1.49 KB
/
Organization-VeryRemoteClinic.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
{
"resourceType" : "Organization",
"id" : "VeryRemoteClinic",
"meta" : {
"profile" : ["http://fhir-arf-register.nardhc.org/StructureDefinition/ARFOrganisation"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization VeryRemoteClinic</b></p><a name=\"VeryRemoteClinic\"> </a><a name=\"hcVeryRemoteClinic\"> </a><a name=\"VeryRemoteClinic-en-AU\"> </a><p><b>identifier</b>: National Organisation Identifier/8003621566684455\u00a0(use:\u00a0official,\u00a0)</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 440655000}\">Outpatient environment</span></p><p><b>name</b>: Very Remote Health Clinic</p><p><b>telecom</b>: <a href=\"tel:+61712345678\">+61 7 12345678</a></p><p><b>address</b>: 2342 Main Road Coen QLD </p></div>"
},
"identifier" : [{
"use" : "official",
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "NOI"
}]
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
"value" : "8003621566684455"
}],
"type" : [{
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "440655000",
"display" : "Outpatient environment"
}]
}],
"name" : "Very Remote Health Clinic",
"telecom" : [{
"system" : "phone",
"value" : "+61 7 12345678"
}],
"address" : [{
"line" : ["2342 Main Road"],
"city" : "Coen",
"state" : "QLD"
}]
}