Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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

Codesystem-title-type.json

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemTitleType

{
  "resourceType" : "CodeSystem",
  "id" : "title-type",
  "meta" : {
    "lastUpdated" : "2022-05-28T13:47:40.239+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cds"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/title-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.1492"
  }],
  "version" : "4.3.0",
  "name" : "TitleType",
  "title" : "TitleType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-12-28T16:55:11+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "Used to express the reason and specific aspect for the variant title, such as language and specific language.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/title-type",
  "content" : "complete",
  "concept" : [{
    "code" : "primary",
    "display" : "Primary title",
    "definition" : "Main title for common use. The primary title used for representation if multiple titles exist."
  },
  {
    "code" : "official",
    "display" : "Official title",
    "definition" : "The official or authoritative title."
  },
  {
    "code" : "scientific",
    "display" : "Scientific title",
    "definition" : "Title using scientific terminology."
  },
  {
    "code" : "plain-language",
    "display" : "Plain language title",
    "definition" : "Title using language common to lay public discourse."
  },
  {
    "code" : "subtitle",
    "display" : "Subtitle",
    "definition" : "Subtitle or secondary title."
  },
  {
    "code" : "short-title",
    "display" : "Short title",
    "definition" : "Brief title (e.g. 'running title' or title used in page headers)"
  },
  {
    "code" : "acronym",
    "display" : "Acronym",
    "definition" : "Abbreviation used as title"
  },
  {
    "code" : "earlier-title",
    "display" : "Different text in an earlier version",
    "definition" : "Alternative form of title in an earlier version such as epub ahead of print."
  },
  {
    "code" : "language",
    "display" : "Different language",
    "definition" : "Additional form of title in a different language."
  },
  {
    "code" : "autotranslated",
    "display" : "Different language derived from autotranslation",
    "definition" : "Machine translated form of title in a different language, language element codes the language into which it was translated by machine."
  },
  {
    "code" : "human-use",
    "display" : "Human use",
    "definition" : "Human-friendly title"
  },
  {
    "code" : "machine-use",
    "display" : "Machine use",
    "definition" : "Machine-friendly title"
  },
  {
    "code" : "duplicate-uid",
    "display" : "Different text for the same object with a different identifier",
    "definition" : "An alternative form of the title in two or more entries, e.g. in multiple medline entries"
  }]
}

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.