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

FHIR IG Statistics: StructureDefinition/HumanName.StructureDefinition

PackageEu.Dedalus.D4Solutions.COVID-19
Resource TypeStructureDefinition
IdHumanName.StructureDefinition
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=Eu.Dedalus.D4Solutions.COVID-19@1.0.2&canonical=http://apiframework.dedalus.eu/fhir/StructureDefinition/HumanName
URLhttp://apiframework.dedalus.eu/fhir/StructureDefinition/HumanName
Statusactive
NameHumanName
TitleAPI Framework HumanName
DescriptionAPI Framework Core Profile for HumanName
TypeHumanName
Kindcomplex-type

Resources that use this resource

StructureDefinition
PatientAPI Framework Patient
RelatedPersonRelatedPerson

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://apiframework.dedalus.eu/fhir/StructureDefinition/HumanName",
  "name": "HumanName",
  "title": "API Framework HumanName",
  "status": "active",
  "experimental": false,
  "description": "API Framework Core Profile for HumanName",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "HumanName",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HumanName",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HumanName",
        "path": "HumanName",
        "short": "Name of a human - parts and usage",
        "definition": "A human's name with the ability to identify parts and usage.",
        "comment": "Names may be changed, or repudiated, or people may have different names in different contexts. Names may be divided into parts of different type that have variable significance depending on context, though the division into parts does not always matter. With personal names, the different parts may or may not be imbued with some implicit meaning; various cultures associate different importance with the name parts and the degree to which systems must care about name parts around the world varies widely.",
        "base": {
          "path": "Element",
          "min": 0,
          "max": "*"
        },
        "mapping": [
          {
            "identity": "v2",
            "map": "XPN"
          },
          {
            "identity": "rim",
            "map": "EN (actually, PN)"
          },
          {
            "identity": "servd",
            "map": "ProviderName"
          }
        ]
      },
      {
        "id": "HumanName.use",
        "path": "HumanName.use",
        "mustSupport": true
      },
      {
        "id": "HumanName.family",
        "path": "HumanName.family",
        "mustSupport": true
      },
      {
        "id": "HumanName.given",
        "path": "HumanName.given",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "HumanName.prefix",
        "path": "HumanName.prefix",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "HumanName.suffix",
        "path": "HumanName.suffix",
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}