AU Core Implementation Guide
1.0.0-ballot - Ballot Australia flag

This page is part of the AU Core (v1.0.0-ballot: AU Core R1 Ballot 7) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Organization - Murrabit Public Hospital - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "murrabit-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 murrabit-hospital</b></p><a name=\"murrabit-hospital\"> </a><a name=\"hcmurrabit-hospital\"> </a><a name=\"murrabit-hospital-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003626566706976</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 22232009}, {http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0 8401}\">Hospital</span></p><p><b>name</b>: Murrabit Public Hospital</p><p><b>telecom</b>: ph: 0355509111, ph: 0355508677, <a href=\"mailto:reception@murrabitph.example.com.au\">reception@murrabitph.example.com.au</a></p><p><b>address</b>: 144 Central Gdns Murrabit VIC 3579 AU </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NOI" ] ;
fhir:display [ fhir:v "National Organisation Identifier" ]       ] ) ;
fhir:text [ fhir:v "HPI-O" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpio/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003626566706976" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:22232009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "22232009" ] ;
fhir:display [ fhir:v "Hospital" ]     ] [
fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8401" ] ;
fhir:display [ fhir:v "Hospitals (Except Psychiatric Hospitals)" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Murrabit Public Hospital"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0355509111" ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0355508677" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "reception@murrabitph.example.com.au" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "144 Central Gdns" ] ) ;
fhir:city [ fhir:v "Murrabit" ] ;
fhir:state [ fhir:v "VIC" ] ;
fhir:postalCode [ fhir:v "3579" ] ;
fhir:country [ fhir:v "AU" ]
  ] ) . #