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

FHIR IG analytics

Packageeu.ehds.models
Resource TypeStructureDefinition
IdStructureDefinition-EHDSPatient.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/danka74/logical-model/StructureDefinition-EHDSPatient.html
URLhttp://ehds.eu/fhir/models/StructureDefinition/EHDSPatient
Version0.1.0
Statusdraft
Date2026-05-11T13:27:41+00:00
NameEHDSPatient
TitlePatient model
DescriptionModel for information about a patient (subject of care).
Typehttp://ehds.eu/fhir/models/StructureDefinition/EHDSPatient
Kindlogical

Resources that use this resource

StructureDefinition
eu.ehds.models#currentEHDSDataSetDataSet model
eu.ehds.models#currentEHDSDischargeReportDischarge Report model
eu.ehds.models#currentEHDSImagingReportImaging report model
eu.ehds.models#currentEHDSLaboratoryReportLaboratory report model
eu.ehds.models#currentEHDSMedicationDispenseMedication dispense model
eu.ehds.models#currentEHDSObservationObservation model
eu.ehds.models#currentEHDSPatientLaboratoryObligationsPatient laboratory specific obligations
eu.ehds.models#currentEHDSPatientObligationsPatient obligations
eu.ehds.models#currentEHDSRelatedPersonRelated person model
eu.ehds.models#currentEHDSSpecimenSpecimen model

Resources that this resource uses

StructureDefinition
eu.ehds.models#currentEHDSAddressAddress model
eu.ehds.models#currentEHDSHumanNameHuman name model
eu.ehds.models#currentEHDSTelecomTelecom model

Narrative

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

Generated Narrative: StructureDefinition EHDSPatient

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSPatient 0..*BasePatient model
... identifier 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
... deceased[x] 0..1Whether the patient is deceased or date of death.
.... deceasedBooleanboolean
.... deceasedDateTimedateTime
... administrativeGender 0..1CodeableConceptAdministrative gender
Binding Description: (preferred): HL7 Administrative Gender
... address 0..*EHDSAddressMailing and home or office addresses.
... telecom 0..*EHDSTelecomContact information.

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "EHDSPatient",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehds.eu/fhir/models/StructureDefinition/EHDSPatient",
  "version": "0.1.0",
  "name": "EHDSPatient",
  "title": "Patient model",
  "status": "draft",
  "date": "2026-05-11T13:27:41+00:00",
  "publisher": "EC",
  "contact": [
    {
      "name": "EC",
      "telecom": [
        {
          "system": "url",
          "value": "http://commission.europa.eu/"
        }
      ]
    }
  ],
  "description": "Model for information about a patient (subject of care).",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://ehds.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": "Model for information about a patient (subject of care).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSPatient.identifier",
        "path": "EHDSPatient.identifier",
        "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.identifier",
          "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://ehds.eu/fhir/models/StructureDefinition/EHDSHumanName"
          }
        ]
      },
      {
        "id": "EHDSPatient.dateOfBirth",
        "path": "EHDSPatient.dateOfBirth",
        "short": "Date of birth",
        "definition": "Date of birth",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSPatient.dateOfBirth",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSPatient.deceased[x]",
        "path": "EHDSPatient.deceased[x]",
        "short": "Whether the patient is deceased or date of death.",
        "definition": "Whether the patient is deceased or date of death.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSPatient.deceased[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSPatient.administrativeGender",
        "path": "EHDSPatient.administrativeGender",
        "short": "Administrative gender",
        "definition": "This field must contain a recognised 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://ehds.eu/fhir/models/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSPatient.telecom",
        "path": "EHDSPatient.telecom",
        "short": "Contact information.",
        "definition": "Contact information.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSPatient.telecom",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://ehds.eu/fhir/models/StructureDefinition/EHDSTelecom"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSPatient",
        "path": "EHDSPatient",
        "short": "Patient model",
        "definition": "Model for information about a patient (subject of care)."
      },
      {
        "id": "EHDSPatient.identifier",
        "path": "EHDSPatient.identifier",
        "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://ehds.eu/fhir/models/StructureDefinition/EHDSHumanName"
          }
        ]
      },
      {
        "id": "EHDSPatient.dateOfBirth",
        "path": "EHDSPatient.dateOfBirth",
        "short": "Date of birth",
        "definition": "Date of birth",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSPatient.deceased[x]",
        "path": "EHDSPatient.deceased[x]",
        "short": "Whether the patient is deceased or date of death.",
        "definition": "Whether the patient is deceased or date of death.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSPatient.administrativeGender",
        "path": "EHDSPatient.administrativeGender",
        "short": "Administrative gender",
        "definition": "This field must contain a recognised 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://ehds.eu/fhir/models/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSPatient.telecom",
        "path": "EHDSPatient.telecom",
        "short": "Contact information.",
        "definition": "Contact information.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://ehds.eu/fhir/models/StructureDefinition/EHDSTelecom"
          }
        ]
      }
    ]
  }
}