Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions
: LARCSG Care Toowoomba QLD - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "large-racs-qld-03"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location large-racs-qld-03</b></p><a name=\"large-racs-qld-03\"> </a><a name=\"hclarge-racs-qld-03\"> </a><a name=\"large-racs-qld-03-en-AU\"> </a><p><b>status</b>: Active</p><p><b>name</b>: LARCSG Care Toowoomba QLD</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 257652008}\">Aged care facility</span></p><p><b>telecom</b>: <a href=\"mailto:info@largealliedchemists.example.com\">info@largealliedchemists.example.com</a></p><p><b>address</b>: 12 Banksia Street Toowoomba QLD 4350 AU </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type si}\">Site</span></p><p><b>managingOrganization</b>: <a href=\"Organization-large-racs.html\">Organization Large Residential Aged Care Services Group Limited</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "LARCSG Care Toowoomba QLD"] ; #
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@largealliedchemists.example.com" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address [
( fhir:line [ fhir:v "12 Banksia Street" ] ) ;
fhir:city [ fhir:v "Toowoomba" ] ;
fhir:state [ fhir:v "QLD" ] ;
fhir:postalCode [ fhir:v "4350" ] ;
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:reference [ fhir:v "Organization/large-racs" ]
] . #