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

Resource Profile: RelatedPerson_Rigoletto

Official URL: https://rigoletto.na.icar.cnr.it/StructureDefinition/relatedperson-rigoletto Version: 0.3.0
Active as of 2026-02-12 Computable Name: RelatedPerson_Rigoletto

Rappresenta il profilo per le persone correlate ai pazienti nel contesto del 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
.. RelatedPerson 0..* RelatedPerson Persona correlata al paziente
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier SΣ 0..1 Identifier Identificativo univoco del RelatedPerson
... patient Σ 1..1 Reference(Patient_Rigoletto) Riferimento al paziente associato a questa persona correlata
... relationship SΣ 0..1 CodeableConcept Tipo di relazione con il paziente (es. genitore, tutore, ecc.)
Binding: PatientRelationshipType (preferred): The nature of the relationship between a patient and the related person.
.... coding Σ 0..* Coding Code defined by a terminology system
Binding: https://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html (preferred)
... name SΣ 0..1 HumanName Nome della persona correlata
... telecom SΣ 0..* ContactPoint Dettagli di contatto per la persona correlata (telefono, email, ecc.)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
RelatedPerson.relationship Base preferred Patient relationship type 📍4.0.1 FHIR Std.
RelatedPerson.relationship.​coding Base preferred https://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html Not Stated Unknown

Constraints

Id Grade Path(s) Description Expression
dom-2 error RelatedPerson If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error RelatedPerson 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 RelatedPerson 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 RelatedPerson If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice RelatedPerson 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 RelatedPerson

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RelatedPerson 0..* RelatedPerson Persona correlata al paziente
... identifier S 0..1 Identifier Identificativo univoco del RelatedPerson
... active S 0..1 boolean Indica se la persona correlata è valida come contatto
... patient 1..1 Reference(Patient_Rigoletto) Riferimento al paziente associato a questa persona correlata
.... coding 0..* Coding Code defined by a terminology system
Binding: https://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html (preferred)
... name S 0..1 HumanName Nome della persona correlata
... telecom S 0..* ContactPoint Dettagli di contatto per la persona correlata (telefono, email, ecc.)

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
RelatedPerson.relationship.​coding Base preferred https://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html Not Stated Unknown
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RelatedPerson 0..* RelatedPerson Persona correlata al paziente
... 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
... identifier SΣ 0..1 Identifier Identificativo univoco del RelatedPerson
... active ?!SΣ 0..1 boolean Indica se la persona correlata è valida come contatto
... patient Σ 1..1 Reference(Patient_Rigoletto) Riferimento al paziente associato a questa persona correlata
... relationship SΣ 0..1 CodeableConcept Tipo di relazione con il paziente (es. genitore, tutore, ecc.)
Binding: PatientRelationshipType (preferred): The nature of the relationship between a patient and the related person.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 0..* Coding Code defined by a terminology system
Binding: https://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html (preferred)
.... text Σ 0..1 string Plain text representation of the concept
... name SΣ 0..1 HumanName Nome della persona correlata
... telecom SΣ 0..* ContactPoint Dettagli di contatto per la persona correlata (telefono, email, ecc.)
... gender Σ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
... birthDate Σ 0..1 date The date on which the related person was born
... address Σ 0..* Address Address where the related person can be contacted or visited
... photo 0..* Attachment Image of the person
... period 0..1 Period Period of time that this relationship is considered valid
... communication 0..* BackboneElement A language which may be used to communicate with about the patient's health
.... 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
.... language 1..1 CodeableConcept The language which can be used to communicate with the patient about his or her health
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
.... preferred 0..1 boolean Language preference indicator

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
RelatedPerson.language Base preferred Common Languages 📍4.0.1 FHIR Std.
RelatedPerson.relationship Base preferred Patient relationship type 📍4.0.1 FHIR Std.
RelatedPerson.relationship.​coding Base preferred https://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html Not Stated Unknown
RelatedPerson.gender Base required AdministrativeGender 📍4.0.1 FHIR Std.
RelatedPerson.communication.​language Base preferred Common Languages 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error RelatedPerson If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error RelatedPerson 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 RelatedPerson 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 RelatedPerson If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice RelatedPerson 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 RelatedPerson

Summary

Must-Support: 5 elements

Structures

This structure refers to these other structures:

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RelatedPerson 0..* RelatedPerson Persona correlata al paziente
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier SΣ 0..1 Identifier Identificativo univoco del RelatedPerson
... patient Σ 1..1 Reference(Patient_Rigoletto) Riferimento al paziente associato a questa persona correlata
... relationship SΣ 0..1 CodeableConcept Tipo di relazione con il paziente (es. genitore, tutore, ecc.)
Binding: PatientRelationshipType (preferred): The nature of the relationship between a patient and the related person.
.... coding Σ 0..* Coding Code defined by a terminology system
Binding: https://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html (preferred)
... name SΣ 0..1 HumanName Nome della persona correlata
... telecom SΣ 0..* ContactPoint Dettagli di contatto per la persona correlata (telefono, email, ecc.)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
RelatedPerson.relationship Base preferred Patient relationship type 📍4.0.1 FHIR Std.
RelatedPerson.relationship.​coding Base preferred https://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html Not Stated Unknown

Constraints

Id Grade Path(s) Description Expression
dom-2 error RelatedPerson If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error RelatedPerson 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 RelatedPerson 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 RelatedPerson If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice RelatedPerson 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 RelatedPerson

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RelatedPerson 0..* RelatedPerson Persona correlata al paziente
... identifier S 0..1 Identifier Identificativo univoco del RelatedPerson
... active S 0..1 boolean Indica se la persona correlata è valida come contatto
... patient 1..1 Reference(Patient_Rigoletto) Riferimento al paziente associato a questa persona correlata
.... coding 0..* Coding Code defined by a terminology system
Binding: https://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html (preferred)
... name S 0..1 HumanName Nome della persona correlata
... telecom S 0..* ContactPoint Dettagli di contatto per la persona correlata (telefono, email, ecc.)

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
RelatedPerson.relationship.​coding Base preferred https://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html Not Stated Unknown

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RelatedPerson 0..* RelatedPerson Persona correlata al paziente
... 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
... identifier SΣ 0..1 Identifier Identificativo univoco del RelatedPerson
... active ?!SΣ 0..1 boolean Indica se la persona correlata è valida come contatto
... patient Σ 1..1 Reference(Patient_Rigoletto) Riferimento al paziente associato a questa persona correlata
... relationship SΣ 0..1 CodeableConcept Tipo di relazione con il paziente (es. genitore, tutore, ecc.)
Binding: PatientRelationshipType (preferred): The nature of the relationship between a patient and the related person.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 0..* Coding Code defined by a terminology system
Binding: https://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html (preferred)
.... text Σ 0..1 string Plain text representation of the concept
... name SΣ 0..1 HumanName Nome della persona correlata
... telecom SΣ 0..* ContactPoint Dettagli di contatto per la persona correlata (telefono, email, ecc.)
... gender Σ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
... birthDate Σ 0..1 date The date on which the related person was born
... address Σ 0..* Address Address where the related person can be contacted or visited
... photo 0..* Attachment Image of the person
... period 0..1 Period Period of time that this relationship is considered valid
... communication 0..* BackboneElement A language which may be used to communicate with about the patient's health
.... 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
.... language 1..1 CodeableConcept The language which can be used to communicate with the patient about his or her health
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
.... preferred 0..1 boolean Language preference indicator

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
RelatedPerson.language Base preferred Common Languages 📍4.0.1 FHIR Std.
RelatedPerson.relationship Base preferred Patient relationship type 📍4.0.1 FHIR Std.
RelatedPerson.relationship.​coding Base preferred https://hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html Not Stated Unknown
RelatedPerson.gender Base required AdministrativeGender 📍4.0.1 FHIR Std.
RelatedPerson.communication.​language Base preferred Common Languages 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error RelatedPerson If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error RelatedPerson 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 RelatedPerson 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 RelatedPerson If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice RelatedPerson 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 RelatedPerson

Summary

Must-Support: 5 elements

Structures

This structure refers to these other structures:

 

Other representations of profile: CSV, Excel, Schematron