AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 1.0.0-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
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:ActorDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "au-core-actor-responder"] ; #
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: ActorDefinition au-core-actor-responder</b></p><a name=\"au-core-actor-responder\"> </a><a name=\"hcau-core-actor-responder\"> </a><a name=\"au-core-actor-responder-en-AU\"> </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 a more tightly stated 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:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:integer ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "draft" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org.au/fhir/core/ImplementationGuide/hl7.fhir.au.core"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/ImplementationGuide/hl7.fhir.au.core> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org.au/fhir/core/ActorDefinition/au-core-actor-responder"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0-ci-build"] ; #
fhir:name [ fhir:v "AUCoreResponder"] ; #
fhir:title [ fhir:v "AU Core Responder"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-11-05T04:49:40+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Australia"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Australia FHIR Work Group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://confluence.hl7.org/display/HAFWG" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "The AU Core Responder is a system responsible for providing responses to queries submitted by AU Core Requesters."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AU" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Used by permission of HL7 International, all rights reserved Creative Commons License. HL7 Australia© 2022+; Licensed Under Creative Commons No Rights Reserved."] ; #
fhir:type [ fhir:v "system"] ; #
fhir:documentation [ fhir:v "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 a more tightly stated 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:capabilities [
fhir:v "http://hl7.org.au/fhir/core/CapabilityStatement/au-core-responder"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/CapabilityStatement/au-core-responder>
] . #