@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/4.3/CodeSystem/cited-medium> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cited-medium"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n            <p>This code system http://terminology.hl7.org/CodeSystem/cited-medium defines the following codes:</p>\n      \n      \n            <table class=\"codes\">\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">\n            \n            \n                  <b>Code</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Display</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Definition</b>\n          \n          \n                </td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">internet\n            \n            \n                  <a name=\"cited-medium-internet\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Internet</td>\n          \n          \n                <td>Online publication in a periodic release. Used to match NLM JournalIssue CitedMedium code for online version.</td>\n        \n        \n              </tr>\n\n\n\n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">print\n            \n            \n                  <a name=\"cited-medium-print\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Print</td>\n          \n          \n                <td>Print publication in a periodic release. Used to match NLM JournalIssue CitedMedium code for print version.</td>\n        \n        \n              </tr>\n\n\n\n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">offline-digital-storage\n            \n            \n                  <a name=\"cited-medium-offline-digital-storage\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Offline Digital Storage</td>\n          \n          \n                <td>Publication in a physical device for electronic data storage, organized in issues for periodic release.</td>\n        \n        \n              </tr>\n\n\n\n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">internet-without-issue\n            \n            \n                  <a name=\"cited-medium-internet-without-issue\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Internet without issue</td>\n          \n          \n                <td>Online publication without any periodic release. Used for article specific publication date which could be the same as or different from journal issue publication date.</td>\n        \n        \n              </tr>\n\n\n\n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">print-without-issue\n            \n            \n                  <a name=\"cited-medium-print-without-issue\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Print without issue</td>\n          \n          \n                <td>Print publication without any periodic release.</td>\n        \n        \n              </tr>\n\n\n\n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">offline-digital-storage-without-issue\n            \n            \n                  <a name=\"cited-medium-offline-digital-storage-without-issue\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Offline Digital Storage without issue</td>\n          \n          \n                <td>Publication in a physical device for electronic data storage, without any periodic release.</td>\n        \n        \n              </tr>\n\n      \n            </table>\n    \n    \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-r4b.r4"
       ]
     ] [
       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://terminology.hl7.org/CodeSystem/cited-medium"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "CitedMedium"] ; # 
  fhir:title [ fhir:v "CitedMedium"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  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 "NLM codes Internet or Print."] ; # 
  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/cited-medium"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/cited-medium>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "internet" ] ;
     fhir:display [ fhir:v "Internet" ] ;
     fhir:definition [ fhir:v "Online publication in a periodic release. Used to match NLM JournalIssue CitedMedium code for online version." ]
  ] [
     fhir:code [ fhir:v "print" ] ;
     fhir:display [ fhir:v "Print" ] ;
     fhir:definition [ fhir:v "Print publication in a periodic release. Used to match NLM JournalIssue CitedMedium code for print version." ]
  ] [
     fhir:code [ fhir:v "offline-digital-storage" ] ;
     fhir:display [ fhir:v "Offline Digital Storage" ] ;
     fhir:definition [ fhir:v "Publication in a physical device for electronic data storage, organized in issues for periodic release." ]
  ] [
     fhir:code [ fhir:v "internet-without-issue" ] ;
     fhir:display [ fhir:v "Internet without issue" ] ;
     fhir:definition [ fhir:v "Online publication without any periodic release. Used for article specific publication date which could be the same as or different from journal issue publication date." ]
  ] [
     fhir:code [ fhir:v "print-without-issue" ] ;
     fhir:display [ fhir:v "Print without issue" ] ;
     fhir:definition [ fhir:v "Print publication without any periodic release." ]
  ] [
     fhir:code [ fhir:v "offline-digital-storage-without-issue" ] ;
     fhir:display [ fhir:v "Offline Digital Storage without issue" ] ;
     fhir:definition [ fhir:v "Publication in a physical device for electronic data storage, without any periodic release." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

