Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Example CodeSystem/name-use (Turtle)

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemNameUse

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "name-use"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-09-10T04:52:37.223+10:00" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "fhir" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "normative" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version" ];
     fhir:Extension.value [ fhir:value "4.0.0" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "5" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/name-use"];
  fhir:CanonicalResource.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.66" ]
  ];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
  fhir:CanonicalResource.name [ fhir:value "NameUse"];
  fhir:CanonicalResource.title [ fhir:value "NameUse"];
  fhir:CanonicalResource.status [ fhir:value "active"];
  fhir:CanonicalResource.experimental [ fhir:value "false"];
  fhir:CanonicalResource.date [ fhir:value "2022-09-10T04:52:37+10:00"];
  fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CanonicalResource.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CanonicalResource.description [ fhir:value "The use of a human name."];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/name-use"];
  fhir:CodeSystem.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.66" ]
  ];
  fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
  fhir:CodeSystem.name [ fhir:value "NameUse"];
  fhir:CodeSystem.title [ fhir:value "NameUse"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2022-09-10T04:52:37+10:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "The use of a human name."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/name-use"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:ConceptDefinitionComponent.code [ fhir:value "usual" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Usual" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Known as/conventional/the one you normally use." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "official" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Official" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The formal name as registered in an official (government) registry, but which name might not be commonly used. May be called \"legal name\"." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "temp" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Temp" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "A temporary name. Name.period can provide more detailed information. This may also be used for temporary names assigned at birth or in emergency situations." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "nickname" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Nickname" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "A name that is used to address the person in an informal manner, but is not part of their formal or usual name." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "anonymous" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Anonymous" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Anonymous assigned name, alias, or pseudonym (used to protect a person's identity for privacy reasons)." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "old" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Old" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "This name is no longer in use (or was never correct, but retained for records)." ];
     fhir:ConceptDefinitionComponent.concept [
       fhir:ConceptDefinitionComponent.code [ fhir:value "maiden" ];
       fhir:ConceptDefinitionComponent.display [ fhir:value "Name changed for Marriage" ];
       fhir:ConceptDefinitionComponent.definition [ fhir:value "A name used prior to changing name because of marriage. This name use is for use by applications that collect and store names that were used prior to a marriage. Marriage naming customs vary greatly around the world, and are constantly changing. This term is not gender specific. The use of this term does not imply any particular history for a person's name." ]
     ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.