-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOrganization-VeryRemoteClinic.xml
39 lines (38 loc) · 1.6 KB
/
Organization-VeryRemoteClinic.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<Organization xmlns="http://hl7.org/fhir">
<id value="VeryRemoteClinic"/>
<meta>
<profile value="http://fhir-arf-register.nardhc.org/StructureDefinition/ARFOrganisation"/>
</meta>
<text>
<status value="generated"/><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 (use: official, )</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>
</text>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
<code value="NOI"/>
</coding>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/hpio/1.0"/>
<value value="8003621566684455"/>
</identifier>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="440655000"/>
<display value="Outpatient environment"/>
</coding>
</type>
<name value="Very Remote Health Clinic"/>
<telecom>
<system value="phone"/>
<value value="+61 7 12345678"/>
</telecom>
<address>
<line value="2342 Main Road"/>
<city value="Coen"/>
<state value="QLD"/>
</address>
</Organization>