ÚNICAS Rare Diseases HL7 FHIR Implementation Guide
0.0.2 - draft

ÚNICAS Rare Diseases HL7 FHIR Implementation Guide - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: FamilyMemberHistory Antecedente Familiar ÚNICAS

Official URL: https://unicas-fhir.sanidad.gob.es/StructureDefinition/UNICASFamilyMemberHistory Version: 0.0.2
Draft as of 2025-11-10 Computable Name: UNICASFamilyMemberHistory

Este profile define las restricciones del recurso FamilyMemberHistory para representar el registro de un antecedente familiar en el contexto del caso de uso de ÚNICAS.

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
.. FamilyMemberHistory C 0..* FamilyMemberHistory Information about patient's relatives, relevant for patient
Constraints: fhs-1, fhs-2, fhs-3
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system ΣC 1..1 uri Sistema para identificar el origen
Constraints: regcess-system
Example General: http://www.acme.com/identifiers/patient
Example ÚNICAS: urn:regcess:0123456789
.... value ΣC 1..1 string Identificador interno del sistema para el antecedente familiar
Example General: 123456
Example ÚNICAS: 123456
... status ?!Σ 1..1 code partial | completed | entered-in-error | health-unknown
Binding: FamilyHistoryStatus (required): A code that identifies the status of the family history record.
... patient Σ 1..1 Reference(Patient Paciente ÚNICAS) Referencia al paciente
.... reference ΣC 0..1 string Referencia recurso FHIR. Identificador de la referencia del recurso FHIR asociado cuando exista/creamos un recurso en el mismo servidor FHIR
.... type Σ 1..1 uri Tipo de recurso FHIR
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 1..1 Identifier Identificador de paciente CIP-SNS. Cuando no tengamos recurso Patient, se debera informar el identificador de paciente mediante CIP-SNS
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Tipos de documentos de identificación para persona ÚNICAS
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
Additional BindingsPurposeDocumentation
Value set de Tipos de documentos de identificación para persona ÚNICAS Extensible
..... system Σ 0..1 uri OID registro de número de CIP-SNS
Example General: http://www.acme.com/identifiers/patient
Example ÚNICAS: urn:oid:2.16.724.4.40
..... value ΣC 0..1 string Número CIP-SNS
Example General: 123456
Example ÚNICAS: BBBBBBBBQR648597
.... display ΣC 0..1 string Nombre completo del paciente
... relationship Σ 1..1 CodeableConcept Relación de parentesco entre el paciente y el familiar con enfermedad hereditaria (Grado de parentesco)
Binding: Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco) (preferred): Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco)
... age[x] ΣC 0..1 (approximate) age
.... ageAge Age
.... ageRange Range
.... ageString string
... condition 1..* BackboneElement Enfermedad familiar hereditaria
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code 1..1 CodeableConcept Enfermedad
Binding: Value set de Enfermedades (preferred): Value set de Enfermedades
..... text Σ 0..1 string Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system.
.... onset[x] 0..1 Fecha de inicio
..... onsetAge Age
..... onsetRange Range
..... onsetPeriod Period
..... onsetString string

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
FamilyMemberHistory.​identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
FamilyMemberHistory.​status Base required Family History Status 📍5.0.0 FHIR Std.
FamilyMemberHistory.​patient.type Base extensible Resource Types 📍5.0.0 FHIR Std.
FamilyMemberHistory.​patient.identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
FamilyMemberHistory.​patient.identifier.type Base extensible Identifier Type Codes 📦5.0.0 FHIR Std.
FamilyMemberHistory.​relationship Base preferred Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco) 📦0.0.2 This IG
FamilyMemberHistory.​condition.code Base preferred Value set de Enfermedades 📦0.0.2 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error FamilyMemberHistory If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error FamilyMemberHistory 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error FamilyMemberHistory 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 FamilyMemberHistory If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice FamilyMemberHistory 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()
fhs-1 error FamilyMemberHistory Can have age[x] or born[x], but not both age.empty() or born.empty()
fhs-2 error FamilyMemberHistory Can only have estimatedAge if age[x] is present age.exists() or estimatedAge.empty()
fhs-3 error FamilyMemberHistory Can have age[x] or deceased[x], but not both age.empty() or deceased.empty()
regcess-system warning FamilyMemberHistory.identifier.system system debe comenzar por urn:regcess: seguido del identificador del sistema. matches('^urn:regcess:[A-Za-z0-9]+$')

This structure is derived from FamilyMemberHistory

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. FamilyMemberHistory FamilyMemberHistory
... identifier 1..* Identifier Identificador único
.... system C 1..1 uri Sistema para identificar el origen
Constraints: regcess-system
Example ÚNICAS: urn:regcess:0123456789
.... value 1..1 string Identificador interno del sistema para el antecedente familiar
Example ÚNICAS: 123456
... patient 1..1 Reference(Patient Paciente ÚNICAS) Referencia al paciente
.... reference 0..1 string Referencia recurso FHIR. Identificador de la referencia del recurso FHIR asociado cuando exista/creamos un recurso en el mismo servidor FHIR
.... type 1..1 uri Tipo de recurso FHIR
.... identifier 1..1 Identifier Identificador de paciente CIP-SNS. Cuando no tengamos recurso Patient, se debera informar el identificador de paciente mediante CIP-SNS
..... type 0..1 CodeableConcept Tipos de documentos de identificación para persona ÚNICAS
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
Additional BindingsPurposeDocumentation
Value set de Tipos de documentos de identificación para persona ÚNICAS Extensible
...... coding
....... system 0..1 uri URL del SNOMED CT. Extensión para España del SNS
....... code 0..1 code Código del identificador
....... display 0..1 string Decripción del identificador
..... system 0..1 uri OID registro de número de CIP-SNS
Example ÚNICAS: urn:oid:2.16.724.4.40
..... value 0..1 string Número CIP-SNS
Example ÚNICAS: BBBBBBBBQR648597
.... display 0..1 string Nombre completo del paciente
... relationship 1..1 CodeableConcept Relación de parentesco entre el paciente y el familiar con enfermedad hereditaria (Grado de parentesco)
Binding: Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco) (preferred): Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco)
.... coding
..... system 1..1 uri URL del SNOMED CT. Extensión para España del SNS
..... code 1..1 code Código del grado de parentesco
..... display 1..1 string Decripción del grado de parentesco
.... code 1..1 CodeableConcept Enfermedad
Binding: Value set de Enfermedades (preferred): Value set de Enfermedades
..... coding
...... system 1..1 uri URL del SNOMED CT. Extensión para España del SNS | OID del CIE-10-ES. Diagnósticos | OID del ORPHA
...... code 1..1 code Código del enfermedad
...... display 1..1 string Descripción del enfermedad
..... text 0..1 string Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system.
.... onset[x] 0..1 Age, Range, Period, string Fecha de inicio

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
FamilyMemberHistory.​patient.identifier.type Base extensible Identifier Type Codes 📦5.0.0 FHIR Std.
FamilyMemberHistory.​relationship Base preferred Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco) 📦0.0.2 This IG
FamilyMemberHistory.​condition.code Base preferred Value set de Enfermedades 📦0.0.2 This IG

Constraints

Id Grade Path(s) Description Expression
regcess-system warning FamilyMemberHistory.identifier.system system debe comenzar por urn:regcess: seguido del identificador del sistema. matches('^urn:regcess:[A-Za-z0-9]+$')
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. FamilyMemberHistory C 0..* FamilyMemberHistory Information about patient's relatives, relevant for patient
Constraints: fhs-1, fhs-2, fhs-3
... 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
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... 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 Σ 1..* Identifier Identificador único
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system ΣC 1..1 uri Sistema para identificar el origen
Constraints: regcess-system
Example General: http://www.acme.com/identifiers/patient
Example ÚNICAS: urn:regcess:0123456789
.... value ΣC 1..1 string Identificador interno del sistema para el antecedente familiar
Example General: 123456
Example ÚNICAS: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... instantiatesCanonical Σ 0..* canonical(PlanDefinition | Questionnaire | ActivityDefinition | Measure | OperationDefinition) Instantiates FHIR protocol or definition
... instantiatesUri Σ 0..* uri Instantiates external protocol or definition
... status ?!Σ 1..1 code partial | completed | entered-in-error | health-unknown
Binding: FamilyHistoryStatus (required): A code that identifies the status of the family history record.
... dataAbsentReason Σ 0..1 CodeableConcept subject-unknown | withheld | unable-to-obtain | deferred
Binding: FamilyHistoryAbsentReason (example): Codes describing the reason why a family member's history is not available.
... patient Σ 1..1 Reference(Patient Paciente ÚNICAS) Referencia al paciente
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 0..1 string Referencia recurso FHIR. Identificador de la referencia del recurso FHIR asociado cuando exista/creamos un recurso en el mismo servidor FHIR
.... type Σ 1..1 uri Tipo de recurso FHIR
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 1..1 Identifier Identificador de paciente CIP-SNS. Cuando no tengamos recurso Patient, se debera informar el identificador de paciente mediante CIP-SNS
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Tipos de documentos de identificación para persona ÚNICAS
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
Additional BindingsPurposeDocumentation
Value set de Tipos de documentos de identificación para persona ÚNICAS Extensible
...... id 0..1 id 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
....... id 0..1 id Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 0..1 uri URL del SNOMED CT. Extensión para España del SNS
....... version Σ 0..1 string Version of the system - if relevant
....... code ΣC 0..1 code Código del identificador
....... display ΣC 0..1 string Decripción del identificador
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system Σ 0..1 uri OID registro de número de CIP-SNS
Example General: http://www.acme.com/identifiers/patient
Example ÚNICAS: urn:oid:2.16.724.4.40
..... value ΣC 0..1 string Número CIP-SNS
Example General: 123456
Example ÚNICAS: BBBBBBBBQR648597
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... display ΣC 0..1 string Nombre completo del paciente
... date Σ 0..1 dateTime When history was recorded or last updated
... participant Σ 0..* BackboneElement Who or what participated in the activities related to the family member history and how they were involved
.... 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
.... function Σ 0..1 CodeableConcept Type of involvement
Binding: ParticipationRoleType (extensible)
.... actor Σ 1..1 Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Device | Organization | CareTeam) Who or what participated in the activities related to the family member history
... name Σ 0..1 string The family member described
... relationship Σ 1..1 CodeableConcept Relación de parentesco entre el paciente y el familiar con enfermedad hereditaria (Grado de parentesco)
Binding: Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco) (preferred): Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco)
.... id 0..1 id 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
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri URL del SNOMED CT. Extensión para España del SNS
..... version Σ 0..1 string Version of the system - if relevant
..... code ΣC 1..1 code Código del grado de parentesco
..... display ΣC 1..1 string Decripción del grado de parentesco
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... sex Σ 0..1 CodeableConcept male | female | other | unknown
Binding: AdministrativeGender (extensible): Codes describing the sex assigned at birth as documented on the birth registration.
... born[x] C 0..1 (approximate) date of birth
.... bornPeriod Period
.... bornDate date
.... bornString string
... age[x] ΣC 0..1 (approximate) age
.... ageAge Age
.... ageRange Range
.... ageString string
... estimatedAge ΣC 0..1 boolean Age is estimated?
... deceased[x] ΣC 0..1 Dead? How old/when?
.... deceasedBoolean boolean
.... deceasedAge Age
.... deceasedRange Range
.... deceasedDate date
.... deceasedString string
... reason Σ 0..* CodeableReference(Condition | Observation | AllergyIntolerance | QuestionnaireResponse | DiagnosticReport | DocumentReference) Why was family member history performed?
Binding: SNOMEDCTClinicalFindings (example): Codes indicating why the family member history was done.
... note 0..* Annotation General note about related person
... condition 1..* BackboneElement Enfermedad familiar hereditaria
.... 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
.... code 1..1 CodeableConcept Enfermedad
Binding: Value set de Enfermedades (preferred): Value set de Enfermedades
..... id 0..1 id 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
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri URL del SNOMED CT. Extensión para España del SNS | OID del CIE-10-ES. Diagnósticos | OID del ORPHA
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 1..1 code Código del enfermedad
...... display ΣC 1..1 string Descripción del enfermedad
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system.
.... outcome 0..1 CodeableConcept deceased | permanent disability | etc
Binding: ConditionOutcomeCodes (example): The result of the condition for the patient; e.g. death, permanent disability, temporary disability, etc.
.... contributedToDeath 0..1 boolean Whether the condition contributed to the cause of death
.... onset[x] 0..1 Fecha de inicio
..... onsetAge Age
..... onsetRange Range
..... onsetPeriod Period
..... onsetString string
.... note 0..* Annotation Extra information about condition
... procedure 0..* BackboneElement Procedures that the related person had
.... 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
.... code 1..1 CodeableConcept Procedures performed on the related person
Binding: ProcedureCodesSNOMEDCT (example): A code to identify a specific procedure.
.... outcome 0..1 CodeableConcept What happened following the procedure
Binding: SNOMEDCTClinicalFindings (example): The result of the procedure; e.g. death, permanent disability, temporary disability, etc.
.... contributedToDeath 0..1 boolean Whether the procedure contributed to the cause of death
.... performed[x] 0..1 When the procedure was performed
..... performedAge Age
..... performedRange Range
..... performedPeriod Period
..... performedString string
..... performedDateTime dateTime
.... note 0..* Annotation Extra information about the procedure

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
FamilyMemberHistory.​language Base required All Languages 📍5.0.0 FHIR Std.
FamilyMemberHistory.​identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
FamilyMemberHistory.​identifier.type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
FamilyMemberHistory.​status Base required Family History Status 📍5.0.0 FHIR Std.
FamilyMemberHistory.​dataAbsentReason Base example Family History Absent Reason 📍5.0.0 FHIR Std.
FamilyMemberHistory.​patient.type Base extensible Resource Types 📍5.0.0 FHIR Std.
FamilyMemberHistory.​patient.identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
FamilyMemberHistory.​patient.identifier.type Base extensible Identifier Type Codes 📦5.0.0 FHIR Std.
FamilyMemberHistory.​participant.function Base extensible Participation Role Type 📍5.0.0 FHIR Std.
FamilyMemberHistory.​relationship Base preferred Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco) 📦0.0.2 This IG
FamilyMemberHistory.​sex Base extensible AdministrativeGender 📍5.0.0 FHIR Std.
FamilyMemberHistory.​reason Base example SNOMED CT Clinical Findings 📍5.0.0 FHIR Std.
FamilyMemberHistory.​condition.code Base preferred Value set de Enfermedades 📦0.0.2 This IG
FamilyMemberHistory.​condition.outcome Base example Condition Outcome Codes 📍5.0.0 FHIR Std.
FamilyMemberHistory.​procedure.code Base example Procedure Codes (SNOMED CT) 📍5.0.0 FHIR Std.
FamilyMemberHistory.​procedure.outcome Base example SNOMED CT Clinical Findings 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error FamilyMemberHistory If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error FamilyMemberHistory 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error FamilyMemberHistory 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 FamilyMemberHistory If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice FamilyMemberHistory 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()
fhs-1 error FamilyMemberHistory Can have age[x] or born[x], but not both age.empty() or born.empty()
fhs-2 error FamilyMemberHistory Can only have estimatedAge if age[x] is present age.exists() or estimatedAge.empty()
fhs-3 error FamilyMemberHistory Can have age[x] or deceased[x], but not both age.empty() or deceased.empty()
regcess-system warning FamilyMemberHistory.identifier.system system debe comenzar por urn:regcess: seguido del identificador del sistema. matches('^urn:regcess:[A-Za-z0-9]+$')

This structure is derived from FamilyMemberHistory

Summary

Mandatory: 6 elements(6 nested mandatory elements)

Structures

This structure refers to these other structures:

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. FamilyMemberHistory C 0..* FamilyMemberHistory Information about patient's relatives, relevant for patient
Constraints: fhs-1, fhs-2, fhs-3
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system ΣC 1..1 uri Sistema para identificar el origen
Constraints: regcess-system
Example General: http://www.acme.com/identifiers/patient
Example ÚNICAS: urn:regcess:0123456789
.... value ΣC 1..1 string Identificador interno del sistema para el antecedente familiar
Example General: 123456
Example ÚNICAS: 123456
... status ?!Σ 1..1 code partial | completed | entered-in-error | health-unknown
Binding: FamilyHistoryStatus (required): A code that identifies the status of the family history record.
... patient Σ 1..1 Reference(Patient Paciente ÚNICAS) Referencia al paciente
.... reference ΣC 0..1 string Referencia recurso FHIR. Identificador de la referencia del recurso FHIR asociado cuando exista/creamos un recurso en el mismo servidor FHIR
.... type Σ 1..1 uri Tipo de recurso FHIR
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 1..1 Identifier Identificador de paciente CIP-SNS. Cuando no tengamos recurso Patient, se debera informar el identificador de paciente mediante CIP-SNS
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Tipos de documentos de identificación para persona ÚNICAS
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
Additional BindingsPurposeDocumentation
Value set de Tipos de documentos de identificación para persona ÚNICAS Extensible
..... system Σ 0..1 uri OID registro de número de CIP-SNS
Example General: http://www.acme.com/identifiers/patient
Example ÚNICAS: urn:oid:2.16.724.4.40
..... value ΣC 0..1 string Número CIP-SNS
Example General: 123456
Example ÚNICAS: BBBBBBBBQR648597
.... display ΣC 0..1 string Nombre completo del paciente
... relationship Σ 1..1 CodeableConcept Relación de parentesco entre el paciente y el familiar con enfermedad hereditaria (Grado de parentesco)
Binding: Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco) (preferred): Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco)
... age[x] ΣC 0..1 (approximate) age
.... ageAge Age
.... ageRange Range
.... ageString string
... condition 1..* BackboneElement Enfermedad familiar hereditaria
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code 1..1 CodeableConcept Enfermedad
Binding: Value set de Enfermedades (preferred): Value set de Enfermedades
..... text Σ 0..1 string Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system.
.... onset[x] 0..1 Fecha de inicio
..... onsetAge Age
..... onsetRange Range
..... onsetPeriod Period
..... onsetString string

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
FamilyMemberHistory.​identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
FamilyMemberHistory.​status Base required Family History Status 📍5.0.0 FHIR Std.
FamilyMemberHistory.​patient.type Base extensible Resource Types 📍5.0.0 FHIR Std.
FamilyMemberHistory.​patient.identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
FamilyMemberHistory.​patient.identifier.type Base extensible Identifier Type Codes 📦5.0.0 FHIR Std.
FamilyMemberHistory.​relationship Base preferred Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco) 📦0.0.2 This IG
FamilyMemberHistory.​condition.code Base preferred Value set de Enfermedades 📦0.0.2 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error FamilyMemberHistory If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error FamilyMemberHistory 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error FamilyMemberHistory 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 FamilyMemberHistory If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice FamilyMemberHistory 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()
fhs-1 error FamilyMemberHistory Can have age[x] or born[x], but not both age.empty() or born.empty()
fhs-2 error FamilyMemberHistory Can only have estimatedAge if age[x] is present age.exists() or estimatedAge.empty()
fhs-3 error FamilyMemberHistory Can have age[x] or deceased[x], but not both age.empty() or deceased.empty()
regcess-system warning FamilyMemberHistory.identifier.system system debe comenzar por urn:regcess: seguido del identificador del sistema. matches('^urn:regcess:[A-Za-z0-9]+$')

Differential View

This structure is derived from FamilyMemberHistory

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. FamilyMemberHistory FamilyMemberHistory
... identifier 1..* Identifier Identificador único
.... system C 1..1 uri Sistema para identificar el origen
Constraints: regcess-system
Example ÚNICAS: urn:regcess:0123456789
.... value 1..1 string Identificador interno del sistema para el antecedente familiar
Example ÚNICAS: 123456
... patient 1..1 Reference(Patient Paciente ÚNICAS) Referencia al paciente
.... reference 0..1 string Referencia recurso FHIR. Identificador de la referencia del recurso FHIR asociado cuando exista/creamos un recurso en el mismo servidor FHIR
.... type 1..1 uri Tipo de recurso FHIR
.... identifier 1..1 Identifier Identificador de paciente CIP-SNS. Cuando no tengamos recurso Patient, se debera informar el identificador de paciente mediante CIP-SNS
..... type 0..1 CodeableConcept Tipos de documentos de identificación para persona ÚNICAS
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
Additional BindingsPurposeDocumentation
Value set de Tipos de documentos de identificación para persona ÚNICAS Extensible
...... coding
....... system 0..1 uri URL del SNOMED CT. Extensión para España del SNS
....... code 0..1 code Código del identificador
....... display 0..1 string Decripción del identificador
..... system 0..1 uri OID registro de número de CIP-SNS
Example ÚNICAS: urn:oid:2.16.724.4.40
..... value 0..1 string Número CIP-SNS
Example ÚNICAS: BBBBBBBBQR648597
.... display 0..1 string Nombre completo del paciente
... relationship 1..1 CodeableConcept Relación de parentesco entre el paciente y el familiar con enfermedad hereditaria (Grado de parentesco)
Binding: Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco) (preferred): Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco)
.... coding
..... system 1..1 uri URL del SNOMED CT. Extensión para España del SNS
..... code 1..1 code Código del grado de parentesco
..... display 1..1 string Decripción del grado de parentesco
.... code 1..1 CodeableConcept Enfermedad
Binding: Value set de Enfermedades (preferred): Value set de Enfermedades
..... coding
...... system 1..1 uri URL del SNOMED CT. Extensión para España del SNS | OID del CIE-10-ES. Diagnósticos | OID del ORPHA
...... code 1..1 code Código del enfermedad
...... display 1..1 string Descripción del enfermedad
..... text 0..1 string Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system.
.... onset[x] 0..1 Age, Range, Period, string Fecha de inicio

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
FamilyMemberHistory.​patient.identifier.type Base extensible Identifier Type Codes 📦5.0.0 FHIR Std.
FamilyMemberHistory.​relationship Base preferred Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco) 📦0.0.2 This IG
FamilyMemberHistory.​condition.code Base preferred Value set de Enfermedades 📦0.0.2 This IG

Constraints

Id Grade Path(s) Description Expression
regcess-system warning FamilyMemberHistory.identifier.system system debe comenzar por urn:regcess: seguido del identificador del sistema. matches('^urn:regcess:[A-Za-z0-9]+$')

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. FamilyMemberHistory C 0..* FamilyMemberHistory Information about patient's relatives, relevant for patient
Constraints: fhs-1, fhs-2, fhs-3
... 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
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... 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 Σ 1..* Identifier Identificador único
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system ΣC 1..1 uri Sistema para identificar el origen
Constraints: regcess-system
Example General: http://www.acme.com/identifiers/patient
Example ÚNICAS: urn:regcess:0123456789
.... value ΣC 1..1 string Identificador interno del sistema para el antecedente familiar
Example General: 123456
Example ÚNICAS: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... instantiatesCanonical Σ 0..* canonical(PlanDefinition | Questionnaire | ActivityDefinition | Measure | OperationDefinition) Instantiates FHIR protocol or definition
... instantiatesUri Σ 0..* uri Instantiates external protocol or definition
... status ?!Σ 1..1 code partial | completed | entered-in-error | health-unknown
Binding: FamilyHistoryStatus (required): A code that identifies the status of the family history record.
... dataAbsentReason Σ 0..1 CodeableConcept subject-unknown | withheld | unable-to-obtain | deferred
Binding: FamilyHistoryAbsentReason (example): Codes describing the reason why a family member's history is not available.
... patient Σ 1..1 Reference(Patient Paciente ÚNICAS) Referencia al paciente
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 0..1 string Referencia recurso FHIR. Identificador de la referencia del recurso FHIR asociado cuando exista/creamos un recurso en el mismo servidor FHIR
.... type Σ 1..1 uri Tipo de recurso FHIR
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 1..1 Identifier Identificador de paciente CIP-SNS. Cuando no tengamos recurso Patient, se debera informar el identificador de paciente mediante CIP-SNS
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Tipos de documentos de identificación para persona ÚNICAS
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
Additional BindingsPurposeDocumentation
Value set de Tipos de documentos de identificación para persona ÚNICAS Extensible
...... id 0..1 id 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
....... id 0..1 id Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... system Σ 0..1 uri URL del SNOMED CT. Extensión para España del SNS
....... version Σ 0..1 string Version of the system - if relevant
....... code ΣC 0..1 code Código del identificador
....... display ΣC 0..1 string Decripción del identificador
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
...... text Σ 0..1 string Plain text representation of the concept
..... system Σ 0..1 uri OID registro de número de CIP-SNS
Example General: http://www.acme.com/identifiers/patient
Example ÚNICAS: urn:oid:2.16.724.4.40
..... value ΣC 0..1 string Número CIP-SNS
Example General: 123456
Example ÚNICAS: BBBBBBBBQR648597
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... display ΣC 0..1 string Nombre completo del paciente
... date Σ 0..1 dateTime When history was recorded or last updated
... participant Σ 0..* BackboneElement Who or what participated in the activities related to the family member history and how they were involved
.... 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
.... function Σ 0..1 CodeableConcept Type of involvement
Binding: ParticipationRoleType (extensible)
.... actor Σ 1..1 Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Device | Organization | CareTeam) Who or what participated in the activities related to the family member history
... name Σ 0..1 string The family member described
... relationship Σ 1..1 CodeableConcept Relación de parentesco entre el paciente y el familiar con enfermedad hereditaria (Grado de parentesco)
Binding: Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco) (preferred): Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco)
.... id 0..1 id 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
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri URL del SNOMED CT. Extensión para España del SNS
..... version Σ 0..1 string Version of the system - if relevant
..... code ΣC 1..1 code Código del grado de parentesco
..... display ΣC 1..1 string Decripción del grado de parentesco
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... sex Σ 0..1 CodeableConcept male | female | other | unknown
Binding: AdministrativeGender (extensible): Codes describing the sex assigned at birth as documented on the birth registration.
... born[x] C 0..1 (approximate) date of birth
.... bornPeriod Period
.... bornDate date
.... bornString string
... age[x] ΣC 0..1 (approximate) age
.... ageAge Age
.... ageRange Range
.... ageString string
... estimatedAge ΣC 0..1 boolean Age is estimated?
... deceased[x] ΣC 0..1 Dead? How old/when?
.... deceasedBoolean boolean
.... deceasedAge Age
.... deceasedRange Range
.... deceasedDate date
.... deceasedString string
... reason Σ 0..* CodeableReference(Condition | Observation | AllergyIntolerance | QuestionnaireResponse | DiagnosticReport | DocumentReference) Why was family member history performed?
Binding: SNOMEDCTClinicalFindings (example): Codes indicating why the family member history was done.
... note 0..* Annotation General note about related person
... condition 1..* BackboneElement Enfermedad familiar hereditaria
.... 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
.... code 1..1 CodeableConcept Enfermedad
Binding: Value set de Enfermedades (preferred): Value set de Enfermedades
..... id 0..1 id 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
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri URL del SNOMED CT. Extensión para España del SNS | OID del CIE-10-ES. Diagnósticos | OID del ORPHA
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 1..1 code Código del enfermedad
...... display ΣC 1..1 string Descripción del enfermedad
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Representation defined by the system. A representation of the meaning of the code in the system, following the rules of the system.
.... outcome 0..1 CodeableConcept deceased | permanent disability | etc
Binding: ConditionOutcomeCodes (example): The result of the condition for the patient; e.g. death, permanent disability, temporary disability, etc.
.... contributedToDeath 0..1 boolean Whether the condition contributed to the cause of death
.... onset[x] 0..1 Fecha de inicio
..... onsetAge Age
..... onsetRange Range
..... onsetPeriod Period
..... onsetString string
.... note 0..* Annotation Extra information about condition
... procedure 0..* BackboneElement Procedures that the related person had
.... 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
.... code 1..1 CodeableConcept Procedures performed on the related person
Binding: ProcedureCodesSNOMEDCT (example): A code to identify a specific procedure.
.... outcome 0..1 CodeableConcept What happened following the procedure
Binding: SNOMEDCTClinicalFindings (example): The result of the procedure; e.g. death, permanent disability, temporary disability, etc.
.... contributedToDeath 0..1 boolean Whether the procedure contributed to the cause of death
.... performed[x] 0..1 When the procedure was performed
..... performedAge Age
..... performedRange Range
..... performedPeriod Period
..... performedString string
..... performedDateTime dateTime
.... note 0..* Annotation Extra information about the procedure

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
FamilyMemberHistory.​language Base required All Languages 📍5.0.0 FHIR Std.
FamilyMemberHistory.​identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
FamilyMemberHistory.​identifier.type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
FamilyMemberHistory.​status Base required Family History Status 📍5.0.0 FHIR Std.
FamilyMemberHistory.​dataAbsentReason Base example Family History Absent Reason 📍5.0.0 FHIR Std.
FamilyMemberHistory.​patient.type Base extensible Resource Types 📍5.0.0 FHIR Std.
FamilyMemberHistory.​patient.identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
FamilyMemberHistory.​patient.identifier.type Base extensible Identifier Type Codes 📦5.0.0 FHIR Std.
FamilyMemberHistory.​participant.function Base extensible Participation Role Type 📍5.0.0 FHIR Std.
FamilyMemberHistory.​relationship Base preferred Value set de Tipos de relaciones de parentesco entre el paciente y el familiar con enfermedades hereditarias en ÚNICAS (Grados de parentesco) 📦0.0.2 This IG
FamilyMemberHistory.​sex Base extensible AdministrativeGender 📍5.0.0 FHIR Std.
FamilyMemberHistory.​reason Base example SNOMED CT Clinical Findings 📍5.0.0 FHIR Std.
FamilyMemberHistory.​condition.code Base preferred Value set de Enfermedades 📦0.0.2 This IG
FamilyMemberHistory.​condition.outcome Base example Condition Outcome Codes 📍5.0.0 FHIR Std.
FamilyMemberHistory.​procedure.code Base example Procedure Codes (SNOMED CT) 📍5.0.0 FHIR Std.
FamilyMemberHistory.​procedure.outcome Base example SNOMED CT Clinical Findings 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error FamilyMemberHistory If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error FamilyMemberHistory 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error FamilyMemberHistory 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 FamilyMemberHistory If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice FamilyMemberHistory 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()
fhs-1 error FamilyMemberHistory Can have age[x] or born[x], but not both age.empty() or born.empty()
fhs-2 error FamilyMemberHistory Can only have estimatedAge if age[x] is present age.exists() or estimatedAge.empty()
fhs-3 error FamilyMemberHistory Can have age[x] or deceased[x], but not both age.empty() or deceased.empty()
regcess-system warning FamilyMemberHistory.identifier.system system debe comenzar por urn:regcess: seguido del identificador del sistema. matches('^urn:regcess:[A-Za-z0-9]+$')

This structure is derived from FamilyMemberHistory

Summary

Mandatory: 6 elements(6 nested mandatory elements)

Structures

This structure refers to these other structures:

 

Other representations of profile: CSV, Excel, Schematron

ÚNICAS está impulsado por el Consejo Interterritorial del Sistema Nacional de Salud, y financiado con fondos Next Generation de la Unión Europea, en el marco del Plan de Recuperación, Transformación y Resiliencia del Gobierno de España. El Ministerio de Sanidad ejerce la coordinación del proyecto, y Cataluña lidera la parte del desarrollo de los activos tecnológicos para su implementación.