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

FHIR IG Statistics: ValueSet/CDAEntityNamePartQualifier

Packageau.digitalhealth.cda.schema
TypeValueSet
IdCDAEntityNamePartQualifier
FHIR VersionR5
Sourcehttp://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/ValueSet-CDAEntityNamePartQualifier.html
URLhttp://hl7.org/cda/stds/core/ValueSet/CDAEntityNamePartQualifier
Version1.0.0
Statusdraft
Date2025-07-21T22:05:27+00:00
NameCDAEntityNamePartQualifier
TitleCDAEntityNamePartQualifier
Realmau
Authoritynational
DescriptionQualifies parts of names

Resources that use this resource

StructureDefinition
ENXPENXP: Entity Name Part (V3 Data Type)

Resources that this resource uses

CodeSystem
v3-EntityNamePartQualifierEntityNamePartQualifier
v3-EntityNamePartQualifierEntityNamePartQualifier

Narrative

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

Generated Narrative: ValueSet CDAEntityNamePartQualifier

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifier
    CodeDisplayDefinition
    LSLegal statusFor organizations a suffix indicating the legal status, e.g., "Inc.", "Co.", "AG", "GmbH", "B.V." "S.A.", "Ltd." etc.
    ACacademicIndicates that a prefix like "Dr." or a suffix like "M.D." or "Ph.D." is an academic title.
    NBnobilityIn Europe and Asia, there are still people with nobility titles (aristocrats). German "von" is generally a nobility title, not a mere voorvoegsel. Others are "Earl of" or "His Majesty King of..." etc. Rarely used nowadays, but some systems do keep track of this.
    PRprofessionalPrimarily in the British Imperial culture people tend to have an abbreviation of their professional organization as part of their credential suffices.
    VVvoorvoegselA Dutch "voorvoegsel" is something like "van" or "de" that might have indicated nobility in the past but no longer so. Similar prefixes exist in other languages such as Spanish, French or Portugese.
    ADadoptedThe name the person was given at the time of adoption.
    BRbirthA name that a person had shortly after being born. Usually for family names but may be used to mark given names at birth that may have changed later.
    SPspouseThe name assumed from the partner in a marital relationship (hence the "SP"). Usually the spouse's family name. Note that no inference about gender can be made from the existence of spouse names.
    CLcallmeA callme name is (usually a given name) that is preferred when a person is directly addressed.
    INinitialIndicates that a name part is just an initial. Initials do not imply a trailing period since this would not work with non-Latin scripts. Initials may consist of more than one letter, e.g., "Ph." could stand for "Philippe" or "Th." for "Thomas".
    TITLEtitleIndicates that a prefix or a suffix is a title that applies to the whole name, not just the adjacent name part.

Source

{
  "resourceType": "ValueSet",
  "id": "CDAEntityNamePartQualifier",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://ns.electronichealth.net.au/cda/ImplementationGuide/au.digitalhealth.cda.schema"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/cda/stds/core/ValueSet/CDAEntityNamePartQualifier",
  "version": "1.0.0",
  "name": "CDAEntityNamePartQualifier",
  "title": "CDAEntityNamePartQualifier",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-21T22:05:27+00:00",
  "description": "Qualifies parts of names",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifier",
        "concept": [
          {
            "code": "LS"
          },
          {
            "code": "AC"
          },
          {
            "code": "NB"
          },
          {
            "code": "PR"
          },
          {
            "code": "VV"
          },
          {
            "code": "AD"
          },
          {
            "code": "BR"
          },
          {
            "code": "SP"
          },
          {
            "code": "CL"
          },
          {
            "code": "IN"
          },
          {
            "code": "TITLE"
          }
        ]
      }
    ]
  }
}