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

FHIR IG analytics

Packagextehr.eu.ehds.models
Resource TypeStructureDefinition
IdStructureDefinition-EHDSHumanName.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSHumanName.html
URLhttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName
Version0.2.1
Statusdraft
Date2026-02-04T19:00:50+00:00
NameEHDSHumanName
TitleHuman name model
DescriptionEHDS refined base model for Human name
Typehttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName
Kindlogical

Resources that use this resource

StructureDefinition
EHDSHealthProfessionalHealth professional model
EHDSPatientPatient model
EHDSPatientAnimalPatient Animal model
EHDSRelatedPersonRelated person model

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition EHDSHumanName

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSHumanName 0..*BaseHuman name model
Instances of this logical model can be the target of a Reference
... use 0..1CodeableConceptUse
Binding Description: (preferred): hl7:NameUse
... text 0..1stringText
... family 0..*stringFamily
... given 0..*stringGiven
... prefix 0..*stringPrefix
... suffix 0..*stringSuffix

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "EHDSHumanName",
  "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/EHDSHumanName",
  "version": "0.2.1",
  "name": "EHDSHumanName",
  "title": "Human name 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 Human name",
  "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/EHDSHumanName",
  "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": "EHDSHumanName",
        "path": "EHDSHumanName",
        "short": "Human name model",
        "definition": "EHDS refined base model for Human name",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSHumanName.use",
        "path": "EHDSHumanName.use",
        "short": "Use",
        "definition": "Identifies the purpose for this name.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSHumanName.use",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "hl7:NameUse"
        }
      },
      {
        "id": "EHDSHumanName.text",
        "path": "EHDSHumanName.text",
        "short": "Text",
        "definition": "Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSHumanName.text",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.family",
        "path": "EHDSHumanName.family",
        "short": "Family",
        "definition": "The family name/surname/last name of the patient. This field can contain more than one  element or multiple fields could be present.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHumanName.family",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.given",
        "path": "EHDSHumanName.given",
        "short": "Given",
        "definition": "The given name/first name  (also known as forename or first name).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHumanName.given",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.prefix",
        "path": "EHDSHumanName.prefix",
        "short": "Prefix",
        "definition": "Name parts that come before the name. Prefixes appear in the correct order for presenting the name.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHumanName.prefix",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.suffix",
        "path": "EHDSHumanName.suffix",
        "short": "Suffix",
        "definition": "Name parts that come after the name. Suffixes appear in the correct order for presenting the name.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHumanName.suffix",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSHumanName",
        "path": "EHDSHumanName",
        "short": "Human name model",
        "definition": "EHDS refined base model for Human name"
      },
      {
        "id": "EHDSHumanName.use",
        "path": "EHDSHumanName.use",
        "short": "Use",
        "definition": "Identifies the purpose for this name.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "hl7:NameUse"
        }
      },
      {
        "id": "EHDSHumanName.text",
        "path": "EHDSHumanName.text",
        "short": "Text",
        "definition": "Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.family",
        "path": "EHDSHumanName.family",
        "short": "Family",
        "definition": "The family name/surname/last name of the patient. This field can contain more than one  element or multiple fields could be present.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.given",
        "path": "EHDSHumanName.given",
        "short": "Given",
        "definition": "The given name/first name  (also known as forename or first name).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.prefix",
        "path": "EHDSHumanName.prefix",
        "short": "Prefix",
        "definition": "Name parts that come before the name. Prefixes appear in the correct order for presenting the name.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.suffix",
        "path": "EHDSHumanName.suffix",
        "short": "Suffix",
        "definition": "Name parts that come after the name. Suffixes appear in the correct order for presenting the name.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}