FHIR IG analytics| Package | xtehr.eu.ehds.models |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-EHDSRelatedPerson.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSRelatedPerson.html |
| URL | http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSRelatedPerson |
| Version | 0.2.1 |
| Status | draft |
| Date | 2026-02-04T19:00:50+00:00 |
| Name | EHDSRelatedPerson |
| Title | Related person model |
| Description | EHDS refined base model for Patient/subject guardian and other related person information |
| Type | http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSRelatedPerson |
| Kind | logical |
| StructureDefinition | |
| EHDSDeviceUse | Device use model |
| EHDSDischargeReport | Discharge Report model |
| EHDSImagingReport | Imaging report model |
| EHDSLaboratoryReport | Laboratory report model |
| EHDSMedicationDispense | Medication dispense model |
| EHDSObservation | Observation model |
| EHDSSpecimen | Specimen model |
| StructureDefinition | |
| EHDSAddress | Address model |
| EHDSHumanName | Human name model |
| EHDSPatient | Patient model |
| EHDSTelecom | Telecom model |
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition EHDSRelatedPerson
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | Related person model Instances of this logical model can be the target of a Reference | |
![]() ![]() | 0..* | Identifier | An identifier of the related person that is unique within a defined scope (e.g. national ID number). Multiple identifiers could be provided. | |
![]() ![]() | 0..* | EHDSHumanName | Name associated with the person. | |
![]() ![]() | 1..1 | EHDSPatient | The patient in relation to whom the related person is defined. | |
![]() ![]() | 0..1 | CodeableConcept | Relationship between a patient and a contact person for that patient. This includes relatives, guardians, caring persons etc. Binding Description: (preferred): HL7 RoleCode | |
![]() ![]() | 0..* | EHDSAddress | Address | |
![]() ![]() | 0..* | EHDSTelecom | Telecom | |
{
"resourceType": "StructureDefinition",
"id": "EHDSRelatedPerson",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
"valueCode": "can-be-target"
}
],
"url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSRelatedPerson",
"version": "0.2.1",
"name": "EHDSRelatedPerson",
"title": "Related person model",
"status": "draft",
"date": "2026-02-04T19:00:50+00:00",
"publisher": "Xt-EHR",
"contact": [
{
"name": "Xt-EHR",
"telecom": [
{
"system": "url",
"value": "http://www.xt-ehr.eu/"
}
]
}
],
"description": "EHDS refined base model for Patient/subject guardian and other related person information",
"fhirVersion": "5.0.0",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "logical",
"abstract": false,
"type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSRelatedPerson",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "5.0.0"
}
],
"element": [
{
"id": "EHDSRelatedPerson",
"path": "EHDSRelatedPerson",
"short": "Related person model",
"definition": "EHDS refined base model for Patient/subject guardian and other related person information",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "EHDSRelatedPerson.personalIdentifier",
"path": "EHDSRelatedPerson.personalIdentifier",
"short": "An identifier of the related person that is unique within a defined scope (e.g. national ID number). Multiple identifiers could be provided.",
"definition": "An identifier of the related person that is unique within a defined scope (e.g. national ID number). Multiple identifiers could be provided.",
"min": 0,
"max": "*",
"base": {
"path": "EHDSRelatedPerson.personalIdentifier",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "EHDSRelatedPerson.name",
"path": "EHDSRelatedPerson.name",
"short": "Name associated with the person.",
"definition": "Name associated with the person.",
"min": 0,
"max": "*",
"base": {
"path": "EHDSRelatedPerson.name",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName"
}
]
},
{
"id": "EHDSRelatedPerson.subject",
"path": "EHDSRelatedPerson.subject",
"short": "The patient in relation to whom the related person is defined.",
"definition": "The patient in relation to whom the related person is defined.",
"min": 1,
"max": "1",
"base": {
"path": "EHDSRelatedPerson.subject",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient"
}
]
},
{
"id": "EHDSRelatedPerson.relationship",
"path": "EHDSRelatedPerson.relationship",
"short": "Relationship between a patient and a contact person for that patient. This includes relatives, guardians, caring persons etc.",
"definition": "Relationship between a patient and a contact person for that patient. This includes relatives, guardians, caring persons etc.",
"min": 0,
"max": "1",
"base": {
"path": "EHDSRelatedPerson.relationship",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "HL7 RoleCode"
}
},
{
"id": "EHDSRelatedPerson.address",
"path": "EHDSRelatedPerson.address",
"short": "Address",
"definition": "Mailing and home or office addresses. The addresses are always sequences of address parts (e.g. street address line, country, ZIP code, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
"min": 0,
"max": "*",
"base": {
"path": "EHDSRelatedPerson.address",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAddress"
}
]
},
{
"id": "EHDSRelatedPerson.telecom",
"path": "EHDSRelatedPerson.telecom",
"short": "Telecom",
"definition": "Telecommunication contact information (addresses) associated to a person. Multiple telecommunication addresses might be provided.",
"min": 0,
"max": "*",
"base": {
"path": "EHDSRelatedPerson.telecom",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSTelecom"
}
]
}
]
},
"differential": {
"element": [
{
"id": "EHDSRelatedPerson",
"path": "EHDSRelatedPerson",
"short": "Related person model",
"definition": "EHDS refined base model for Patient/subject guardian and other related person information"
},
{
"id": "EHDSRelatedPerson.personalIdentifier",
"path": "EHDSRelatedPerson.personalIdentifier",
"short": "An identifier of the related person that is unique within a defined scope (e.g. national ID number). Multiple identifiers could be provided.",
"definition": "An identifier of the related person that is unique within a defined scope (e.g. national ID number). Multiple identifiers could be provided.",
"min": 0,
"max": "*",
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "EHDSRelatedPerson.name",
"path": "EHDSRelatedPerson.name",
"short": "Name associated with the person.",
"definition": "Name associated with the person.",
"min": 0,
"max": "*",
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName"
}
]
},
{
"id": "EHDSRelatedPerson.subject",
"path": "EHDSRelatedPerson.subject",
"short": "The patient in relation to whom the related person is defined.",
"definition": "The patient in relation to whom the related person is defined.",
"min": 1,
"max": "1",
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient"
}
]
},
{
"id": "EHDSRelatedPerson.relationship",
"path": "EHDSRelatedPerson.relationship",
"short": "Relationship between a patient and a contact person for that patient. This includes relatives, guardians, caring persons etc.",
"definition": "Relationship between a patient and a contact person for that patient. This includes relatives, guardians, caring persons etc.",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "HL7 RoleCode"
}
},
{
"id": "EHDSRelatedPerson.address",
"path": "EHDSRelatedPerson.address",
"short": "Address",
"definition": "Mailing and home or office addresses. The addresses are always sequences of address parts (e.g. street address line, country, ZIP code, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
"min": 0,
"max": "*",
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAddress"
}
]
},
{
"id": "EHDSRelatedPerson.telecom",
"path": "EHDSRelatedPerson.telecom",
"short": "Telecom",
"definition": "Telecommunication contact information (addresses) associated to a person. Multiple telecommunication addresses might be provided.",
"min": 0,
"max": "*",
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSTelecom"
}
]
}
]
}
}