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

: Capability Statement Kind - 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 "capability-statement-kind"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n      \n      \n            <p>This code system http://hl7.org/fhir/capability-statement-kind defines the following codes:</p>\n      \n      \n      \n      \n            <table class=\"codes\">\n        \n        \n        \n        \n              <tr>\n          \n          \n          \n          \n                <td style=\"white-space:nowrap\">\n            \n            \n            \n            \n                  <b>Code</b>\n          \n          \n          \n          \n                </td>\n          \n          \n          \n          \n                <td>\n            \n            \n            \n            \n                  <b>Display</b>\n          \n          \n          \n          \n                </td>\n          \n          \n          \n          \n                <td>\n            \n            \n            \n            \n                  <b>Definition</b>\n          \n          \n          \n          \n                </td>\n          \n          \n          \n          \n                <td>\n            \n            \n            \n            \n                  <b>Comments</b>\n          \n          \n          \n          \n                </td>\n        \n        \n        \n        \n              </tr>\n        \n        \n        \n        \n              <tr>\n          \n          \n          \n          \n                <td style=\"white-space:nowrap\">instance\n            \n            \n            \n            \n                  <a name=\"capability-statement-kind-instance\"> </a>\n          \n          \n          \n          \n                </td>\n          \n          \n          \n          \n                <td>Instance</td>\n          \n          \n          \n          \n                <td>The CapabilityStatement instance represents the present capabilities of a specific system instance.  This is the kind returned by /metadata for a FHIR server end-point.</td>\n          \n          \n          \n          \n                <td/>\n        \n        \n        \n        \n              </tr>\n        \n        \n        \n        \n              <tr>\n          \n          \n          \n          \n                <td style=\"white-space:nowrap\">capability\n            \n            \n            \n            \n                  <a name=\"capability-statement-kind-capability\"> </a>\n          \n          \n          \n          \n                </td>\n          \n          \n          \n          \n                <td>Capability</td>\n          \n          \n          \n          \n                <td>The CapabilityStatement instance represents the capabilities of a system or piece of software, independent of a particular installation.</td>\n          \n          \n          \n          \n                <td>Elements marked as 'optional' represent configurable capabilities</td>\n        \n        \n        \n        \n              </tr>\n        \n        \n        \n        \n              <tr>\n          \n          \n          \n          \n                <td style=\"white-space:nowrap\">requirements\n            \n            \n            \n            \n                  <a name=\"capability-statement-kind-requirements\"> </a>\n          \n          \n          \n          \n                </td>\n          \n          \n          \n          \n                <td>Requirements</td>\n          \n          \n          \n          \n                <td>The CapabilityStatement instance represents a set of requirements for other systems to meet; e.g. as part of an implementation guide or 'request for proposal'.</td>\n          \n          \n          \n          \n                <td/>\n        \n        \n        \n        \n              </tr>\n      \n      \n      \n      \n            </table>\n    \n    \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 "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 "fhir"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/capability-statement-kind"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "CapabilityStatementKind"] ; # 
  fhir:title [ fhir:v "Capability Statement Kind"] ; # 
  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 "FHIR Infrastructure"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "How a capability statement is intended to be used."] ; # 
  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/capability-statement-kind|4.0.1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/capability-statement-kind|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "instance" ] ;
fhir:display [ fhir:v "Instance" ] ;
fhir:definition [ fhir:v "The CapabilityStatement instance represents the present capabilities of a specific system instance.  This is the kind returned by /metadata for a FHIR server end-point." ]
  ] [
fhir:code [ fhir:v "capability" ] ;
fhir:display [ fhir:v "Capability" ] ;
fhir:definition [ fhir:v "The CapabilityStatement instance represents the capabilities of a system or piece of software, independent of a particular installation." ]
  ] [
fhir:code [ fhir:v "requirements" ] ;
fhir:display [ fhir:v "Requirements" ] ;
fhir:definition [ fhir:v "The CapabilityStatement instance represents a set of requirements for other systems to meet; e.g. as part of an implementation guide or 'request for proposal'." ]
  ] ) . #