AU Core Implementation Guide
0.4.1-preview - Preview Australia flag

This page is part of the AU Core (v0.4.1-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Location - Mitchells Hill Audiology - TTL Representation

Page standards status: Informative

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mitchells-hill-audiology"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-location"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-location>     ] )
  ] ; # 
  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 mitchells-hill-audiology</b></p><a name=\"mitchells-hill-audiology\"> </a><a name=\"hcmitchells-hill-audiology\"> </a><a name=\"mitchells-hill-audiology-en-AU\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Mitchells Hill Audiology</p><p><b>mode</b>: Instance</p><p><b>address</b>: 87 Freedom Pnt Mitchells Hill VIC 3478 AU </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Organization-mitchells-hill-audiology.html\">Organization Mitchells Hill Audiology</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Mitchells Hill Audiology"] ; # 
  fhir:mode [ fhir:v "instance"] ; # 
  fhir:address [
    ( fhir:line [ fhir:v "87 Freedom Pnt" ] ) ;
fhir:city [ fhir:v "Mitchells Hill" ] ;
fhir:state [ fhir:v "VIC" ] ;
fhir:postalCode [ fhir:v "3478" ] ;
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 "bu" ] ;
fhir:display [ fhir:v "Building" ]     ] )
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/mitchells-hill-audiology" ]
  ] . #