Smart Health Checks
0.3.0 - ci-build Australia flag

Smart Health Checks, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.3.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

: SHC Host - TTL Representation

Draft as of 2025-09-05

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:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SHCHost"] ; # 
  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 SHCHost</b></p><a name=\"SHCHost\"> </a><a name=\"hcSHCHost\"> </a><table class=\"grid\"><tr><td><b>Actor: SHCHost </b></td><td>SHC Host</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>The SHC Host:</p>\n<ul>\n<li><strong>SHALL</strong> initiate <a href=\"https://hl7.org/fhir/smart-app-launch/app-launch.html#launch-app-ehr-launch\">App Launch</a> request</li>\n<li><strong>SHALL</strong> support App launch context elements including:\n<ul>\n<li>patient</li>\n<li>fhirUser</li>\n<li>fhirContext with following items:\n<ul>\n<li>role: http://ns.electronichealth.net.au/smart/role/new, type: Questionnaire, canonical: https://example.org/Questionnaire/123/|v2023-05-03</li>\n<li>...</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</div></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://smartforms.csiro.au/ig/ActorDefinition/SHCHost"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "SHCHost"] ; # 
  fhir:title [ fhir:v "SHC Host"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-05T06:31:30+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "AEHRC CSIRO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "AEHRC CSIRO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://confluence.csiro.au/display/PCDQFPhase2/Primary+Care+Data+Quality+Foundations+-+Phase+2" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The SHC Host is a system that allows a user to launch the SHC App within an embedded or externally launched web browser to fill out a health check form."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AU" ] ;
fhir:display [ fhir:v "Australia" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright © 2022+ Australian Government Department of Health and Aged Care - 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:type [ fhir:v "system"] ; # 
  fhir:documentation [ fhir:v "The SHC Host: \n- **SHALL** initiate [App Launch](https://hl7.org/fhir/smart-app-launch/app-launch.html#launch-app-ehr-launch) request\n- **SHALL** support App launch context elements including:\n  - patient\n  - fhirUser\n  - fhirContext with following items:\n    - role: http://ns.electronichealth.net.au/smart/role/new, type: Questionnaire, canonical: https://example.org/Questionnaire/123/|v2023-05-03\n    - ... "] . #