Rigoletto Implementation Guide
0.3.0 - ci-build
Rigoletto Implementation Guide - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2025-11-05 |
@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:PlanDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PlanDefinition-Rigoletto-FollowUp"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://rigoletto.na.icar.cnr.it/StructureDefinition/plandefinition-rigoletto"^^xsd:anyURI ;
fhir:link <https://rigoletto.na.icar.cnr.it/StructureDefinition/plandefinition-rigoletto> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n <table class=\"grid dict\">\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">PlanDefinition-Rigoletto-FollowUp</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Url: </b></th>\n <td style=\"padding-left: 4px;\"><a href=\"PlanDefinition-PlanDefinition-Rigoletto-FollowUp.html\">Piano di Follow-Up Clinico</a></td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">0.3.0</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\">\n <b>\n \n \n \n </b>\n </th>\n <td style=\"padding-left: 4px;\">\n \n <p style=\"margin-bottom: 5px;\">\n <span>RIG-PLAN-FUP-001</span>\n </p>\n \n </td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Title: </b></th>\n <td style=\"padding-left: 4px;\">Piano di Follow-Up Clinico</td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Type: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n <p style=\"margin-bottom: 5px;\">\n <b>system: </b> <span><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-plan-definition-type.html\">http://terminology.hl7.org/CodeSystem/plan-definition-type</a></span>\n </p>\n \n \n <p style=\"margin-bottom: 5px;\">\n <b>code: </b> <span>workflow-definition</span>\n </p>\n \n \n \n \n \n </td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Date: </b></th>\n <td style=\"padding-left: 4px;\">2025-11-05</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Actions: </b></th>\n <td style=\"padding-left: 4px;\">\n <table class=\"grid-dict\">\n \n <tr>\n <td>\n \n <b> Visita di controllo periodica post-trattamento:</b> \n \n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n <tr>\n <td>\n \n <b> Esecuzione e revisione dei referti di laboratorio:</b> \n \n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n <tr>\n <td>\n \n <b> Attività di supporto psicologico per il paziente e la famiglia:</b> \n \n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n </table>\n </td>\n </tr>\n \n </table>\n</div>\n</div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://rigoletto.na.icar.cnr.it/PlanDefinition/PlanDefinition-Rigoletto-FollowUp"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://rigoletto.na.icar.cnr.it/fhir/identifier/plandefinition"^^xsd:anyURI ] ;
fhir:value [ fhir:v "RIG-PLAN-FUP-001" ]
] ) ; #
fhir:version [ fhir:v "0.3.0"] ; #
fhir:name [ fhir:v "PianoFollowUpClinico"] ; #
fhir:title [ fhir:v "Piano di Follow-Up Clinico"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/plan-definition-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "workflow-definition" ] ] )
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-11-05"^^xsd:date] ; #
fhir:action ( [
fhir:id [ fhir:v "controllo-visita" ] ;
fhir:title [ fhir:v "Visita di controllo periodica post-trattamento" ]
] [
fhir:id [ fhir:v "referti-lab" ] ;
fhir:title [ fhir:v "Esecuzione e revisione dei referti di laboratorio" ]
] [
fhir:id [ fhir:v "supporto-psicologico" ] ;
fhir:title [ fhir:v "Attività di supporto psicologico per il paziente e la famiglia" ]
] ) . #
IG © 2025+ . Package rigoletto#0.3.0 based on FHIR 4.0.1. Generated 2026-02-12
Links: Table of Contents |
QA Report