@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "large-racs-nsw-02"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Location large-racs-nsw-02

status: Active

name: LARCSG Care Bondi Junction NSW

mode: Instance

type: Aged care facility

telecom: info@largeracsgroup.example.com

address: 45-57 Bronte Road Bondi Junction NSW 2022 AU

physicalType: Site

managingOrganization: Organization Large Residential Aged Care Services Group Limited

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "LARCSG Care Bondi Junction NSW"] ; # fhir:mode [ fhir:v "instance"] ; # fhir:type ( [ fhir:coding ( [ a sct:257652008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "257652008" ] ; fhir:display [ fhir:v "Aged care facility" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@largeracsgroup.example.com" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address [ fhir:line ( [ fhir:v "45-57 Bronte Road" ] ) ; fhir:city [ fhir:v "Bondi Junction" ] ; fhir:state [ fhir:v "NSW" ] ; fhir:postalCode [ fhir:v "2022" ] ; fhir:country [ fhir:v "AU" ] ] ; # fhir:physicalType [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "si" ] ; fhir:display [ fhir:v "Site" ] ] ) ] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/large-racs" ] ] . # # -------------------------------------------------------------------------------------