@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "large-racs-nsw-01"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Location

Resource Location \"large-racs-nsw-01\"

Profile: ADHA Core Location

status: active

name: LARCSG Care Randwick NSW

mode: instance

type: Aged care facility (SNOMED CT#257652008)

telecom: info@largeracsgroup.example.com

address: 370 Blobby Street Randwick NSW 2031 AU

physicalType: Site (Location type#si)

managingOrganization: Organization/large-racs \"Large Residential Aged Care Services Group Limited\"

" ]; fhir:Location.status [ fhir:value "active"]; fhir:Location.name [ fhir:value "LARCSG Care Randwick NSW"]; fhir:Location.mode [ fhir:value "instance"]; fhir:Location.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:257652008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "257652008" ]; fhir:Coding.display [ fhir:value "Aged care facility" ] ] ]; fhir:Location.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "info@largeracsgroup.example.com" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:Location.address [ fhir:Address.line [ fhir:value "370 Blobby Street"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Randwick" ]; fhir:Address.state [ fhir:value "NSW" ]; fhir:Address.postalCode [ fhir:value "2031" ]; fhir:Address.country [ fhir:value "AU" ] ]; fhir:Location.physicalType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ]; fhir:Coding.code [ fhir:value "si" ]; fhir:Coding.display [ fhir:value "Site" ] ] ]; fhir:Location.managingOrganization [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/large-racs" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------