Australian Digital Health Agency FHIR
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR, 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/mcv/ and changes regularly. See the Directory of published versions

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

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

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "territory-medical-centre-0810"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n            <p><b>Name</b>: Territory Medical Centre</p>\n            <p><b>Phone</b>: (08) 8948 9999 (work)</p>\n            <p><b>Website</b>: https://territorymedicalcentre.example.com</p>\n            <p><b>Address</b>: 159 Clematis Street, Nightcliff NT 0810</p>\n        </div>"
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name [ fhir:v "Territory Medical Centre"] ; # 
  fhir:alias ( [ fhir:v "Northern Territory Family Medical Centre"] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(08) 5550 9999" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://territorymedicalcentre.example.com" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:type [ fhir:v "both" ] ;
    ( fhir:line [ fhir:v "159 Clematis Street" ] ) ;
fhir:city [ fhir:v "Nightcliff" ] ;
fhir:state [ fhir:v "NT" ] ;
fhir:postalCode [ fhir:v "0810" ] ;
fhir:country [ fhir:v "AU" ]
  ] ) . #