Clinical Document Architecture with Australian Schema
0.1.0 - ci-build Australia flag

Clinical Document Architecture with Australian Schema, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/cda-au-schema/ and changes regularly. See the Directory of published versions

: CDAInformationRecipientRole - TTL Representation

Draft as of 2024-10-13

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CDAInformationRecipientRole"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CDAInformationRecipientRole</b></p><a name=\"CDAInformationRecipientRole\"> </a><a name=\"hcCDAInformationRecipientRole\"> </a><a name=\"CDAInformationRecipientRole-en-AU\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-RoleClass.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleClass</code></a> version <code>3.1.0</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-RoleClass.html#v3-RoleClass-ASSIGNED\">ASSIGNED</a></td><td style=\"color: #cccccc\">assigned entity</td><td>An agent role in which the agent is an Entity acting in the employ of an organization. The focus is on functional role on behalf of the organization, unlike the Employee role where the focus is on the 'Human Resources' relationship between the employee and the organization.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-RoleClass.html#v3-RoleClass-HLTHCHRT\">HLTHCHRT</a></td><td style=\"color: #cccccc\">health chart</td><td>The role of a material (player) that is the physical health chart belonging to an organization (scoper).</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDAInformationRecipientRole"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CDAInformationRecipientRole"] ; # 
  fhir:title [ fhir:v "CDAInformationRecipientRole"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-10-13T23:51:04+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Used to represent the role(s) of those who should receive a copy of a document - limited to values allowed in original CDA definition"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleClass"^^xsd:anyURI ] ;
fhir:version [ fhir:v "3.1.0" ] ;
      ( fhir:concept [
fhir:code [ fhir:v "ASSIGNED" ]       ] [
fhir:code [ fhir:v "HLTHCHRT" ]       ] )     ] )
  ] . #