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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-v3-EntityNameUseR2.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem v3-EntityNameUseR2

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Not SelectablenotSelectablehttp://hl7.org/fhir/concept-properties#notSelectablebooleanIndicates that the code is abstract - only intended to be used as a selector for other concepts

Concepts

This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-EntityNameUseR2 defines the following codes in a Is-A hierarchy:

LvlCodeDisplayDefinitionNot Selectable
1Assumed AssumedDescription:A name that a person has assumed or has been assumed to them.true
2  A business nameDescription:A name used in a Professional or Business context . Examples: Continuing to use a maiden name in a professional context, or using a stage performing name (some of these names are also pseudonyms)
2  ANON AnonymousDescription:Anonymous assigned name (used to protect a persons identity for privacy reasons)
2  I Indigenous/TribalDescription:e.g . Chief Red Cloud
2  P Other/Pseudonym/AliasDescription:A non-official name by which the person is sometimes known. (This may also be used to record informal names such as a nickname)
2  R religiousDescription:A name assumed as part of a religious vocation . e.g . Sister Mary Francis, Brother John
1C customaryDescription:Known as/conventional/the one you normally use
1M maiden nameDescription:A name used prior to marriage.Note that marriage naming customs vary greatly around the world. This name use is for use by applications that collect and store maiden names. Though the concept of maiden name is often gender specific, the use of this term is not gender specific. The use of this term does not imply any particular history for a person's name, nor should the maiden name be determined algorithmically
1NameRepresentationUse NameRepresentationUseDescription:Identifies the different representations of a name . The representation may affect how the name is used . (E.g . use of Ideographic for formal communications.)true
2  ABC alphabeticDescription:Alphabetic transcription of name in latin alphabet (Japanese: romaji)
2  IDE ideographicDescription:Ideographic representation of name (e.g., Japanese kanji, Chinese characters)
2  SYL syllabicDescription:Syllabic transcription of name (e.g., Japanese kana, Korean hangul)
1OLD no longer in useDescription:This name is no longer in use (note: Names may also carry valid time ranges . This code is used to cover the situations where it is known that the name is no longer valid, but no particular time range for its use is known)
2  DN do not useDescription:This name should no longer be used when interacting with the person (i.e . in addition to no longer being used, the name should not be even mentioned when interacting with the person)Note: applications are not required to compare names labeled "Do Not Use" and other names in order to eliminate name parts that are common between the other name and a name labeled "Do Not Use".
1OR official registry nameDescription:The formal name as registered in an official (government) registry, but which name might not be commonly used . May correspond to the concept of legal name
1PHON phoneticDescription:The name as understood by the data enterer, i.e. a close approximation of a phonetic spelling of the name, not based on a phonetic algorithm.
1SRCH searchDescription:A name intended for use in searching or matching. This is used when the name is incomplete and contains enough details for search matching, but not enough for other uses.
1T temporaryDescription:A temporary name. Note that a name valid time can provide more detailed information. This may also be used for temporary names assigned at birth or in emergency situations.

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-EntityNameUseR2",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "external"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/v3-EntityNameUseR2",
  "version": "2018-08-12",
  "name": "v3.EntityNameUseR2",
  "title": "v3 Code System EntityNameUseR2",
  "status": "active",
  "experimental": false,
  "date": "2018-08-12T00:00:00+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Description:\r\nA set of codes advising a system or user which name in a set of names to select for a given purpose.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityNameUseR2|3.0.0",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "notSelectable",
      "uri": "http://hl7.org/fhir/concept-properties#notSelectable",
      "description": "Indicates that the code is abstract - only intended to be used as a selector for other concepts",
      "type": "boolean"
    }
  ],
  "concept": [
    {
      "code": "Assumed",
      "display": "Assumed",
      "definition": "Description:A name that a person has assumed or has been assumed to them.",
      "property": [
        {
          "code": "notSelectable",
          "valueBoolean": true
        }
      ],
      "concept": [
        {
          "code": "A",
          "display": "business name",
          "definition": "Description:A name used in a Professional or Business context .  Examples: Continuing to use a maiden name in a professional context, or using a stage performing name (some of these names are also pseudonyms)"
        },
        {
          "code": "ANON",
          "display": "Anonymous",
          "definition": "Description:Anonymous assigned name (used to protect a persons identity for privacy reasons)"
        },
        {
          "code": "I",
          "display": "Indigenous/Tribal",
          "definition": "Description:e.g .  Chief Red Cloud"
        },
        {
          "code": "P",
          "display": "Other/Pseudonym/Alias",
          "definition": "Description:A non-official name by which the person is sometimes known.  (This may also be used to record informal names such as a nickname)"
        },
        {
          "code": "R",
          "display": "religious",
          "definition": "Description:A name assumed as part of a religious vocation .  e.g .  Sister Mary Francis, Brother John"
        }
      ]
    },
    {
      "code": "C",
      "display": "customary",
      "definition": "Description:Known as/conventional/the one you normally use"
    },
    {
      "code": "M",
      "display": "maiden name",
      "definition": "Description:A name used prior to marriage.Note that marriage naming customs vary greatly around the world.  This name use is for use by applications that collect and store maiden names.  Though the concept of maiden name is often gender specific, the use of this term is not gender specific.  The use of this term does not imply any particular history for a person's name, nor should the maiden name be determined algorithmically"
    },
    {
      "code": "NameRepresentationUse",
      "display": "NameRepresentationUse",
      "definition": "Description:Identifies the different representations of a name .  The representation may affect how the name is used .  (E.g .  use of Ideographic for formal communications.)",
      "property": [
        {
          "code": "notSelectable",
          "valueBoolean": true
        }
      ],
      "concept": [
        {
          "code": "ABC",
          "display": "alphabetic",
          "definition": "Description:Alphabetic transcription of name in latin alphabet (Japanese: romaji)"
        },
        {
          "code": "IDE",
          "display": "ideographic",
          "definition": "Description:Ideographic representation of name (e.g., Japanese kanji, Chinese characters)"
        },
        {
          "code": "SYL",
          "display": "syllabic",
          "definition": "Description:Syllabic transcription of name (e.g., Japanese kana, Korean hangul)"
        }
      ]
    },
    {
      "code": "OLD",
      "display": "no longer in use",
      "definition": "Description:This name is no longer in use (note: Names may also carry valid time ranges .  This code is used to cover the situations where it is known that the name is no longer valid, but no particular time range for its use is known)",
      "concept": [
        {
          "code": "DN",
          "display": "do not use",
          "definition": "Description:This name should no longer be used when interacting with the person (i.e .  in addition to no longer being used, the name should not be even mentioned when interacting with the person)Note: applications are not required to compare names labeled \"Do Not Use\" and other names in order to eliminate name parts that are common between the other name and a name labeled \"Do Not Use\"."
        }
      ]
    },
    {
      "code": "OR",
      "display": "official registry name",
      "definition": "Description:The formal name as registered in an official (government) registry, but which name might not be commonly used .  May correspond to the concept of legal name"
    },
    {
      "code": "PHON",
      "display": "phonetic",
      "definition": "Description:The name as understood by the data enterer, i.e. a close approximation of a phonetic spelling of the name, not based on a phonetic algorithm."
    },
    {
      "code": "SRCH",
      "display": "search",
      "definition": "Description:A name intended for use in searching or matching.  This is used when the name is incomplete and contains enough details for search matching, but not enough for other uses."
    },
    {
      "code": "T",
      "display": "temporary",
      "definition": "Description:A temporary name.  Note that a name valid time can provide more detailed information.  This may also be used for temporary names assigned at birth or in emergency situations."
    }
  ]
}