Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: My Health Record Assigned Identity - Repository (PAI-R) - TTL Representation

Draft as of 2015-08-21

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:NamingSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pai-r"] ; # 
  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: NamingSystem pai-r</b></p><a name=\"pai-r\"> </a><a name=\"hcpai-r\"> </a><a name=\"pai-r-en-AU\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://ns.electronichealth.net.au/fhir/NamingSystem/pai-r</td></tr><tr><td>Name</td><td>PAIR</td></tr><tr><td>Status</td><td>draft</td></tr><tr><td>Definition</td><td><div><p>My Health Record Assigned Identity - Repository (PAI-D) identifier. A PAI-R is typically used to identify a conformant repository that plays a role in the exchange of digital health data with the My Health Record system.</p>\n</div></td></tr><tr><td>Publisher</td><td>Australian Digital Health Agency</td></tr><tr><td>Copyright</td><td><div><p>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/.</p>\n</div></td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td><td><b>Period</b></td><td><b>Comment</b></td></tr><tr><td>OID</td><td>1.2.36.1.2001.1007.10</td><td/><td></td><td>This value is used in Australian CDA documents and OID based systems.</td></tr><tr><td>URI</td><td>http://ns.electronichealth.net.au/id/pcehr/pair/1.0</td><td>true</td><td>2015-08-21 --&gt; (ongoing)</td><td/></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ;
fhir:value [ fhir:v "http://ns.electronichealth.net.au/fhir/NamingSystem/pai-r"^^xsd:anyURI ]
  ] ) ; # 
  fhir:name [ fhir:v "PAIR"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "identifier"] ; # 
  fhir:date [ fhir:v "2015-08-21"^^xsd:date] ; # 
  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:responsible [ fhir:v "Australian Digital Health Agency"] ; # 
  fhir:type [
fhir:text [ fhir:v "PAI-R" ]
  ] ; # 
  fhir:description [ fhir:v "My Health Record Assigned Identity - Repository (PAI-D) identifier. A PAI-R is typically used to identify a conformant repository that plays a role in the exchange of digital health data with the My Health Record system."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AU" ]     ] )
  ] ) ; # 
  fhir:usage [ fhir:v "Organisation identification"] ; # 
  fhir:uniqueId ( [
fhir:type [ fhir:v "oid" ] ;
fhir:value [ fhir:v "1.2.36.1.2001.1007.10" ] ;
fhir:comment [ fhir:v "This value is used in Australian CDA documents and OID based systems." ]
  ] [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "http://ns.electronichealth.net.au/id/pcehr/pair/1.0" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ] ;
fhir:period [
fhir:start [ fhir:v "2015-08-21"^^xsd:date ]     ]
  ] ) . #