Rigoletto Implementation Guide - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Task decisione terapeutica - TTL Representation
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 -------------------------------------------------------------------
<http://hl7.org/fhir/Task/Task-Decisone-Terapeutica-Rigoletto-Example> a fhir:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "Task-Decisone-Terapeutica-Rigoletto-Example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://rigoletto.na.icar.cnr.it/StructureDefinition/task-workflow-rigoletto" ;
fhir:index 0 ;
fhir:link <https://rigoletto.na.icar.cnr.it/StructureDefinition/task-workflow-rigoletto>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task Task-Decisone-Terapeutica-Rigoletto-Example</b></p><a name=\"Task-Decisone-Terapeutica-Rigoletto-Example\"> </a><a name=\"hcTask-Decisone-Terapeutica-Rigoletto-Example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-task-workflow-rigoletto.html\">Task_Workflow_Rigoletto</a></p></div><p><b>identifier</b>: <code>https://rigoletto.na.icar.cnr.it/fhir/identifier/task</code>/task-001</p><p><b>status</b>: Ready</p><p><b>intent</b>: unknown</p><p><b>description</b>: Presentazione di benefici e rischi del trattamento per ottenere il consenso</p><p><b>executionPeriod</b>: 2026-03-24 10:30:00+0100 --> (ongoing)</p><p><b>note</b>: </p><blockquote><div><p>Task generato automaticamente dal motore di workflow clinico</p>\n</div></blockquote></div>"
] ;
fhir:Task.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://rigoletto.na.icar.cnr.it/fhir/identifier/task" ] ;
fhir:Identifier.value [ fhir:value "task-001" ]
] ;
fhir:Task.status [ fhir:value "ready"] ;
fhir:Task.intent [ fhir:value "unknown"] ;
fhir:Task.description [ fhir:value "Presentazione di benefici e rischi del trattamento per ottenere il consenso"] ;
fhir:Task.executionPeriod [
fhir:Period.start [ fhir:value "2026-03-24T10:30:00+01:00"^^xsd:dateTime ]
] ;
fhir:Task.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "Task generato automaticamente dal motore di workflow clinico" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Task/Task-Decisone-Terapeutica-Rigoletto-Example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Task/Task-Decisone-Terapeutica-Rigoletto-Example.ttl> .