Rigoletto Implementation Guide
0.4.0 - ci-build

Rigoletto Implementation Guide - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: Subscription_Workflow_Rigoletto

Official URL: https://rigoletto.na.icar.cnr.it/StructureDefinition/subscription-rigoletto-workflow Version: 0.4.0
Active as of 2026-07-14 Computable Name: Subscription_Workflow_Rigoletto

Rappresenta una subscription utilizzata per intercettare eventi del workflow clinico nel progetto Rigoletto

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Subscription 0..* Subscription Subscription per trigger automatici del workflow clinico
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!SΣ 1..1 code Stato della subscription
Binding: SubscriptionStatus (required)
... reason SΣ 1..1 string Motivazione della subscription
... criteria SΣ 1..1 string Criterio di attivazione della subscription
... error Σ 0..1 string Informazioni su eventuali errori della subscription
... channel SΣ 1..1 BackboneElement Canale utilizzato per notificare l'evento
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type SΣ 1..1 code Tipo di canale, fissato a rest-hook
Binding: SubscriptionChannelType (required): The type of method used to execute a subscription.
Required Pattern: rest-hook
.... endpoint SΣ 1..1 url Endpoint REST che riceve la notifica
.... payload Σ 0..1 code Formato del payload della notifica
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.
.... header Σ 0..* string Header HTTP opzionali per la notifica

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Subscription.status Base required SubscriptionStatus 📦4.0.1 FHIR Std.
Subscription.channel.​type Base required SubscriptionChannelType 📍4.0.1 FHIR Std.
Subscription.channel.​payload Base required MimeType 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Subscription If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Subscription If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Subscription If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Subscription If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Subscription A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from Subscription

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Subscription 0..* Subscription Subscription per trigger automatici del workflow clinico
... status S 1..1 code Stato della subscription
Binding: SubscriptionStatus (required)
... end 0..1 instant Data di fine validità della subscription
... reason S 1..1 string Motivazione della subscription
... error 0..1 string Informazioni su eventuali errori della subscription
... channel S 1..1 BackboneElement Canale utilizzato per notificare l'evento
.... type S 1..1 code Tipo di canale, fissato a rest-hook
Required Pattern: rest-hook
.... endpoint S 1..1 url Endpoint REST che riceve la notifica
.... payload 0..1 code Formato del payload della notifica
.... header 0..* string Header HTTP opzionali per la notifica

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Subscription.status Base required SubscriptionStatus 📦4.0.1 FHIR Std.
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Subscription 0..* Subscription Subscription per trigger automatici del workflow clinico
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!SΣ 1..1 code Stato della subscription
Binding: SubscriptionStatus (required)
... contact Σ 0..* ContactPoint Contact details for source (e.g. troubleshooting)
... end Σ 0..1 instant Data di fine validità della subscription
... reason SΣ 1..1 string Motivazione della subscription
... criteria SΣ 1..1 string Criterio di attivazione della subscription
... error Σ 0..1 string Informazioni su eventuali errori della subscription
... channel SΣ 1..1 BackboneElement Canale utilizzato per notificare l'evento
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type SΣ 1..1 code Tipo di canale, fissato a rest-hook
Binding: SubscriptionChannelType (required): The type of method used to execute a subscription.
Required Pattern: rest-hook
.... endpoint SΣ 1..1 url Endpoint REST che riceve la notifica
.... payload Σ 0..1 code Formato del payload della notifica
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.
.... header Σ 0..* string Header HTTP opzionali per la notifica

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Subscription.language Base preferred Common Languages 📍4.0.1 FHIR Std.
Subscription.status Base required SubscriptionStatus 📦4.0.1 FHIR Std.
Subscription.channel.​type Base required SubscriptionChannelType 📍4.0.1 FHIR Std.
Subscription.channel.​payload Base required MimeType 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Subscription If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Subscription If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Subscription If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Subscription If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Subscription A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from Subscription

Summary

Mandatory: 1 element
Must-Support: 6 elements

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Subscription 0..* Subscription Subscription per trigger automatici del workflow clinico
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!SΣ 1..1 code Stato della subscription
Binding: SubscriptionStatus (required)
... reason SΣ 1..1 string Motivazione della subscription
... criteria SΣ 1..1 string Criterio di attivazione della subscription
... error Σ 0..1 string Informazioni su eventuali errori della subscription
... channel SΣ 1..1 BackboneElement Canale utilizzato per notificare l'evento
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type SΣ 1..1 code Tipo di canale, fissato a rest-hook
Binding: SubscriptionChannelType (required): The type of method used to execute a subscription.
Required Pattern: rest-hook
.... endpoint SΣ 1..1 url Endpoint REST che riceve la notifica
.... payload Σ 0..1 code Formato del payload della notifica
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.
.... header Σ 0..* string Header HTTP opzionali per la notifica

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Subscription.status Base required SubscriptionStatus 📦4.0.1 FHIR Std.
Subscription.channel.​type Base required SubscriptionChannelType 📍4.0.1 FHIR Std.
Subscription.channel.​payload Base required MimeType 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Subscription If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Subscription If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Subscription If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Subscription If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Subscription A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from Subscription

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Subscription 0..* Subscription Subscription per trigger automatici del workflow clinico
... status S 1..1 code Stato della subscription
Binding: SubscriptionStatus (required)
... end 0..1 instant Data di fine validità della subscription
... reason S 1..1 string Motivazione della subscription
... error 0..1 string Informazioni su eventuali errori della subscription
... channel S 1..1 BackboneElement Canale utilizzato per notificare l'evento
.... type S 1..1 code Tipo di canale, fissato a rest-hook
Required Pattern: rest-hook
.... endpoint S 1..1 url Endpoint REST che riceve la notifica
.... payload 0..1 code Formato del payload della notifica
.... header 0..* string Header HTTP opzionali per la notifica

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Subscription.status Base required SubscriptionStatus 📦4.0.1 FHIR Std.

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Subscription 0..* Subscription Subscription per trigger automatici del workflow clinico
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!SΣ 1..1 code Stato della subscription
Binding: SubscriptionStatus (required)
... contact Σ 0..* ContactPoint Contact details for source (e.g. troubleshooting)
... end Σ 0..1 instant Data di fine validità della subscription
... reason SΣ 1..1 string Motivazione della subscription
... criteria SΣ 1..1 string Criterio di attivazione della subscription
... error Σ 0..1 string Informazioni su eventuali errori della subscription
... channel SΣ 1..1 BackboneElement Canale utilizzato per notificare l'evento
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type SΣ 1..1 code Tipo di canale, fissato a rest-hook
Binding: SubscriptionChannelType (required): The type of method used to execute a subscription.
Required Pattern: rest-hook
.... endpoint SΣ 1..1 url Endpoint REST che riceve la notifica
.... payload Σ 0..1 code Formato del payload della notifica
Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed.
.... header Σ 0..* string Header HTTP opzionali per la notifica

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Subscription.language Base preferred Common Languages 📍4.0.1 FHIR Std.
Subscription.status Base required SubscriptionStatus 📦4.0.1 FHIR Std.
Subscription.channel.​type Base required SubscriptionChannelType 📍4.0.1 FHIR Std.
Subscription.channel.​payload Base required MimeType 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Subscription If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Subscription If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Subscription If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Subscription If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Subscription A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from Subscription

Summary

Mandatory: 1 element
Must-Support: 6 elements

 

Other representations of profile: CSV, Excel, Schematron