FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/EHDSHumanName

Packagehl7.fhir.eu.imaging-manifest-r5
TypeStructureDefinition
IdEHDSHumanName
FHIR VersionR5
Sourcehttp://hl7.eu/fhir/imaging-manifest-r5/https://build.fhir.org/ig/hl7-eu/imaging-manifest/StructureDefinition-EHDSHumanName.html
URLhttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHumanName
Version0.1.0
Statusdraft
Date2025-03-21T08:17:12+00:00
NameEHDSHumanName
TitleHuman name model
Realmeu
Authorityhl7
DescriptionC.27 - EHDS refined base model for Human name
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHumanName
Kindlogical

Resources that use this resource

ConceptMap
EHDSHumanNameMapEHDSHumanName Mapping
EHDSHumanNameMapEHDSHumanName Mapping
StructureDefinition
EHDSHealthProfessionalHealth professional model
EHDSPatientPatient model
EHDSRelatedPersonRelated person model
EHDSPatientAnimalPatient Animal model
EHDSHealthProfessionalHealth professional model
EHDSPatientPatient 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..1CodeableConceptC.27.1 - Use
Binding Description: (preferred): hl7:NameUse
... text 0..1stringC.27.2 - Text
... family 0..*stringC.27.3 - Family
... given 0..*stringC.27.4 - Given
... prefix 0..*stringC.27.5 - Prefix
... suffix 0..*stringC.27.6 - Suffix

doco Documentation for this format

Source

{
  "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": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHumanName",
  "version": "0.1.0",
  "name": "EHDSHumanName",
  "title": "Human name 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.27 - EHDS refined base model for Human name",
  "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/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": "C.27 - 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": "C.27.1 - 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": "C.27.2 - 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": "C.27.3 - 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": "C.27.4 - 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": "C.27.5 - 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": "C.27.6 - 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": "C.27 - EHDS refined base model for Human name"
      },
      {
        "id": "EHDSHumanName.use",
        "path": "EHDSHumanName.use",
        "short": "C.27.1 - 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": "C.27.2 - 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": "C.27.3 - 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": "C.27.4 - 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": "C.27.5 - 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": "C.27.6 - 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"
          }
        ]
      }
    ]
  }
}