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

FHIR IG Statistics: ValueSet/CDAEntityNameUse

Packageau.digitalhealth.cda.schema
TypeValueSet
IdCDAEntityNameUse
FHIR VersionR5
Sourcehttp://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/ValueSet-CDAEntityNameUse.html
URLhttp://hl7.org/cda/stds/core/ValueSet/CDAEntityNameUse
Version1.0.0
Statusdraft
Date2025-07-21T22:05:27+00:00
NameCDAEntityNameUse
TitleCDAEntityNameUse
Realmau
Authoritynational
DescriptionA set of codes advising a system or user which name in a set of names to select for a given purpose - limited to values allowed in original CDA definition

Resources that use this resource

StructureDefinition
ENEN: EntityName (V3 Data Type)
TNTN: TrivialName (V3 Data Type)

Resources that this resource uses

CodeSystem
v3-EntityNameUseEntityNameUse
v3-EntityNameUseEntityNameUse

Narrative

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

Generated Narrative: ValueSet CDAEntityNameUse

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-EntityNameUse version 2.1.0
    CodeDisplayDefinition
    CLicenseAs recorded on a license, record, certificate, etc. (only if different from legal name)
    LLegalKnown as/conventional/the one you use
    IIndigenous/Tribale.g. Chief Red Cloud
    PpseudonymA self asserted name that the person is using or has used.
    AArtist/StageIncludes writer's pseudonym, stage name, etc
    RReligiouse.g. Sister Mary Francis, Brother John
    SRCHsearchA name intended for use in searching or matching.
    PHONphoneticA name spelled phonetically.

    There are a variety of phonetic spelling algorithms. This code value does not distinguish between these.*Discussion:*
    SNDXSoundexA name spelled according to the SoundEx algorithm.
    ASGNassignedA name assigned to a person. Reasons some organizations assign alternate names may include not knowing the person's name, or to maintain anonymity. Some, but not necessarily all, of the name types that people call "alias" may fit into this category.
    ABCAlphabeticAlphabetic transcription of name (Japanese: romaji)
    SYLSyllabicSyllabic transcription of name (e.g., Japanese kana, Korean hangul)
    IDEIdeographicIdeographic representation of name (e.g., Japanese kanji, Chinese characters)

Source

{
  "resourceType": "ValueSet",
  "id": "CDAEntityNameUse",
  "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/CDAEntityNameUse",
  "version": "1.0.0",
  "name": "CDAEntityNameUse",
  "title": "CDAEntityNameUse",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-21T22:05:27+00:00",
  "description": "A set of codes advising a system or user which name in a set of names to select for a given purpose - limited to values allowed in original CDA definition",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-EntityNameUse",
        "version": "2.1.0",
        "concept": [
          {
            "code": "C"
          },
          {
            "code": "L"
          },
          {
            "code": "I"
          },
          {
            "code": "P"
          },
          {
            "code": "A"
          },
          {
            "code": "R"
          },
          {
            "code": "SRCH"
          },
          {
            "code": "PHON"
          },
          {
            "code": "SNDX"
          },
          {
            "code": "ASGN"
          },
          {
            "code": "ABC"
          },
          {
            "code": "SYL"
          },
          {
            "code": "IDE"
          }
        ]
      }
    ]
  }
}