Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). 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

Example CodeSystem/title-type (Turtle)

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

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

Definition for Code SystemTitleType

@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 "title-type"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-09-07T10:58:29.429+10:00" ];
     fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
  ];
  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 "cds" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "0" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://terminology.hl7.org/CodeSystem/title-type"];
  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.1875" ]
  ];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
  fhir:CanonicalResource.name [ fhir:value "TitleType"];
  fhir:CanonicalResource.title [ fhir:value "TitleType"];
  fhir:CanonicalResource.status [ fhir:value "draft"];
  fhir:CanonicalResource.experimental [ fhir:value "false"];
  fhir:CanonicalResource.date [ fhir:value "2020-12-28T16:55:11+11: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 "Used to express the reason and specific aspect for the variant title, such as language and specific language."];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/title-type"];
  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.1875" ]
  ];
  fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
  fhir:CodeSystem.name [ fhir:value "TitleType"];
  fhir:CodeSystem.title [ fhir:value "TitleType"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2020-12-28T16:55:11+11: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 "Used to express the reason and specific aspect for the variant title, such as language and specific language."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/title-type"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:ConceptDefinitionComponent.code [ fhir:value "primary" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Primary title" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Main title for common use. The primary title used for representation if multiple titles exist." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "official" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Official title" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The official or authoritative title." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "scientific" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Scientific title" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Title using scientific terminology." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "plain-language" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Plain language title" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Title using language common to lay public discourse." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "subtitle" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Subtitle" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Subtitle or secondary title." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "short-title" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Short title" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Brief title (e.g. 'running title' or title used in page headers)" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "acronym" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Acronym" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Abbreviation used as title" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "earlier-title" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Different text in an earlier version" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Alternative form of title in an earlier version such as epub ahead of print." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "language" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Different language" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Additional form of title in a different language." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "autotranslated" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Different language derived from autotranslation" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Machine translated form of title in a different language, language element codes the language into which it was translated by machine." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "human-use" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Human use" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Human-friendly title" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "machine-use" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Machine use" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "Machine-friendly title" ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "duplicate-uid" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Different text for the same object with a different identifier" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "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.