Skip to content

Commit 3902783

Browse files
committed
Addition of Location examples incl NATA Site Accredication
#96 #127 #1 #9
1 parent 3621e60 commit 3902783

13 files changed

+432
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Location xmlns="http://hl7.org/fhir">
3+
<id value="algrester-medical-centre"/>
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="Gregory Tindal Building"/>
9+
<alias value="Algregster Medical Centre"/>
10+
<mode value="instance"/>
11+
<type>
12+
<coding>
13+
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
14+
<code value="FMC"/>
15+
<display value="Family medicine clinic"/>
16+
</coding>
17+
</type>
18+
<address>
19+
<line value="87 Western Esp"/>
20+
<city value="Tindal RAAF"/>
21+
<state value="QLD"/>
22+
<postalCode value="4655"/>
23+
<country value="AU"/>
24+
</address>
25+
<physicalType>
26+
<coding>
27+
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
28+
<code value="bu"/>
29+
<display value="Building"/>
30+
</coding>
31+
</physicalType>
32+
</Location>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Location xmlns="http://hl7.org/fhir">
3+
<id value="metro-nsw-path-lab"/>
4+
<meta>
5+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/>
6+
</meta>
7+
<identifier>
8+
<type>
9+
<coding>
10+
<system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
11+
<code value="NATAS"/>
12+
<display value="NATA Site Number"/>
13+
</coding>
14+
<text value="NATA Site Number"/>
15+
</type>
16+
<system value="http://hl7.org.au/id/nata-site"/>
17+
<!--In Australia NATA numbers are an
18+
incremental number that have been incremented to 5 digits, this example uses a fictional
19+
NATA number from 100,000 + to ensure no conflict with real world values-->
20+
<value value="188899"/>
21+
</identifier>
22+
<status value="active"/>
23+
<name value="Metropolitan Laboratories Sydney Randwick"/>
24+
<mode value="instance"/>
25+
<type>
26+
<coding>
27+
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
28+
<code value="MBL"/>
29+
<display value="medical laboratory"/>
30+
</coding>
31+
<text value="Laboratory"/>
32+
</type>
33+
<type>
34+
<coding>
35+
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
36+
<code value="HUSCS"/>
37+
<display value="specimen collection site"/>
38+
</coding>
39+
<text value="Specimen Collection"/>
40+
</type>
41+
<address>
42+
<line value="1342 Sydney St"/>
43+
<city value="Randwick"/>
44+
<state value="NSW"/>
45+
<postalCode value="2031"/>
46+
<country value="AU"/>
47+
</address>
48+
<physicalType>
49+
<coding>
50+
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
51+
<code value="bu"/>
52+
<display value="Building"/>
53+
</coding>
54+
</physicalType>
55+
<managingOrganization>
56+
<reference value="Organization/metro-nsw-path-lab"/>
57+
</managingOrganization>
58+
</Location>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Location xmlns="http://hl7.org/fhir">
3+
<id value="metro-qld-path-lab"/>
4+
<meta>
5+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/>
6+
</meta>
7+
<identifier>
8+
<type>
9+
<coding>
10+
<system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
11+
<code value="NATAS"/>
12+
<display value="NATA Site Number"/>
13+
</coding>
14+
<text value="NATA Site Number"/>
15+
</type>
16+
<system value="http://hl7.org.au/id/nata-accreditation"/>
17+
<!--In Australia NATA numbers are an
18+
incremental number that have been incremented to 5 digits, this example uses a fictional
19+
NATA number from 100,000 + to ensure no conflict with real world values-->
20+
<value value="155101"/>
21+
</identifier>
22+
<status value="active"/>
23+
<name value="Metropolitan Pathology QLD DOOMBEN"/>
24+
<mode value="instance"/>
25+
<type>
26+
<coding>
27+
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
28+
<code value="MBL"/>
29+
<display value="medical laboratory"/>
30+
</coding>
31+
<text value="Laboratory"/>
32+
</type>
33+
<type>
34+
<coding>
35+
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
36+
<code value="HUSCS"/>
37+
<display value="specimen collection site"/>
38+
</coding>
39+
<text value="Specimen Collection"/>
40+
</type>
41+
<address>
42+
<use value="work"/>
43+
<type value="physical"/>
44+
<line value="75 Hampden St"/>
45+
<city value="DOOMBEN"/>
46+
<state value="QLD"/>
47+
<postalCode value="4007"/>
48+
<country value="AU"/>
49+
</address>
50+
<physicalType>
51+
<coding>
52+
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
53+
<code value="bu"/>
54+
<display value="Building"/>
55+
</coding>
56+
</physicalType>
57+
<managingOrganization>
58+
<reference value="Organization/metro-qld-path-lab"/>
59+
</managingOrganization>
60+
</Location>

examples/Location/location-nsw-hospital-er.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/>
66
</meta>
77
<status value="active"/>
8-
<name value="Emergency Deparement NSW Hospital"/>
8+
<name value="Emergency Department NSW Hospital"/>
99
<mode value="instance"/>
1010
<type>
1111
<coding>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Location xmlns="http://hl7.org/fhir">
3+
<id value="nsw-hospital-pharmacy-in"/>
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="Pharmacy NSW Hospital"/>
9+
<alias value="North Building A"/>
10+
<mode value="instance"/>
11+
<type>
12+
<coding>
13+
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
14+
<code value="INPHARM"/>
15+
<display value="inpatient pharmacy"/>
16+
</coding>
17+
</type>
18+
<address>
19+
<type value="physical"/>
20+
<line value="North Building A"/>
21+
<line value="2325 Rocklands Rd"/>
22+
<city value="North Sydney"/>
23+
<state value="NSW"/>
24+
<postalCode value="2060"/>
25+
<country value="AU"/>
26+
</address>
27+
<physicalType>
28+
<coding>
29+
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
30+
<code value="bu"/>
31+
<display value="Building"/>
32+
</coding>
33+
</physicalType>
34+
<managingOrganization>
35+
<reference value="Organization/nsw-hospital"/>
36+
</managingOrganization>
37+
</Location>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Location xmlns="http://hl7.org/fhir">
3+
<id value="private-vic-path-lab"/>
4+
<meta>
5+
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/>
6+
</meta>
7+
<identifier>
8+
<type>
9+
<coding>
10+
<system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
11+
<code value="NATAA"/>
12+
<display value="NATA Accreditation Number"/>
13+
</coding>
14+
<text value="NATA Site Number"/>
15+
</type>
16+
<system value="http://hl7.org.au/id/nata-accreditation"/>
17+
<!--In Australia NATA numbers are an
18+
incremental number that have been incremented to 5 digits, this example uses a fictional
19+
NATA number from 100,000 + to ensure no conflict with real world values-->
20+
<value value="130302"/>
21+
</identifier>
22+
<name value="Flemington Private VIC Pathology"/>
23+
<type>
24+
<coding>
25+
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
26+
<code value="MBL"/>
27+
<display value="medical laboratory"/>
28+
</coding>
29+
<text value="Laboratory"/>
30+
</type>
31+
<type>
32+
<coding>
33+
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
34+
<code value="HUSCS"/>
35+
<display value="specimen collection site"/>
36+
</coding>
37+
<text value="Specimen Collection"/>
38+
</type>
39+
<address>
40+
<line value="41 Epsom court"/>
41+
<city value="FLEMINGTON"/>
42+
<state value="VIC"/>
43+
<postalCode value="3031"/>
44+
<country value="AU"/>
45+
</address>
46+
<physicalType>
47+
<coding>
48+
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
49+
<code value="bu"/>
50+
<display value="Building"/>
51+
</coding>
52+
</physicalType>
53+
<managingOrganization>
54+
<reference value="Organization/private-vic-path-lab"/>
55+
</managingOrganization>
56+
</Location>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Location xmlns="http://hl7.org/fhir">
3+
<id value="qld-hospital-pharmacy-in"/>
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="Building 31"/>
9+
<alias value="Pharmacy - QLD Hospital"/>
10+
<mode value="instance"/>
11+
<type>
12+
<coding>
13+
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
14+
<code value="INPHARM"/>
15+
<display value="inpatient pharmacy"/>
16+
</coding>
17+
</type>
18+
<address>
19+
<text value="Building 31, 54301 Stanley St, South Brisbane QLD 4101" />
20+
<line value="Building 31"/>
21+
<line value="54301 Stanley St"/>
22+
<city value="South Brisbane"/>
23+
<state value="QLD"/>
24+
<postalCode value="4101"/>
25+
<country value="AU"/>
26+
</address>
27+
<physicalType>
28+
<coding>
29+
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
30+
<code value="bu"/>
31+
<display value="Building"/>
32+
</coding>
33+
</physicalType>
34+
<managingOrganization>
35+
<reference value="Organization/qld-hospital"/>
36+
</managingOrganization>
37+
</Location>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Location xmlns="http://hl7.org/fhir">
3+
<id value="qld-hospital-pharmacy-out"/>
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="Friends Pharmacy - QLD Hospital"/>
9+
<mode value="instance"/>
10+
<type>
11+
<coding>
12+
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
13+
<code value="OUTPHARM"/>
14+
<display value="outpatient pharmacy"/>
15+
</coding>
16+
</type>
17+
<type>
18+
<coding>
19+
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
20+
<code value="PHARM"/>
21+
<display value="Pharmacy"/>
22+
</coding>
23+
</type>
24+
<address>
25+
<line value="Suite 14, Building 31"/>
26+
<line value="54301 Stanley St"/>
27+
<city value="South Brisbane"/>
28+
<state value="QLD"/>
29+
<postalCode value="4101"/>
30+
<country value="AU"/>
31+
</address>
32+
<physicalType>
33+
<coding>
34+
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
35+
<code value="bu"/>
36+
<display value="Building"/>
37+
</coding>
38+
</physicalType>
39+
<managingOrganization>
40+
<reference value="Organization/qld-hospital"/>
41+
</managingOrganization>
42+
</Location>

examples/PractitionerRole/practitionerrole-algrester-greg-gp.xml

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
</coding>
4646
<text value="General Practitioner"/>
4747
</code>
48+
<location>
49+
<reference value="Location/algrester-medical-centre"/>
50+
</location>
4851
<telecom>
4952
<system value="phone"/>
5053
<value value="0491579760"/>

examples/PractitionerRole/practitionerrole-meyer-adam-microbiologist.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@
2929
<code value="159138004"/>
3030
</coding>
3131
<text value="Microbiologist"/>
32-
</code>
32+
</code>
33+
<location>
34+
<reference value="Location/metro-qld-path-lab"/>
35+
</location>
3336
</PractitionerRole>

examples/PractitionerRole/practitionerrole-tulio-patricia-pathologist.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,8 @@
7777
<display value="Medical pathologist"/>
7878
</coding>
7979
<text value="Pathologist"/>
80-
</code>
80+
</code>
81+
<location>
82+
<reference value="Location/metro-nsw-path-lab"/>
83+
</location>
8184
</PractitionerRole>

0 commit comments

Comments
 (0)