FHIR Terminology Ecosystem IG
1.7.6 - Release International flag

This page is part of the HL7 Terminology Ecosystem IG (v1.7.6: Releases - Informative) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions

: CodeSystemAsParameter - TTL Representation

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:FeatureDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CodeSystemAsParameter"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FeatureDefinition CodeSystemAsParameter</b></p><table class=\"grid\"><tr><td>Feature <code>http://hl7.org/fhir/uv/tx-ecosystem/FeatureDefinition/CodeSystemAsParameter</code></td></tr><tr><td><div><p>This feature is used to that providing CodeSystem resources in the txResource parameter is supported (note that supplements and value sets are required to be supported but CodeSystems are only required to be supported on general purpose servers, not CodeSystem specific servers). This feature must be present, but may have value true or false</p>\n</div></td></tr><tr><td><b>Type: </b>boolean</td></tr><tr><td><b>Contexts</b><ul><li><a href=\"http://hl7.org/fhir/R5/capabilitystatement.html\">CapabilityStatement</a> element <code>CapabilityStatement</code></li></ul></td></tr><tr><td>This feature doesn't have any qualifiers</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/tx-ecosystem/FeatureDefinition/CodeSystemAsParameter"^^xsd:anyURI] ; # 
  fhir:name [ fhir:v "CodeSystemAsParameter"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:description [ fhir:v "This feature is used to that providing CodeSystem resources in the txResource parameter is supported (note that supplements and value sets are required to be supported but CodeSystems are only required to be supported on general purpose servers, not CodeSystem specific servers). This feature must be present, but may have value true or false"] ; # 
  fhir:valueType [ fhir:v "boolean"] ; # 
  fhir:context ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/CapabilityStatement#CapabilityStatement"^^xsd:anyURI] ) . #