-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added residential aged care location examples
- Loading branch information
1 parent
b5519f2
commit cfcacda
Showing
11 changed files
with
379 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Location xmlns="http://hl7.org/fhir"> | ||
<id value="large-racs-nsw-01"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/> | ||
</meta> | ||
<status value="active"/> | ||
<name value="LARCSG Care Randwick NSW"/> | ||
<mode value="instance"/> | ||
<type> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="257652008"/> | ||
<display value="Aged care facility"/> | ||
</coding> | ||
</type> | ||
<telecom> | ||
<system value="email"/> | ||
<value value="[email protected]"/> | ||
<use value="work"/> | ||
</telecom> | ||
<address> | ||
<line value="370 Blobby Street"/> | ||
<city value="Randwick"/> | ||
<state value="NSW"/> | ||
<postalCode value="2031"/> | ||
<country value="AU"/> | ||
</address> | ||
<physicalType> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/> | ||
<code value="si"/> | ||
<display value="Site"/> | ||
</coding> | ||
</physicalType> | ||
<managingOrganization> | ||
<reference value="Organization/large-racs"/> | ||
</managingOrganization> | ||
</Location> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Location xmlns="http://hl7.org/fhir"> | ||
<id value="large-racs-nsw-02"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/> | ||
</meta> | ||
<status value="active"/> | ||
<name value="LARCSG Care Bondi Junction NSW"/> | ||
<mode value="instance"/> | ||
<type> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="257652008"/> | ||
<display value="Aged care facility"/> | ||
</coding> | ||
</type> | ||
<telecom> | ||
<system value="email"/> | ||
<value value="[email protected]"/> | ||
<use value="work"/> | ||
</telecom> | ||
<address> | ||
<line value="45-57 Bronte Road"/> | ||
<city value="Bondi Junction"/> | ||
<state value="NSW"/> | ||
<postalCode value="2022"/> | ||
<country value="AU"/> | ||
</address> | ||
<physicalType> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/> | ||
<code value="si"/> | ||
<display value="Site"/> | ||
</coding> | ||
</physicalType> | ||
<managingOrganization> | ||
<reference value="Organization/large-racs"/> | ||
</managingOrganization> | ||
</Location> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Location xmlns="http://hl7.org/fhir"> | ||
<id value="large-racs-nsw-03"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/> | ||
</meta> | ||
<status value="active"/> | ||
<name value="LARCSG Care Tamworth NSW"/> | ||
<mode value="instance"/> | ||
<type> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="257652008"/> | ||
<display value="Aged care facility"/> | ||
</coding> | ||
</type> | ||
<telecom> | ||
<system value="email"/> | ||
<value value="[email protected]"/> | ||
<use value="work"/> | ||
</telecom> | ||
<address> | ||
<line value="5777 Core Street"/> | ||
<city value="Tamworth"/> | ||
<state value="NSW"/> | ||
<postalCode value="2430"/> | ||
<country value="AU"/> | ||
</address> | ||
<physicalType> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/> | ||
<code value="si"/> | ||
<display value="Site"/> | ||
</coding> | ||
</physicalType> | ||
<managingOrganization> | ||
<reference value="Organization/large-racs"/> | ||
</managingOrganization> | ||
</Location> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Location xmlns="http://hl7.org/fhir"> | ||
<id value="large-racs-qld-01"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/> | ||
</meta> | ||
<status value="active"/> | ||
<name value="LARCSG Care Sunnybank QLD"/> | ||
<mode value="instance"/> | ||
<type> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="257652008"/> | ||
<display value="Aged care facility"/> | ||
</coding> | ||
</type> | ||
<telecom> | ||
<system value="email"/> | ||
<value value="[email protected]"/> | ||
<use value="work"/> | ||
</telecom> | ||
<address> | ||
<line value="8888 Spliffy Road"/> | ||
<city value="Sunnybank"/> | ||
<state value="QLD"/> | ||
<postalCode value="4111"/> | ||
<country value="AU"/> | ||
</address> | ||
<physicalType> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/> | ||
<code value="si"/> | ||
<display value="Site"/> | ||
</coding> | ||
</physicalType> | ||
<managingOrganization> | ||
<reference value="Organization/large-racs"/> | ||
</managingOrganization> | ||
</Location> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Location xmlns="http://hl7.org/fhir"> | ||
<id value="large-racs-qld-02"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/> | ||
</meta> | ||
<status value="active"/> | ||
<name value="LARCSG Care Toowong QLD"/> | ||
<mode value="instance"/> | ||
<type> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="257652008"/> | ||
<display value="Aged care facility"/> | ||
</coding> | ||
</type> | ||
<telecom> | ||
<system value="email"/> | ||
<value value="[email protected]"/> | ||
<use value="work"/> | ||
</telecom> | ||
<address> | ||
<line value="25 - 30 Antonym Lane"/> | ||
<city value="Toowong"/> | ||
<state value="QLD"/> | ||
<postalCode value="4066"/> | ||
<country value="AU"/> | ||
</address> | ||
<physicalType> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/> | ||
<code value="si"/> | ||
<display value="Site"/> | ||
</coding> | ||
</physicalType> | ||
<managingOrganization> | ||
<reference value="Organization/large-racs"/> | ||
</managingOrganization> | ||
</Location> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Location xmlns="http://hl7.org/fhir"> | ||
<id value="large-racs-qld-03"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"/> | ||
</meta> | ||
<status value="active"/> | ||
<name value="LARCSG Care Toowoomba QLD"/> | ||
<mode value="instance"/> | ||
<type> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="257652008"/> | ||
<display value="Aged care facility"/> | ||
</coding> | ||
</type> | ||
<telecom> | ||
<system value="email"/> | ||
<value value="[email protected]"/> | ||
<use value="work"/> | ||
</telecom> | ||
<address> | ||
<line value="12 Banksia Street"/> | ||
<city value="Toowoomba"/> | ||
<state value="QLD"/> | ||
<postalCode value="4350"/> | ||
<country value="AU"/> | ||
</address> | ||
<physicalType> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/> | ||
<code value="si"/> | ||
<display value="Site"/> | ||
</coding> | ||
</physicalType> | ||
<managingOrganization> | ||
<reference value="Organization/large-racs"/> | ||
</managingOrganization> | ||
</Location> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Organization xmlns="http://hl7.org/fhir"> | ||
<id value="large-racs"/> | ||
<meta> | ||
<profile value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"/> | ||
</meta> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> | ||
<code value="XX"/> | ||
</coding> | ||
<text value="ABN"/> | ||
</type> | ||
<system value="http://hl7.org.au/id/abn"/> | ||
<!-- Not a valid ABN. This example uses a fictional | ||
ABN that does not conform to ABN format to ensure no conflict with real world values --> | ||
<value value="19000773547"/> | ||
</identifier> | ||
<type> | ||
<text value="Residential Aged Care Provider"/> | ||
</type> | ||
<name value="Large Residential Aged Care Services Group Limited"/> | ||
<alias value="LARCSG Care"/> | ||
<telecom> | ||
<system value="email"/> | ||
<value value="[email protected]"/> | ||
</telecom> | ||
<telecom> | ||
<system value="phone"/> | ||
<value value="1300 975 709"/> | ||
</telecom> | ||
<telecom> | ||
<system value="fax"/> | ||
<value value="(08) 7010 3275"/> | ||
</telecom> | ||
<address> | ||
<type value="postal"/> | ||
<line value="GPO BOX 1PP77897Q"/> | ||
<city value="Croydon Park"/> | ||
<state value="SA"/> | ||
<postalCode value="5008"/> | ||
<country value="AU"/> | ||
</address> | ||
</Organization> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.