eHealth Infrastructure
3.6.0 - release Denmark flag

eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 3.6.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: Action Participant Function - TTL Representation

Page standards status: Trial-use Maturity Level: 3

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "action-participant-function"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-03-26T15:21:02.749+11:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/action-participant-function</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">performer<a name=\"action-participant-function-performer\"> </a></td><td>Performer</td><td>The participant is the performer of the action.</td></tr><tr><td style=\"white-space:nowrap\">author<a name=\"action-participant-function-author\"> </a></td><td>Author</td><td>The participant is the author of the result of the action.</td></tr><tr><td style=\"white-space:nowrap\">reviewer<a name=\"action-participant-function-reviewer\"> </a></td><td>Reviewer</td><td>The participant is reviewing the result of the action.</td></tr><tr><td style=\"white-space:nowrap\">witness<a name=\"action-participant-function-witness\"> </a></td><td>Witness</td><td>The participant is a witness to the action being performed.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "cds"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "trial-use"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 3     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/action-participant-function"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1946" ]
  ] ) ; # 
  fhir:version [ fhir:v "3.6.0"] ; # 
  fhir:name [ fhir:v "ActionParticipantFunction"] ; # 
  fhir:title [ fhir:v "Action Participant Function"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The function performed by the participant for the action."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DK" ] ;
fhir:display [ fhir:v "Denmark" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/action-participant-function"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/action-participant-function>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "performer" ] ;
fhir:display [ fhir:v "Performer" ] ;
fhir:definition [ fhir:v "The participant is the performer of the action." ]
  ] [
fhir:code [ fhir:v "author" ] ;
fhir:display [ fhir:v "Author" ] ;
fhir:definition [ fhir:v "The participant is the author of the result of the action." ]
  ] [
fhir:code [ fhir:v "reviewer" ] ;
fhir:display [ fhir:v "Reviewer" ] ;
fhir:definition [ fhir:v "The participant is reviewing the result of the action." ]
  ] [
fhir:code [ fhir:v "witness" ] ;
fhir:display [ fhir:v "Witness" ] ;
fhir:definition [ fhir:v "The participant is a witness to the action being performed." ]
  ] ) . #