@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CDAEntityNameUse"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

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)
" ] ; # fhir:url [ fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDAEntityNameUse"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "CDAEntityNameUse"] ; # fhir:title [ fhir:v "CDAEntityNameUse"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-08-29T09:46:41+10:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "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"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-EntityNameUse"^^xsd:anyURI ] ; fhir:version [ fhir:v "2.1.0" ] ; fhir:concept ( [ fhir:code [ fhir:v "C" ] ] [ fhir:code [ fhir:v "L" ] ] [ fhir:code [ fhir:v "I" ] ] [ fhir:code [ fhir:v "P" ] ] [ fhir:code [ fhir:v "A" ] ] [ fhir:code [ fhir:v "R" ] ] [ fhir:code [ fhir:v "SRCH" ] ] [ fhir:code [ fhir:v "PHON" ] ] [ fhir:code [ fhir:v "SNDX" ] ] [ fhir:code [ fhir:v "ASGN" ] ] [ fhir:code [ fhir:v "ABC" ] ] [ fhir:code [ fhir:v "SYL" ] ] [ fhir:code [ fhir:v "IDE" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------