AU Core Implementation Guide
2.0.1-ci-build - CI Build Australia flag

AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 2.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-core/ and changes regularly. See the Directory of published versions

: AU Core Responder - TTL Representation

Page standards status: Trial-use Maturity Level: 2

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ActorDefinition/au-core-actor-responder> a fhir:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "au-core-actor-responder"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition au-core-actor-responder</b></p><a name=\"au-core-actor-responder\"> </a><a name=\"hcau-core-actor-responder\"> </a><table class=\"grid\"><tr><td><b>Actor: AUCoreResponder </b></td><td>AU Core Responder</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>An AU Core Responder, also known as AU Core Server:</p>\n<ul>\n<li>\n<p><strong>SHALL</strong> correctly populate all <em>Must Support</em> elements if they know a value for the element.</p>\n</li>\n<li>\n<p><strong>SHALL</strong> implement the requirements on <a href=\"general-requirements.html#suppressed-data\">Suppressed Data</a> when an element is NOT allowed to be shared</p>\n</li>\n<li>\n<p><strong>SHALL</strong> implement the requirements on <a href=\"general-requirements.html#missing-data\">Missing Data</a> when an element value is NOT known</p>\n</li>\n</ul>\n<p>When a <em>Must Support</em> element requires additional or stronger obligation, this obligation is specified in the AU Core Responder <a href=\"https://hl7.org/fhir/extensions/StructureDefinition-obligation.html\">obligation extension</a> on the element definition.</p>\n</div></td></tr><tr><td>Capabilities:</td><td colspan=\"2\"><a href=\"CapabilityStatement-au-core-responder.html\">AU Core Responder CapabilityStatement</a></td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:Extension.valueInteger [ fhir:value "2"^^xsd:integer ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:Extension.valueCode [
       fhir:value "trial-use" ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
         fhir:Extension.valueCanonical [
           fhir:value "http://hl7.org.au/fhir/core/ImplementationGuide/hl7.fhir.au.core" ;
           fhir:link <http://hl7.org.au/fhir/core/ImplementationGuide/hl7.fhir.au.core>
         ]
       ]
     ]
  ] ;
  fhir:ActorDefinition.url [ fhir:value "http://hl7.org.au/fhir/core/ActorDefinition/au-core-actor-responder"] ;
  fhir:ActorDefinition.version [ fhir:value "2.0.1-ci-build"] ;
  fhir:ActorDefinition.name [ fhir:value "AUCoreResponder"] ;
  fhir:ActorDefinition.title [ fhir:value "AU Core Responder"] ;
  fhir:ActorDefinition.status [ fhir:value "active"] ;
  fhir:ActorDefinition.date [ fhir:value "2026-06-27T11:18:01+00:00"^^xsd:dateTime] ;
  fhir:ActorDefinition.publisher [ fhir:value "HL7 Australia"] ;
  fhir:ActorDefinition.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Australia FHIR Work Group" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://confluence.hl7.org/display/HAFWG" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:ActorDefinition.description [ fhir:value "The AU Core Responder is a system responsible for providing responses to queries submitted by AU Core Requesters."] ;
  fhir:ActorDefinition.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "AU" ]
     ]
  ] ;
  fhir:ActorDefinition.copyright [ fhir:value "Used by permission of HL7 International, all rights reserved Creative Commons License. HL7 Australia© 2022+; Licensed Under Creative Commons No Rights Reserved."] ;
  fhir:ActorDefinition.type [ fhir:value "system"] ;
  fhir:ActorDefinition.documentation [ fhir:value "An AU Core Responder, also known as AU Core Server:\n\n - **SHALL** correctly populate all *Must Support* elements if they know a value for the element.\n\n - **SHALL** implement the requirements on [Suppressed Data](general-requirements.html#suppressed-data) when an element is NOT allowed to be shared\n\n - **SHALL** implement the requirements on [Missing Data](general-requirements.html#missing-data) when an element value is NOT known\n\n When a *Must Support* element requires additional or stronger obligation, this obligation is specified in the AU Core Responder [obligation extension](https://hl7.org/fhir/extensions/StructureDefinition-obligation.html) on the element definition."] ;
  fhir:ActorDefinition.capabilities [
     fhir:value "http://hl7.org.au/fhir/core/CapabilityStatement/au-core-responder" ;
     fhir:link <http://hl7.org.au/fhir/core/CapabilityStatement/au-core-responder>
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ActorDefinition/au-core-actor-responder.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ActorDefinition/au-core-actor-responder.ttl> .