AU Base Implementation Guide
6.0.1-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions

: Downunder Hospital FHIR API - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-endpoint"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-endpoint>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <b>Downunder Hospital FHIR API</b>\n      <hr/>\n      <p><strong>Status:</strong> Active</p>\n      <p><strong>Connection Type:</strong> FHIR REST API</p>\n      <p><strong>Environment:</strong> Production</p>\n      <p><strong>Implementation Guide:</strong> Downunder Hospital FHIR Profiles v2.1.0</p>\n      <p><strong>Managing Organization:</strong> Downunder Hospital</p>\n      <p><strong>Contact:</strong> fhir.api@downunderhospital.com.au</p>\n      <p><strong>Address:</strong> https://fhir.downunderhospital.com.au/R4</p>\n    </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-Endpoint.environmentType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/endpoint-environment"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prod" ] ;
fhir:display [ fhir:v "Production" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://downunderhospital.com.au/fhir-endpoints"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DUH-FHIR-PROD-01" ]
  ] [
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpio/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003621566684455" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:connectionType [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hl7-fhir-rest" ] ;
fhir:display [ fhir:v "HL7 FHIR" ]
  ] ; # 
  fhir:name [ fhir:v "Downunder Hospital FHIR API"] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/example0" ] ;
fhir:display [ fhir:v "Downunder Hospital" ]
  ] ; # 
  fhir:contact ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir.api@downunderhospital.com.au" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+61 2 6270 8000" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2023-07-01"^^xsd:date ]
  ] ; # 
  fhir:payloadType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Patient" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Practitioner" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Organization" ]     ] )
  ] ) ; # 
  fhir:payloadMimeType ( [ fhir:v "application/fhir+json"] [ fhir:v "application/fhir+xml"] ) ; # 
  fhir:address [ fhir:v "https://fhir.downunderhospital.com.au/R4"^^xsd:anyURI] . #