Skip to content

Commit cfcacda

Browse files
committed
Added residential aged care location examples
#127 #104
1 parent b5519f2 commit cfcacda

11 files changed

+379
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Location xmlns="http://hl7.org/fhir">
3+
<id value="large-racs-nsw-01"/>
4+
<meta>
5+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/>
6+
</meta>
7+
<status value="active"/>
8+
<name value="LARCSG Care Randwick NSW"/>
9+
<mode value="instance"/>
10+
<type>
11+
<coding>
12+
<system value="http://snomed.info/sct"/>
13+
<code value="257652008"/>
14+
<display value="Aged care facility"/>
15+
</coding>
16+
</type>
17+
<telecom>
18+
<system value="email"/>
19+
<value value="info@largealliedchemists.example.com"/>
20+
<use value="work"/>
21+
</telecom>
22+
<address>
23+
<line value="370 Blobby Street"/>
24+
<city value="Randwick"/>
25+
<state value="NSW"/>
26+
<postalCode value="2031"/>
27+
<country value="AU"/>
28+
</address>
29+
<physicalType>
30+
<coding>
31+
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
32+
<code value="si"/>
33+
<display value="Site"/>
34+
</coding>
35+
</physicalType>
36+
<managingOrganization>
37+
<reference value="Organization/large-racs"/>
38+
</managingOrganization>
39+
</Location>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Location xmlns="http://hl7.org/fhir">
3+
<id value="large-racs-nsw-02"/>
4+
<meta>
5+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/>
6+
</meta>
7+
<status value="active"/>
8+
<name value="LARCSG Care Bondi Junction NSW"/>
9+
<mode value="instance"/>
10+
<type>
11+
<coding>
12+
<system value="http://snomed.info/sct"/>
13+
<code value="257652008"/>
14+
<display value="Aged care facility"/>
15+
</coding>
16+
</type>
17+
<telecom>
18+
<system value="email"/>
19+
<value value="info@largealliedchemists.example.com"/>
20+
<use value="work"/>
21+
</telecom>
22+
<address>
23+
<line value="45-57 Bronte Road"/>
24+
<city value="Bondi Junction"/>
25+
<state value="NSW"/>
26+
<postalCode value="2022"/>
27+
<country value="AU"/>
28+
</address>
29+
<physicalType>
30+
<coding>
31+
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
32+
<code value="si"/>
33+
<display value="Site"/>
34+
</coding>
35+
</physicalType>
36+
<managingOrganization>
37+
<reference value="Organization/large-racs"/>
38+
</managingOrganization>
39+
</Location>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Location xmlns="http://hl7.org/fhir">
3+
<id value="large-racs-nsw-03"/>
4+
<meta>
5+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/>
6+
</meta>
7+
<status value="active"/>
8+
<name value="LARCSG Care Tamworth NSW"/>
9+
<mode value="instance"/>
10+
<type>
11+
<coding>
12+
<system value="http://snomed.info/sct"/>
13+
<code value="257652008"/>
14+
<display value="Aged care facility"/>
15+
</coding>
16+
</type>
17+
<telecom>
18+
<system value="email"/>
19+
<value value="info@largealliedchemists.example.com"/>
20+
<use value="work"/>
21+
</telecom>
22+
<address>
23+
<line value="5777 Core Street"/>
24+
<city value="Tamworth"/>
25+
<state value="NSW"/>
26+
<postalCode value="2430"/>
27+
<country value="AU"/>
28+
</address>
29+
<physicalType>
30+
<coding>
31+
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
32+
<code value="si"/>
33+
<display value="Site"/>
34+
</coding>
35+
</physicalType>
36+
<managingOrganization>
37+
<reference value="Organization/large-racs"/>
38+
</managingOrganization>
39+
</Location>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Location xmlns="http://hl7.org/fhir">
3+
<id value="large-racs-qld-01"/>
4+
<meta>
5+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/>
6+
</meta>
7+
<status value="active"/>
8+
<name value="LARCSG Care Sunnybank QLD"/>
9+
<mode value="instance"/>
10+
<type>
11+
<coding>
12+
<system value="http://snomed.info/sct"/>
13+
<code value="257652008"/>
14+
<display value="Aged care facility"/>
15+
</coding>
16+
</type>
17+
<telecom>
18+
<system value="email"/>
19+
<value value="info@largealliedchemists.example.com"/>
20+
<use value="work"/>
21+
</telecom>
22+
<address>
23+
<line value="8888 Spliffy Road"/>
24+
<city value="Sunnybank"/>
25+
<state value="QLD"/>
26+
<postalCode value="4111"/>
27+
<country value="AU"/>
28+
</address>
29+
<physicalType>
30+
<coding>
31+
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
32+
<code value="si"/>
33+
<display value="Site"/>
34+
</coding>
35+
</physicalType>
36+
<managingOrganization>
37+
<reference value="Organization/large-racs"/>
38+
</managingOrganization>
39+
</Location>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Location xmlns="http://hl7.org/fhir">
3+
<id value="large-racs-qld-02"/>
4+
<meta>
5+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/>
6+
</meta>
7+
<status value="active"/>
8+
<name value="LARCSG Care Toowong QLD"/>
9+
<mode value="instance"/>
10+
<type>
11+
<coding>
12+
<system value="http://snomed.info/sct"/>
13+
<code value="257652008"/>
14+
<display value="Aged care facility"/>
15+
</coding>
16+
</type>
17+
<telecom>
18+
<system value="email"/>
19+
<value value="info@largealliedchemists.example.com"/>
20+
<use value="work"/>
21+
</telecom>
22+
<address>
23+
<line value="25 - 30 Antonym Lane"/>
24+
<city value="Toowong"/>
25+
<state value="QLD"/>
26+
<postalCode value="4066"/>
27+
<country value="AU"/>
28+
</address>
29+
<physicalType>
30+
<coding>
31+
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
32+
<code value="si"/>
33+
<display value="Site"/>
34+
</coding>
35+
</physicalType>
36+
<managingOrganization>
37+
<reference value="Organization/large-racs"/>
38+
</managingOrganization>
39+
</Location>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Location xmlns="http://hl7.org/fhir">
3+
<id value="large-racs-qld-03"/>
4+
<meta>
5+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/>
6+
</meta>
7+
<status value="active"/>
8+
<name value="LARCSG Care Toowoomba QLD"/>
9+
<mode value="instance"/>
10+
<type>
11+
<coding>
12+
<system value="http://snomed.info/sct"/>
13+
<code value="257652008"/>
14+
<display value="Aged care facility"/>
15+
</coding>
16+
</type>
17+
<telecom>
18+
<system value="email"/>
19+
<value value="info@largealliedchemists.example.com"/>
20+
<use value="work"/>
21+
</telecom>
22+
<address>
23+
<line value="12 Banksia Street"/>
24+
<city value="Toowoomba"/>
25+
<state value="QLD"/>
26+
<postalCode value="4350"/>
27+
<country value="AU"/>
28+
</address>
29+
<physicalType>
30+
<coding>
31+
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
32+
<code value="si"/>
33+
<display value="Site"/>
34+
</coding>
35+
</physicalType>
36+
<managingOrganization>
37+
<reference value="Organization/large-racs"/>
38+
</managingOrganization>
39+
</Location>

examples/Organization/organization-large-allied-chemists.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<purpose>
4444
<coding>
4545
<system value="http://terminology.hl7.org.au/CodeSystem/contact-purpose"/>
46-
<code value="Privacy"/>
47-
<display value="privacy"/>
46+
<code value="privacy"/>
47+
<display value="Privacy"/>
4848
</coding>
4949
<text value="privacy enquiries"/>
5050
</purpose>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Organization xmlns="http://hl7.org/fhir">
3+
<id value="large-racs"/>
4+
<meta>
5+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"/>
6+
</meta>
7+
<identifier>
8+
<type>
9+
<coding>
10+
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
11+
<code value="XX"/>
12+
</coding>
13+
<text value="ABN"/>
14+
</type>
15+
<system value="http://hl7.org.au/id/abn"/>
16+
<!-- Not a valid ABN. This example uses a fictional
17+
ABN that does not conform to ABN format to ensure no conflict with real world values -->
18+
<value value="19000773547"/>
19+
</identifier>
20+
<type>
21+
<text value="Residential Aged Care Provider"/>
22+
</type>
23+
<name value="Large Residential Aged Care Services Group Limited"/>
24+
<alias value="LARCSG Care"/>
25+
<telecom>
26+
<system value="email"/>
27+
<value value="info@largeracsgroup.example.com"/>
28+
</telecom>
29+
<telecom>
30+
<system value="phone"/>
31+
<value value="1300 975 709"/>
32+
</telecom>
33+
<telecom>
34+
<system value="fax"/>
35+
<value value="(08) 7010 3275"/>
36+
</telecom>
37+
<address>
38+
<type value="postal"/>
39+
<line value="GPO BOX 1PP77897Q"/>
40+
<city value="Croydon Park"/>
41+
<state value="SA"/>
42+
<postalCode value="5008"/>
43+
<country value="AU"/>
44+
</address>
45+
</Organization>

pages/_includes/dh-location-core-1-examples.md

+42
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,48 @@
6767
<td><a href="Location-large-allied-chemists-qld-03.json.html">JSON</a></td>
6868
<td><a href="Location-large-allied-chemists-qld-03.ttl.html">Turtle</a></td>
6969
</tr>
70+
<tr>
71+
<td><a href="Location-large-racs-nsw-01.html">LARCSG Care Randwick NSW</a></td>
72+
<td>large-racs-nsw-01</td>
73+
<td><a href="Location-large-racs-nsw-01.xml.html">XML</a></td>
74+
<td><a href="Location-large-racs-nsw-01.json.html">JSON</a></td>
75+
<td><a href="Location-large-racs-nsw-01.ttl.html">Turtle</a></td>
76+
</tr>
77+
<tr>
78+
<td><a href="Location-large-racs-nsw-02.html">LARCSG Care Bondi Junction NSW</a></td>
79+
<td>large-racs-nsw-02</td>
80+
<td><a href="Location-large-racs-nsw-02.xml.html">XML</a></td>
81+
<td><a href="Location-large-racs-nsw-02.json.html">JSON</a></td>
82+
<td><a href="Location-large-racs-nsw-02.ttl.html">Turtle</a></td>
83+
</tr>
84+
<tr>
85+
<td><a href="Location-large-racs-nsw-03.html">LARCSG Care Tamworth NSW</a></td>
86+
<td>large-racs-nsw-03</td>
87+
<td><a href="Location-large-racs-nsw-03.xml.html">XML</a></td>
88+
<td><a href="Location-large-racs-nsw-03.json.html">JSON</a></td>
89+
<td><a href="Location-large-racs-nsw-03.ttl.html">Turtle</a></td>
90+
</tr>
91+
<tr>
92+
<td><a href="Location-large-racs-qld-01.html">LARCSG Care Sunnybank QLD</a></td>
93+
<td>large-racs-qld-01</td>
94+
<td><a href="Location-large-racs-qld-01.xml.html">XML</a></td>
95+
<td><a href="Location-large-racs-qld-01.json.html">JSON</a></td>
96+
<td><a href="Location-large-racs-qld-01.ttl.html">Turtle</a></td>
97+
</tr>
98+
<tr>
99+
<td><a href="Location-large-racs-qld-02.html">LARCSG Care Toowong QLD</a></td>
100+
<td>large-racs-qld-02</td>
101+
<td><a href="Location-large-racs-qld-02.xml.html">XML</a></td>
102+
<td><a href="Location-large-racs-qld-02.json.html">JSON</a></td>
103+
<td><a href="Location-large-racs-qld-02.ttl.html">Turtle</a></td>
104+
</tr>
105+
<tr>
106+
<td><a href="Location-large-racs-qld-03.html">LARCSG Care Toowoomba QLD</a></td>
107+
<td>large-racs-qld-03</td>
108+
<td><a href="Location-large-racs-qld-03.xml.html">XML</a></td>
109+
<td><a href="Location-large-racs-qld-03.json.html">JSON</a></td>
110+
<td><a href="Location-large-racs-qld-03.ttl.html">Turtle</a></td>
111+
</tr>
70112
<tr>
71113
<td><a href="Location-hi-testdata-dental.html">Provider's Office of Test Org -DigitalHealth 5</a></td>
72114
<td>hi-testdata-dental</td>

pages/_includes/dh-organization-core-1-examples.md

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
<td><a href="Organization-large-allied-chemists.json.html">JSON</a></td>
2626
<td><a href="Organization-large-allied-chemists.ttl.html">Turtle</a></td>
2727
</tr>
28+
<tr>
29+
<td><a href="Organization-large-racs.html">Large Residential Aged Care Services Group Limited</a></td>
30+
<td>large-racs</td>
31+
<td><a href="Organization-large-racs.xml.html">XML</a></td>
32+
<td><a href="Organization-large-racs.json.html">JSON</a></td>
33+
<td><a href="Organization-large-racs.ttl.html">Turtle</a></td>
34+
</tr>
2835
<tr>
2936
<td><a href="Organization-medicare-rs.html">Medicare Australia repository services operator</a></td>
3037
<td>medicare-rs</td>

0 commit comments

Comments
 (0)