Obligation Discussion
0.5.1 - Working Draft to present the Concept Ideas and Background Details (FO)

Obligation Discussion, published by . This guide is not an authorized publication; it is the continuous build for version 0.5.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/obligation/ and changes regularly. See the Directory of published versions

: Actor Definition a: Sender Test - TTL Representation

Draft as of 2024-05-08

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 "ActorDefSenderTest"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition ActorDefSenderTest</b></p><a name=\"ActorDefSenderTest\"> </a><a name=\"hcActorDefSenderTest\"> </a><table class=\"grid\"><tr><td><b>Actor: Test a sender Test </b></td><td/><td>Type: system </td></tr><tr><td colspan=\"3\"/></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [
fhir:v "code"^^xsd:anyURI ;
fhir:l fhir:code       ] ;
fhir:value [
a fhir:Code ;
fhir:v "SHOULD:send"       ]     ] ) ;
fhir:url [
fhir:v "http://v2.hl7.org/fhir/StructureDefinition/new-obligation"^^xsd:anyURI ;
fhir:l <http://v2.hl7.org/fhir/StructureDefinition/new-obligation>     ]
  ] ) ; # 
  fhir:url [
fhir:v "http://obligation.oemig.de/fhir/ActorDefinition/ActorDefSenderTest"^^xsd:anyURI ;
fhir:l <http://obligation.oemig.de/fhir/ActorDefinition/ActorDefSenderTest>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "Test a sender Test"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2024-05-08"^^xsd:date] ; # 
  fhir:purpose [ fhir:v "This is a test definition"] ; # 
  fhir:type [ fhir:v "system"] . #