FHIR IG Statistics: StructureDefinition/EHDSRelatedPerson
Package | hl7.fhir.eu.imaging-r5 |
Type | StructureDefinition |
Id | EHDSRelatedPerson |
FHIR Version | R5 |
Source | http://hl7.eu/fhir/imaging-r5/https://build.fhir.org/ig/hl7-eu/imaging/StructureDefinition-EHDSRelatedPerson.html |
URL | https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSRelatedPerson |
Version | 0.1.0 |
Status | draft |
Date | 2025-03-21T08:17:12+00:00 |
Name | EHDSRelatedPerson |
Title | Related person model |
Realm | eu |
Authority | hl7 |
Description | C.13 - EHDS refined base model for Patient/subject guardian and other related person information |
Copyright | Used by permission of HL7 Europe, all rights reserved Creative Commons License |
Type | https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSRelatedPerson |
Kind | logical |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"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": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSRelatedPerson",
"version": "0.1.0",
"name": "EHDSRelatedPerson",
"title": "Related person model",
"status": "draft",
"date": "2025-03-21T08:17:12+00:00",
"publisher": "HL7 Europe",
"contact": [
{
"name": "Xt-EHR",
"telecom": [
{
"system": "url",
"value": "http://Xt-EHR.eu"
}
]
}
],
"description": "C.13 - EHDS refined base model for Patient/subject guardian and other related person information",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "150",
"display": "Europe"
}
]
}
],
"copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
"fhirVersion": "5.0.0",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "logical",
"abstract": false,
"type": "https://www.xt-ehr.eu/specifications/fhir/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": "C.13 - 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": "C.13.1 - Personal identifier",
"definition": "An identifier of the related person that is unique within a defined scope. Example: National ID (birth number) for the Czech citizen. 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": "C.13.2 - Name",
"definition": "Name associated with the person. Name might consists of name parts, e.g. Given name or names, family name/surname, name prefix etc.",
"min": 0,
"max": "*",
"base": {
"path": "EHDSRelatedPerson.name",
"min": 0,
"max": "*"
},
"type": [
{
"code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHumanName"
}
]
},
{
"id": "EHDSRelatedPerson.relationship",
"path": "EHDSRelatedPerson.relationship",
"short": "C.13.3 - Relationship",
"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": "C.13.4 - 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": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress"
}
]
},
{
"id": "EHDSRelatedPerson.telecom",
"path": "EHDSRelatedPerson.telecom",
"short": "C.13.5 - 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": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSTelecom"
}
]
}
]
},
"differential": {
"element": [
{
"id": "EHDSRelatedPerson",
"path": "EHDSRelatedPerson",
"short": "Related person model",
"definition": "C.13 - EHDS refined base model for Patient/subject guardian and other related person information"
},
{
"id": "EHDSRelatedPerson.personalIdentifier",
"path": "EHDSRelatedPerson.personalIdentifier",
"short": "C.13.1 - Personal identifier",
"definition": "An identifier of the related person that is unique within a defined scope. Example: National ID (birth number) for the Czech citizen. Multiple identifiers could be provided. ",
"min": 0,
"max": "*",
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "EHDSRelatedPerson.name",
"path": "EHDSRelatedPerson.name",
"short": "C.13.2 - Name",
"definition": "Name associated with the person. Name might consists of name parts, e.g. Given name or names, family name/surname, name prefix etc.",
"min": 0,
"max": "*",
"type": [
{
"code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHumanName"
}
]
},
{
"id": "EHDSRelatedPerson.relationship",
"path": "EHDSRelatedPerson.relationship",
"short": "C.13.3 - Relationship",
"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": "C.13.4 - 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": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress"
}
]
},
{
"id": "EHDSRelatedPerson.telecom",
"path": "EHDSRelatedPerson.telecom",
"short": "C.13.5 - Telecom",
"definition": "Telecommunication contact information (addresses) associated to a person. Multiple telecommunication addresses might be provided.",
"min": 0,
"max": "*",
"type": [
{
"code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSTelecom"
}
]
}
]
}
}