FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagextehr.eu.ehds.models
Resource TypeStructureDefinition
IdStructureDefinition-EHDSPatient.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSPatient.html
URLhttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient
Version0.2.1
Statusdraft
Date2026-02-04T19:00:50+00:00
NameEHDSPatient
TitlePatient model
DescriptionEHDS refined base model for patient (subject of care) information
Typehttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient
Kindlogical

Resources that use this resource

StructureDefinition
EHDSCoverageCoverage model
EHDSDataSetDataSet model
EHDSDeviceUseDevice use model
EHDSDischargeReportDischarge Report model
EHDSImagingReportImaging report model
EHDSLaboratoryReportLaboratory report model
EHDSMediaMedia model
EHDSMedicationDispenseMedication dispense model
EHDSObservationObservation model
EHDSRelatedPersonRelated person model
EHDSSpecimenSpecimen model
careplan-draft-logicalCare Plan (Logical Model)

Resources that this resource uses

StructureDefinition
EHDSAddressAddress model
EHDSHumanNameHuman name model
EHDSTelecomTelecom model

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition EHDSPatient

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSPatient 0..*BasePatient model
Instances of this logical model can be the target of a Reference
... personalIdentifier 1..*IdentifierAn 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).
... name 0..*EHDSHumanNameName associated with the patient/subject.
... dateOfBirth 0..1dateTimeDate of birth
... administrativeGender 0..1CodeableConceptAdministrative gender
Binding Description: (preferred): HL7 Administrative Gender
... address 0..*EHDSAddressMailing and home or office addresses.
... telecom 0..*EHDSTelecomTelecommunication contact information (addresses) associated to a person.
... maritalStatus 0..1CodeableConceptMarital (civil) status of a patient
Binding Description: (preferred): HL7 marital-status
... communicationLanguage 0..*CodeableConceptThe language which can be used to communicate with the patient about his or her health.
Binding Description: (preferred): BCP 47

doco Documentation for this format

Source1

{
  "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"
        }
      }
    ]
  }
}