@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Physical-location-with-wheelchair-access"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-location"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Location Physical-location-with-wheelchair-access

PCA Amenity: Wheelchair Access

PCA Postal Address: Shop 8, 147-153 Castlereagh Street, SYDNEY NSW 2000

identifier: PCA Location Identifier (PCA-LI)/9d00bc2673ca4b54bd8018732af66634

status: Active

name: Physical location with wheelchair access

address: Shop 8, 151 Castlereagh Street, SYDNEY NSW 2000

managingOrganization: Organization Organisation with ABN

" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-amenity"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/CodeSystem/pca-amenity"^^xsd:anyURI ] ; fhir:code [ fhir:v "wheelchairAccess" ] ; fhir:display [ fhir:v "Wheelchair Access" ] ] ) ] ] [ fhir:url [ fhir:v "http://pca.digitalhealth.gov.au/fhir/4.0/StructureDefinition/pca-postal-address"^^xsd:anyURI ] ; fhir:value [ a fhir:Address ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/address-identifier"^^xsd:anyURI ] ; fhir:value [ a fhir:Identifier ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "GNAF" ] ; fhir:display [ fhir:v "Geocoded National Address File Identifier" ] ] ) ; fhir:text [ fhir:v "G-NAF" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/gnafidentifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "GANSW718473771" ] ] ] ) ; fhir:type [ fhir:v "postal" ] ; fhir:text [ fhir:v "Shop 8, 147-153 Castlereagh Street, SYDNEY NSW 2000" ] ; fhir:line ( [ fhir:v "Shop 8" ] [ fhir:v "147-153 Castlereagh Street" ] ) ; fhir:city [ fhir:v "SYDNEY" ] ; fhir:state [ fhir:v "NSW" ] ; fhir:postalCode [ fhir:v "2000" ] ; fhir:country [ fhir:v "AU" ] ] ] ) ; # fhir:identifier ( [ fhir:type [ fhir:text [ fhir:v "PCA Location Identifier (PCA-LI)" ] ] ; fhir:system [ fhir:v "http://pca.digitalhealth.gov.au/id/pca-location"^^xsd:anyURI ] ; fhir:value [ fhir:v "9d00bc2673ca4b54bd8018732af66634" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "Physical location with wheelchair access"] ; # fhir:address [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/address-identifier"^^xsd:anyURI ] ; fhir:value [ a fhir:Identifier ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "GNAF" ] ; fhir:display [ fhir:v "Geocoded National Address File Identifier" ] ] ) ; fhir:text [ fhir:v "G-NAF" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/gnafidentifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "GANSW718473771" ] ] ] ) ; fhir:type [ fhir:v "physical" ] ; fhir:text [ fhir:v "Shop 8, 151 Castlereagh Street, SYDNEY NSW 2000" ] ; fhir:line ( [ fhir:v "Shop 8" ] [ fhir:v "147-153 Castlereagh Street" ] ) ; fhir:city [ fhir:v "SYDNEY" ] ; fhir:state [ fhir:v "NSW" ] ; fhir:postalCode [ fhir:v "2000" ] ; fhir:country [ fhir:v "AU" ] ] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/Organisation-with-ABN" ] ] . # # -------------------------------------------------------------------------------------