FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Code System Content Mode - TTL Representation

Page standards status: Normative Maturity Level: 5

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "codesystem-content-mode"] ; # 
  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/codesystem-content-mode</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\">not-present\n                  <a name=\"codesystem-content-mode-not-present\"> </a>\n                </td>\n                <td>Not Present</td>\n                <td>None of the concepts defined by the code system are included in the code system resource.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">example\n                  <a name=\"codesystem-content-mode-example\"> </a>\n                </td>\n                <td>Example</td>\n                <td>A subset of the valid externally defined concepts are included in the code system resource. There is no specific purpose or documented intent other than for illustrative purposes.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">fragment\n                  <a name=\"codesystem-content-mode-fragment\"> </a>\n                </td>\n                <td>Fragment</td>\n                <td>A subset of the code system concepts are included in the code system resource. This is a curated subset released for a specific purpose under the governance of the code system steward, and that the intent, bounds and consequences of the fragmentation are clearly defined in the fragment or the code system documentation. Fragments are also known as partitions.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">complete\n                  <a name=\"codesystem-content-mode-complete\"> </a>\n                </td>\n                <td>Complete</td>\n                <td>All the concepts defined by the code system are included in the code system resource.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">supplement\n                  <a name=\"codesystem-content-mode-supplement\"> </a>\n                </td>\n                <td>Supplement</td>\n                <td>The resource doesn't define any new concepts; it just provides additional designations and properties to another code system.</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 "normative"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "4.0.0"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 5     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.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 "vocab"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/codesystem-content-mode"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "CodeSystemContentMode"] ; # 
  fhir:title [ fhir:v "Code System Content Mode"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-05T09:01:24+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Terminology Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource."] ; # 
  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/codesystem-content-mode|4.0.1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/codesystem-content-mode|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "not-present" ] ;
fhir:display [ fhir:v "Not Present" ] ;
fhir:definition [ fhir:v "None of the concepts defined by the code system are included in the code system resource." ]
  ] [
fhir:code [ fhir:v "example" ] ;
fhir:display [ fhir:v "Example" ] ;
fhir:definition [ fhir:v "A subset of the valid externally defined concepts are included in the code system resource. There is no specific purpose or documented intent other than for illustrative purposes." ]
  ] [
fhir:code [ fhir:v "fragment" ] ;
fhir:display [ fhir:v "Fragment" ] ;
fhir:definition [ fhir:v "A subset of the code system concepts are included in the code system resource. This is a curated subset released for a specific purpose under the governance of the code system steward, and that the intent, bounds and consequences of the fragmentation are clearly defined in the fragment or the code system documentation. Fragments are also known as partitions." ]
  ] [
fhir:code [ fhir:v "complete" ] ;
fhir:display [ fhir:v "Complete" ] ;
fhir:definition [ fhir:v "All the concepts defined by the code system are included in the code system resource." ]
  ] [
fhir:code [ fhir:v "supplement" ] ;
fhir:display [ fhir:v "Supplement" ] ;
fhir:definition [ fhir:v "The resource doesn't define any new concepts; it just provides additional designations and properties to another code system." ]
  ] ) . #