@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/5.0/CodeSystem/contributor-summary-source> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "contributor-summary-source"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/contributor-summary-source</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\">publisher-data\n                  <a name=\"contributor-summary-source-publisher-data\"> </a>\n                </td>\n                <td>Publisher provided</td>\n                <td>Data copied by machine from publisher data.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">article-copy\n                  <a name=\"contributor-summary-source-article-copy\"> </a>\n                </td>\n                <td>Copied from article</td>\n                <td>Data copied by human from article text.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">citation-manager\n                  <a name=\"contributor-summary-source-citation-manager\"> </a>\n                </td>\n                <td>Reported by citation manager</td>\n                <td>Data copied by machine from citation manager data.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">custom\n                  <a name=\"contributor-summary-source-custom\"> </a>\n                </td>\n                <td>custom format</td>\n                <td>Custom format (may be described in text note).</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:value [
       a fhir:code ;
       fhir:v "trial-use"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 0
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r5.r4b"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "cds"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/contributor-summary-source"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "ContributorSummarySource"] ; # 
  fhir:title [ fhir:v "Contributor Summary Source"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2020-12-28T15:55:11+10: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 the producer or rule for creating the display string."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       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-source|4.3.0"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/contributor-summary-source|4.3.0>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "publisher-data" ] ;
     fhir:display [ fhir:v "Publisher provided" ] ;
     fhir:definition [ fhir:v "Data copied by machine from publisher data." ]
  ] [
     fhir:code [ fhir:v "article-copy" ] ;
     fhir:display [ fhir:v "Copied from article" ] ;
     fhir:definition [ fhir:v "Data copied by human from article text." ]
  ] [
     fhir:code [ fhir:v "citation-manager" ] ;
     fhir:display [ fhir:v "Reported by citation manager" ] ;
     fhir:definition [ fhir:v "Data copied by machine from citation manager data." ]
  ] [
     fhir:code [ fhir:v "custom" ] ;
     fhir:display [ fhir:v "custom format" ] ;
     fhir:definition [ fhir:v "Custom format (may be described in text note)." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

