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

: Birdsville Hospital - 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 "birdsville-hospital"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization>     ] )
  ] ; # 
  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: Organization birdsville-hospital</b></p><a name=\"birdsville-hospital\"> </a><a name=\"hcbirdsville-hospital\"> </a><a name=\"birdsville-hospital-en-AU\"> </a><p><b>identifier</b>: ABN/51824754455</p><p><b>name</b>: Birdsville Hospital</p><p><b>telecom</b>: <a href=\"mailto:reception@example.birdsvillehosp.com.au\">reception@example.birdsvillehosp.com.au</a>, fax: (07) 8543 5552(Work), ph: (07) 8543 5559(Work)</p><p><b>address</b>: LPO Box 789 Birdsville Qld 4482 AU </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XX" ]       ] ) ;
fhir:text [ fhir:v "ABN" ]     ] ;
fhir:system [ fhir:v "http://hl7.org.au/id/abn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "51824754455" ]
  ] ) ; # 
  fhir:name [ fhir:v "Birdsville Hospital"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "reception@example.birdsvillehosp.com.au" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "(07) 8543 5552" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(07) 8543 5559" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:type [ fhir:v "postal" ] ;
    ( fhir:line [ fhir:v "LPO Box 789" ] ) ;
fhir:city [ fhir:v "Birdsville" ] ;
fhir:state [ fhir:v "Qld" ] ;
fhir:postalCode [ fhir:v "4482" ] ;
fhir:country [ fhir:v "AU" ]
  ] ) . #