@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/contributor-summary-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "contributor-summary-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/contributor-summary-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\">author-string\n                  <a name=\"contributor-summary-type-author-string\"> </a>\n                </td>\n                <td>Author string</td>\n                <td>Display of the author list as a complete string.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">contributorship-list\n                  <a name=\"contributor-summary-type-contributorship-list\"> </a>\n                </td>\n                <td>Contributorship list</td>\n                <td>Display of the list of contributors as a complete string.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">contributorship-statement\n                  <a name=\"contributor-summary-type-contributorship-statement\"> </a>\n                </td>\n                <td>Contributorship statement</td>\n                <td>Compiled summary of contributions.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">acknowledgement-list\n                  <a name=\"contributor-summary-type-acknowledgement-list\"> </a>\n                </td>\n                <td>Acknowledgment list</td>\n                <td>Display of the list of acknowledged parties as a complete string.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">acknowledgment-statement\n                  <a name=\"contributor-summary-type-acknowledgment-statement\"> </a>\n                </td>\n                <td>Acknowledgment statement</td>\n                <td>Statement of acknowledgment of contributions beyond those compiled for formal contributorship statements.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">funding-statement\n                  <a name=\"contributor-summary-type-funding-statement\"> </a>\n                </td>\n                <td>Funding statement</td>\n                <td>Statement of financial support for the creation of the cited artifact.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">competing-interests-statement\n                  <a name=\"contributor-summary-type-competing-interests-statement\"> </a>\n                </td>\n                <td>Competing interests statement</td>\n                <td>Statement of completing interests related to the creation of the cited artifact. Also called conflicts of interest or declaration of interests.</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/contributor-summary-type"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/contributor-summary-type>
  ] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "ContributorSummaryType"] ; # 
  fhir:title [ fhir:v "Contributor Summary 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 code author list statement, contributorship statement, and such."] ; # 
  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/contributor-summary-type"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/contributor-summary-type>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "author-string" ] ;
     fhir:display [ fhir:v "Author string" ] ;
     fhir:definition [ fhir:v "Display of the author list as a complete string." ]
  ] [
     fhir:code [ fhir:v "contributorship-list" ] ;
     fhir:display [ fhir:v "Contributorship list" ] ;
     fhir:definition [ fhir:v "Display of the list of contributors as a complete string." ]
  ] [
     fhir:code [ fhir:v "contributorship-statement" ] ;
     fhir:display [ fhir:v "Contributorship statement" ] ;
     fhir:definition [ fhir:v "Compiled summary of contributions." ]
  ] [
     fhir:code [ fhir:v "acknowledgement-list" ] ;
     fhir:display [ fhir:v "Acknowledgment list" ] ;
     fhir:definition [ fhir:v "Display of the list of acknowledged parties as a complete string." ]
  ] [
     fhir:code [ fhir:v "acknowledgment-statement" ] ;
     fhir:display [ fhir:v "Acknowledgment statement" ] ;
     fhir:definition [ fhir:v "Statement of acknowledgment of contributions beyond those compiled for formal contributorship statements." ]
  ] [
     fhir:code [ fhir:v "funding-statement" ] ;
     fhir:display [ fhir:v "Funding statement" ] ;
     fhir:definition [ fhir:v "Statement of financial support for the creation of the cited artifact." ]
  ] [
     fhir:code [ fhir:v "competing-interests-statement" ] ;
     fhir:display [ fhir:v "Competing interests statement" ] ;
     fhir:definition [ fhir:v "Statement of completing interests related to the creation of the cited artifact. Also called conflicts of interest or declaration of interests." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

