My Health Record FHIR Gateway Conformance Artefacts
0.0.1 - draft Australia flag

My Health Record FHIR Gateway Conformance Artefacts, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/mcv/ and changes regularly. See the Directory of published versions

: MHR Gateway Requester - TTL Representation

Draft as of 2024-08-02 Maturity Level: 1

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 "mhr-gw-actor-requester"] ; # 
  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 mhr-gw-actor-requester</b></p><a name=\"mhr-gw-actor-requester\"> </a><a name=\"hcmhr-gw-actor-requester\"> </a><a name=\"mhr-gw-actor-requester-en-AU\"> </a><table class=\"grid\"><tr><td><b>Actor: MHRGWRequester </b></td><td>MHR Gateway Requester</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>An MHR Gateway Client, also known as MHR Gateway Requester:</p>\n<ul>\n<li><strong>SHALL</strong> correctly handle the meaning of elements flagged with the <code>handle</code> obligation code.</li>\n</ul>\n</div></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://ns.electronichealth.net.au/fhir/ActorDefinition/mhr-gw-actor-requester"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:name [ fhir:v "MHRGWRequester"] ; # 
  fhir:title [ fhir:v "MHR Gateway Requester"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-08-02T06:05:29+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Australian Digital Health Agency"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Australian Digital Health Agency" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:help@digitalhealth.gov.au" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The MHR Gateway Requester is a system that creates and initiates a data access request to retrieve or update information using the MHR FHIR Gateway."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AU" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright © 2024 Australian Digital Health Agency - All rights reserved. This content is licensed under a Creative Commons Attribution 4.0 International License. See [https://creativecommons.org/licenses/by/4.0/](https://creativecommons.org/licenses/by/4.0/)."] ; # 
  fhir:type [ fhir:v "system"] ; # 
  fhir:documentation [ fhir:v "An MHR Gateway Client, also known as MHR Gateway Requester:\n\n - **SHALL** correctly handle the meaning of elements flagged with the `handle` obligation code."] . #