FHIR IG analytics| Package | xtehr.eu.ehds.models |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-EHDSPatient.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSPatient.html |
| URL | http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient |
| Version | 0.2.1 |
| Status | draft |
| Date | 2026-02-04T19:00:50+00:00 |
| Name | EHDSPatient |
| Title | Patient model |
| Description | EHDS refined base model for patient (subject of care) information |
| Type | http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient |
| Kind | logical |
| StructureDefinition | |
| EHDSCoverage | Coverage model |
| EHDSDataSet | DataSet model |
| EHDSDeviceUse | Device use model |
| EHDSDischargeReport | Discharge Report model |
| EHDSImagingReport | Imaging report model |
| EHDSLaboratoryReport | Laboratory report model |
| EHDSMedia | Media model |
| EHDSMedicationDispense | Medication dispense model |
| EHDSObservation | Observation model |
| EHDSRelatedPerson | Related person model |
| EHDSSpecimen | Specimen model |
| careplan-draft-logical | Care Plan (Logical Model) |
| StructureDefinition | |
| EHDSAddress | Address model |
| EHDSHumanName | Human name model |
| EHDSTelecom | Telecom model |
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition EHDSPatient
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | Patient model Instances of this logical model can be the target of a Reference | |
![]() ![]() | 1..* | Identifier | An identifier of the patient that is unique within a defined scope (typically a national patient identifier, but it can also be a temporary identifier issued by the EHR). | |
![]() ![]() | 0..* | EHDSHumanName | Name associated with the patient/subject. | |
![]() ![]() | 0..1 | dateTime | Date of birth | |
![]() ![]() | 0..1 | CodeableConcept | Administrative gender Binding Description: (preferred): HL7 Administrative Gender | |
![]() ![]() | 0..* | EHDSAddress | Mailing and home or office addresses. | |
![]() ![]() | 0..* | EHDSTelecom | Telecommunication contact information (addresses) associated to a person. | |
![]() ![]() | 0..1 | CodeableConcept | Marital (civil) status of a patient Binding Description: (preferred): HL7 marital-status | |
![]() ![]() | 0..* | CodeableConcept | The language which can be used to communicate with the patient about his or her health. Binding Description: (preferred): BCP 47 | |
{
"resourceType": "StructureDefinition",
"id": "EHDSPatient",
"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/EHDSPatient",
"version": "0.2.1",
"name": "EHDSPatient",
"title": "Patient 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 of care) 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/EHDSPatient",
"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": "EHDSPatient",
"path": "EHDSPatient",
"short": "Patient model",
"definition": "EHDS refined base model for patient (subject of care) information",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "EHDSPatient.personalIdentifier",
"path": "EHDSPatient.personalIdentifier",
"short": "An identifier of the patient that is unique within a defined scope (typically a national patient identifier, but it can also be a temporary identifier issued by the EHR).",
"definition": "An identifier of the patient that is unique within a defined scope (typically a national patient identifier, but it can also be a temporary identifier issued by the EHR).",
"min": 1,
"max": "*",
"base": {
"path": "EHDSPatient.personalIdentifier",
"min": 1,
"max": "*"
},
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "EHDSPatient.name",
"path": "EHDSPatient.name",
"short": "Name associated with the patient/subject.",
"definition": "Name might consist of name parts, e.g. Given name or names, family name/surname, name prefix etc.",
"min": 0,
"max": "*",
"base": {
"path": "EHDSPatient.name",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName"
}
]
},
{
"id": "EHDSPatient.dateOfBirth",
"path": "EHDSPatient.dateOfBirth",
"short": "Date of birth",
"definition": "The date of birth of the patient [ISO TS 22220]. As age of the patient might be important for correct interpretation of the test result values, complete date of birth should be provided.",
"min": 0,
"max": "1",
"base": {
"path": "EHDSPatient.dateOfBirth",
"min": 0,
"max": "1"
},
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "EHDSPatient.administrativeGender",
"path": "EHDSPatient.administrativeGender",
"short": "Administrative gender",
"definition": "This field must contain a recognized valid value for \"administrative gender\". If different, \"physiological gender\" should be communicated elsewhere.",
"min": 0,
"max": "1",
"base": {
"path": "EHDSPatient.administrativeGender",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "HL7 Administrative Gender"
}
},
{
"id": "EHDSPatient.address",
"path": "EHDSPatient.address",
"short": "Mailing and home or office addresses.",
"definition": "The addresses are always sequences of address parts (e.g. street address line, country, postal 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": "EHDSPatient.address",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAddress"
}
]
},
{
"id": "EHDSPatient.telecom",
"path": "EHDSPatient.telecom",
"short": "Telecommunication contact information (addresses) associated to a person.",
"definition": "Telecommunication contact information (addresses) associated to a person.",
"min": 0,
"max": "*",
"base": {
"path": "EHDSPatient.telecom",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSTelecom"
}
]
},
{
"id": "EHDSPatient.maritalStatus",
"path": "EHDSPatient.maritalStatus",
"short": "Marital (civil) status of a patient",
"definition": "Marital (civil) status of a patient",
"min": 0,
"max": "1",
"base": {
"path": "EHDSPatient.maritalStatus",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "HL7 marital-status"
}
},
{
"id": "EHDSPatient.communicationLanguage",
"path": "EHDSPatient.communicationLanguage",
"short": "The language which can be used to communicate with the patient about his or her health.",
"definition": "The language which can be used to communicate with the patient about his or her health.",
"min": 0,
"max": "*",
"base": {
"path": "EHDSPatient.communicationLanguage",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "BCP 47"
}
}
]
},
"differential": {
"element": [
{
"id": "EHDSPatient",
"path": "EHDSPatient",
"short": "Patient model",
"definition": "EHDS refined base model for patient (subject of care) information"
},
{
"id": "EHDSPatient.personalIdentifier",
"path": "EHDSPatient.personalIdentifier",
"short": "An identifier of the patient that is unique within a defined scope (typically a national patient identifier, but it can also be a temporary identifier issued by the EHR).",
"definition": "An identifier of the patient that is unique within a defined scope (typically a national patient identifier, but it can also be a temporary identifier issued by the EHR).",
"min": 1,
"max": "*",
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "EHDSPatient.name",
"path": "EHDSPatient.name",
"short": "Name associated with the patient/subject.",
"definition": "Name might consist of name parts, e.g. Given name or names, family name/surname, name prefix etc.",
"min": 0,
"max": "*",
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName"
}
]
},
{
"id": "EHDSPatient.dateOfBirth",
"path": "EHDSPatient.dateOfBirth",
"short": "Date of birth",
"definition": "The date of birth of the patient [ISO TS 22220]. As age of the patient might be important for correct interpretation of the test result values, complete date of birth should be provided.",
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "EHDSPatient.administrativeGender",
"path": "EHDSPatient.administrativeGender",
"short": "Administrative gender",
"definition": "This field must contain a recognized valid value for \"administrative gender\". If different, \"physiological gender\" should be communicated elsewhere.",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "HL7 Administrative Gender"
}
},
{
"id": "EHDSPatient.address",
"path": "EHDSPatient.address",
"short": "Mailing and home or office addresses.",
"definition": "The addresses are always sequences of address parts (e.g. street address line, country, postal 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": "EHDSPatient.telecom",
"path": "EHDSPatient.telecom",
"short": "Telecommunication contact information (addresses) associated to a person.",
"definition": "Telecommunication contact information (addresses) associated to a person.",
"min": 0,
"max": "*",
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSTelecom"
}
]
},
{
"id": "EHDSPatient.maritalStatus",
"path": "EHDSPatient.maritalStatus",
"short": "Marital (civil) status of a patient",
"definition": "Marital (civil) status of a patient",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "HL7 marital-status"
}
},
{
"id": "EHDSPatient.communicationLanguage",
"path": "EHDSPatient.communicationLanguage",
"short": "The language which can be used to communicate with the patient about his or her health.",
"definition": "The language which can be used to communicate with the patient about his or her health.",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "BCP 47"
}
}
]
}
}