Smart Health Checks
0.4.0 - CI Build
Smart Health Checks, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions
| Draft as of 2026-08-21 |
@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/SHCHostFHIRServer> a fhir:ActorDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "SHCHostFHIRServer"] ;
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 SHCHostFHIRServer</b></p><a name=\"SHCHostFHIRServer\"> </a><a name=\"hcSHCHostFHIRServer\"> </a><table class=\"grid\"><tr><td><b>Actor: SHCHostFHIRServer </b></td><td>SHC Host FHIR Server</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>The SHC Host FHIR Server:</p>\n<ul>\n<li><strong>SHALL</strong> respond to <a href=\"https://hl7.org/fhir/smart-app-launch/app-launch.html#retrieve-well-knownsmart-configuration\">SMART Authorization Configuration</a> request</li>\n<li><strong>SHALL</strong> authorise FHIR API requests using Bearer access token per <a href=\"https://hl7.org/fhir/smart-app-launch/app-launch.html#access-fhir-api\">SMART APP Launch Access FHIR API</a></li>\n<li><strong>SHALL</strong> respond to read Practitioner request</li>\n<li><strong>SHALL</strong> respond to read Patient request</li>\n<li><strong>SHALL</strong> respond to search QuestionnaireResponse request</li>\n<li><strong>SHALL</strong> respond to read QuestionnaireResponse request</li>\n<li><strong>SHALL</strong> respond to create and update QuestionnaireResponse requests</li>\n<li><strong>SHALL</strong> respond to search and read requests for resources required by this IG</li>\n<li><strong>SHALL</strong> respond to create and patch requests in a transaction Bundle for resources required by this IG</li>\n</ul>\n</div></td></tr><tr><td>Capabilities:</td><td colspan=\"2\"><a href=\"CapabilityStatement-SHCHostFHIRServerCapabilityStatement.html\">SHC Host FHIR Server Capability Statement</a></td></tr><tr><td>Derived from:</td><td colspan=\"2\"><a href=\"http://hl7.org.au/fhir/core/2.0.0/ActorDefinition-au-core-actor-responder.html\">http://hl7.org.au/fhir/core/ActorDefinition/au-core-actor-responder</a></td></tr></table></div>"
] ;
fhir:ActorDefinition.url [ fhir:value "https://smartforms.csiro.au/ig/ActorDefinition/SHCHostFHIRServer"] ;
fhir:ActorDefinition.version [ fhir:value "0.4.0"] ;
fhir:ActorDefinition.name [ fhir:value "SHCHostFHIRServer"] ;
fhir:ActorDefinition.title [ fhir:value "SHC Host FHIR Server"] ;
fhir:ActorDefinition.status [ fhir:value "draft"] ;
fhir:ActorDefinition.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:ActorDefinition.date [ fhir:value "2026-08-21T04:12:56+00:00"^^xsd:dateTime] ;
fhir:ActorDefinition.publisher [ fhir:value "AEHRC CSIRO"] ;
fhir:ActorDefinition.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "AEHRC CSIRO" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://confluence.csiro.au/display/PCDQFPhase2/Primary+Care+Data+Quality+Foundations+-+Phase+2" ]
]
] ;
fhir:ActorDefinition.description [ fhir:value "The SHC Host FHIR Server allows the SHC App to retrieve patient health information and writeback collected health check data."] ;
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:Coding.display [ fhir:value "Australia" ]
]
] ;
fhir:ActorDefinition.copyright [ fhir:value "Copyright © 2022+ Australian Government Department of Health, Disability and Ageing - All rights reserved.\nThis content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.\nSee https://creativecommons.org/licenses/by-sa/4.0/.\n"] ;
fhir:ActorDefinition.type [ fhir:value "system"] ;
fhir:ActorDefinition.documentation [ fhir:value "The SHC Host FHIR Server: \n- **SHALL** respond to [SMART Authorization Configuration](https://hl7.org/fhir/smart-app-launch/app-launch.html#retrieve-well-knownsmart-configuration) request\n- **SHALL** authorise FHIR API requests using Bearer access token per [SMART APP Launch Access FHIR API](https://hl7.org/fhir/smart-app-launch/app-launch.html#access-fhir-api)\n- **SHALL** respond to read Practitioner request\n- **SHALL** respond to read Patient request\n- **SHALL** respond to search QuestionnaireResponse request\n- **SHALL** respond to read QuestionnaireResponse request\n- **SHALL** respond to create and update QuestionnaireResponse requests\n- **SHALL** respond to search and read requests for resources required by this IG\n- **SHALL** respond to create and patch requests in a transaction Bundle for resources required by this IG"] ;
fhir:ActorDefinition.capabilities [
fhir:value "https://smartforms.csiro.au/ig/CapabilityStatement/SHCHostFHIRServerCapabilityStatement" ;
fhir:link <https://smartforms.csiro.au/ig/CapabilityStatement/SHCHostFHIRServerCapabilityStatement>
] ;
fhir:ActorDefinition.derivedFrom [
fhir:value "http://hl7.org.au/fhir/core/ActorDefinition/au-core-actor-responder" ;
fhir:index 0 ;
fhir:link <http://hl7.org.au/fhir/core/ActorDefinition/au-core-actor-responder>
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ActorDefinition/SHCHostFHIRServer.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ActorDefinition/SHCHostFHIRServer.ttl> .
IG © 2022+ AEHRC CSIRO.
Package csiro.fhir.au.smartforms#0.4.0 based on FHIR 4.0.1.
Generated
2026-08-21
Links: Table of Contents |
QA Report