@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/xver/CodeSystem/title-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "title-type"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/title-type</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">primary\n                  <a name=\"title-type-primary\"> </a>\n                </td>\n                <td>Primary title</td>\n                <td>Main title for common use. The primary title used for representation if multiple titles exist.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">official\n                  <a name=\"title-type-official\"> </a>\n                </td>\n                <td>Official title</td>\n                <td>The official or authoritative title.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">scientific\n                  <a name=\"title-type-scientific\"> </a>\n                </td>\n                <td>Scientific title</td>\n                <td>Title using scientific terminology.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">plain-language\n                  <a name=\"title-type-plain-language\"> </a>\n                </td>\n                <td>Plain language title</td>\n                <td>Title using language common to lay public discourse.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">subtitle\n                  <a name=\"title-type-subtitle\"> </a>\n                </td>\n                <td>Subtitle</td>\n                <td>Subtitle or secondary title.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">short-title\n                  <a name=\"title-type-short-title\"> </a>\n                </td>\n                <td>Short title</td>\n                <td>Brief title (e.g. 'running title' or title used in page headers)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">acronym\n                  <a name=\"title-type-acronym\"> </a>\n                </td>\n                <td>Acronym</td>\n                <td>Abbreviation used as title</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">earlier-title\n                  <a name=\"title-type-earlier-title\"> </a>\n                </td>\n                <td>Different text in an earlier version</td>\n                <td>Alternative form of title in an earlier version such as epub ahead of print.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">language\n                  <a name=\"title-type-language\"> </a>\n                </td>\n                <td>Different language</td>\n                <td>Additional form of title in a different language.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">autotranslated\n                  <a name=\"title-type-autotranslated\"> </a>\n                </td>\n                <td>Different language derived from autotranslation</td>\n                <td>Machine translated form of title in a different language, language element codes the language into which it was translated by machine.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">human-use\n                  <a name=\"title-type-human-use\"> </a>\n                </td>\n                <td>Human use</td>\n                <td>Human-friendly title</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">machine-use\n                  <a name=\"title-type-machine-use\"> </a>\n                </td>\n                <td>Machine use</td>\n                <td>Machine-friendly title</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">duplicate-uid\n                  <a name=\"title-type-duplicate-uid\"> </a>\n                </td>\n                <td>Different text for the same object with a different identifier</td>\n                <td>An alternative form of the title in two or more entries, e.g. in multiple medline entries</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "trial-use"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 0
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "packageId"^^xsd:anyURI ;
         fhir:l fhir:packageId
       ] ;
       fhir:value [
         a fhir:Id ;
         fhir:v "hl7.fhir.uv.xver-r5.r4"
       ]
     ] [
       fhir:url [
         fhir:v "version"^^xsd:anyURI ;
         fhir:l fhir:version
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "0.1.0"
       ]
     ] [
       fhir:url [
         fhir:v "uri"^^xsd:anyURI ;
         fhir:l fhir:uri
       ] ;
       fhir:value [
         a fhir:Uri ;
         fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4>
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/package-source>
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "cds"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/title-type"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/title-type>
  ] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "TitleType"] ; # 
  fhir:title [ fhir:v "Title Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2020-12-27T23:55:11-06:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Clinical Decision Support" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Used to express the reason and specific aspect for the variant title, such as language and specific language."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/title-type"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/title-type>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "primary" ] ;
     fhir:display [ fhir:v "Primary title" ] ;
     fhir:definition [ fhir:v "Main title for common use. The primary title used for representation if multiple titles exist." ]
  ] [
     fhir:code [ fhir:v "official" ] ;
     fhir:display [ fhir:v "Official title" ] ;
     fhir:definition [ fhir:v "The official or authoritative title." ]
  ] [
     fhir:code [ fhir:v "scientific" ] ;
     fhir:display [ fhir:v "Scientific title" ] ;
     fhir:definition [ fhir:v "Title using scientific terminology." ]
  ] [
     fhir:code [ fhir:v "plain-language" ] ;
     fhir:display [ fhir:v "Plain language title" ] ;
     fhir:definition [ fhir:v "Title using language common to lay public discourse." ]
  ] [
     fhir:code [ fhir:v "subtitle" ] ;
     fhir:display [ fhir:v "Subtitle" ] ;
     fhir:definition [ fhir:v "Subtitle or secondary title." ]
  ] [
     fhir:code [ fhir:v "short-title" ] ;
     fhir:display [ fhir:v "Short title" ] ;
     fhir:definition [ fhir:v "Brief title (e.g. 'running title' or title used in page headers)" ]
  ] [
     fhir:code [ fhir:v "acronym" ] ;
     fhir:display [ fhir:v "Acronym" ] ;
     fhir:definition [ fhir:v "Abbreviation used as title" ]
  ] [
     fhir:code [ fhir:v "earlier-title" ] ;
     fhir:display [ fhir:v "Different text in an earlier version" ] ;
     fhir:definition [ fhir:v "Alternative form of title in an earlier version such as epub ahead of print." ]
  ] [
     fhir:code [ fhir:v "language" ] ;
     fhir:display [ fhir:v "Different language" ] ;
     fhir:definition [ fhir:v "Additional form of title in a different language." ]
  ] [
     fhir:code [ fhir:v "autotranslated" ] ;
     fhir:display [ fhir:v "Different language derived from autotranslation" ] ;
     fhir:definition [ fhir:v "Machine translated form of title in a different language, language element codes the language into which it was translated by machine." ]
  ] [
     fhir:code [ fhir:v "human-use" ] ;
     fhir:display [ fhir:v "Human use" ] ;
     fhir:definition [ fhir:v "Human-friendly title" ]
  ] [
     fhir:code [ fhir:v "machine-use" ] ;
     fhir:display [ fhir:v "Machine use" ] ;
     fhir:definition [ fhir:v "Machine-friendly title" ]
  ] [
     fhir:code [ fhir:v "duplicate-uid" ] ;
     fhir:display [ fhir:v "Different text for the same object with a different identifier" ] ;
     fhir:definition [ fhir:v "An alternative form of the title in two or more entries, e.g. in multiple medline entries" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

