HL7 Terminology (THO)
5.5.0 - Publication International flag

This page is part of the HL7 Terminology (v5.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: GuideParameterCode - TTL Representation

Draft as of 2020-04-09

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "guide-parameter-code"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/guide-parameter-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">apply<a name=\"guide-parameter-code-apply\"> </a></td><td>Apply Metadata Value</td><td>If the value of this string 0..* parameter is one of the metadata fields then all conformance resources will have any specified [Resource].[field] overwritten with the ImplementationGuide.[field], where field is one of: version, date, status, publisher, contact, copyright, experimental, jurisdiction, useContext.</td></tr><tr><td style=\"white-space:nowrap\">path-resource<a name=\"guide-parameter-code-path-resource\"> </a></td><td>Resource Path</td><td>The value of this string 0..* parameter is a subfolder of the build context's location that is to be scanned to load resources. Scope is (if present) a particular resource type.</td></tr><tr><td style=\"white-space:nowrap\">path-pages<a name=\"guide-parameter-code-path-pages\"> </a></td><td>Pages Path</td><td>The value of this string 0..1 parameter is a subfolder of the build context's location that contains files that are part of the html content processed by the builder.</td></tr><tr><td style=\"white-space:nowrap\">path-tx-cache<a name=\"guide-parameter-code-path-tx-cache\"> </a></td><td>Terminology Cache Path</td><td>The value of this string 0..1 parameter is a subfolder of the build context's location that is used as the terminology cache. If this is not present, the terminology cache is on the local system, not under version control.</td></tr><tr><td style=\"white-space:nowrap\">expansion-parameter<a name=\"guide-parameter-code-expansion-parameter\"> </a></td><td>Expansion Profile</td><td>The value of this string 0..* parameter is a parameter (name=value) when expanding value sets for this implementation guide. This is particularly used to specify the versions of published terminologies such as SNOMED CT.</td></tr><tr><td style=\"white-space:nowrap\">rule-broken-links<a name=\"guide-parameter-code-rule-broken-links\"> </a></td><td>Broken Links Rule</td><td>The value of this string 0..1 parameter is either &quot;warning&quot; or &quot;error&quot; (default = &quot;error&quot;). If the value is &quot;warning&quot; then IG build tools allow the IG to be considered successfully build even when there is no internal broken links.</td></tr><tr><td style=\"white-space:nowrap\">generate-xml<a name=\"guide-parameter-code-generate-xml\"> </a></td><td>Generate XML</td><td>The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in XML format. If not present, the Publication Tool decides whether to generate XML.</td></tr><tr><td style=\"white-space:nowrap\">generate-json<a name=\"guide-parameter-code-generate-json\"> </a></td><td>Generate JSON</td><td>The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in JSON format. If not present, the Publication Tool decides whether to generate JSON.</td></tr><tr><td style=\"white-space:nowrap\">generate-turtle<a name=\"guide-parameter-code-generate-turtle\"> </a></td><td>Generate Turtle</td><td>The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in Turtle format. If not present, the Publication Tool decides whether to generate Turtle.</td></tr><tr><td style=\"white-space:nowrap\">html-template<a name=\"guide-parameter-code-html-template\"> </a></td><td>HTML Template</td><td>The value of this string singleton parameter is the name of the file to use as the builder template for each generated page (see templating).</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/guide-parameter-code"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1421" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "GuideParameterCode"] ; # 
  fhir:title [ fhir:v "GuideParameterCode"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-04-09T21:10:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health Level Seven International"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code of parameter that is input to the guide."] ; # 
  fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/guide-parameter-code"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/guide-parameter-code>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "apply" ] ;
fhir:display [ fhir:v "Apply Metadata Value" ] ;
fhir:definition [ fhir:v "If the value of this string 0..* parameter is one of the metadata fields then all conformance resources will have any specified [Resource].[field] overwritten with the ImplementationGuide.[field], where field is one of: version, date, status, publisher, contact, copyright, experimental, jurisdiction, useContext." ]
  ] [
fhir:code [ fhir:v "path-resource" ] ;
fhir:display [ fhir:v "Resource Path" ] ;
fhir:definition [ fhir:v "The value of this string 0..* parameter is a subfolder of the build context's location that is to be scanned to load resources. Scope is (if present) a particular resource type." ]
  ] [
fhir:code [ fhir:v "path-pages" ] ;
fhir:display [ fhir:v "Pages Path" ] ;
fhir:definition [ fhir:v "The value of this string 0..1 parameter is a subfolder of the build context's location that contains files that are part of the html content processed by the builder." ]
  ] [
fhir:code [ fhir:v "path-tx-cache" ] ;
fhir:display [ fhir:v "Terminology Cache Path" ] ;
fhir:definition [ fhir:v "The value of this string 0..1 parameter is a subfolder of the build context's location that is used as the terminology cache. If this is not present, the terminology cache is on the local system, not under version control." ]
  ] [
fhir:code [ fhir:v "expansion-parameter" ] ;
fhir:display [ fhir:v "Expansion Profile" ] ;
fhir:definition [ fhir:v "The value of this string 0..* parameter is a parameter (name=value) when expanding value sets for this implementation guide. This is particularly used to specify the versions of published terminologies such as SNOMED CT." ]
  ] [
fhir:code [ fhir:v "rule-broken-links" ] ;
fhir:display [ fhir:v "Broken Links Rule" ] ;
fhir:definition [ fhir:v "The value of this string 0..1 parameter is either \"warning\" or \"error\" (default = \"error\"). If the value is \"warning\" then IG build tools allow the IG to be considered successfully build even when there is no internal broken links." ]
  ] [
fhir:code [ fhir:v "generate-xml" ] ;
fhir:display [ fhir:v "Generate XML" ] ;
fhir:definition [ fhir:v "The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in XML format. If not present, the Publication Tool decides whether to generate XML." ]
  ] [
fhir:code [ fhir:v "generate-json" ] ;
fhir:display [ fhir:v "Generate JSON" ] ;
fhir:definition [ fhir:v "The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in JSON format. If not present, the Publication Tool decides whether to generate JSON." ]
  ] [
fhir:code [ fhir:v "generate-turtle" ] ;
fhir:display [ fhir:v "Generate Turtle" ] ;
fhir:definition [ fhir:v "The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in Turtle format. If not present, the Publication Tool decides whether to generate Turtle." ]
  ] [
fhir:code [ fhir:v "html-template" ] ;
fhir:display [ fhir:v "HTML Template" ] ;
fhir:definition [ fhir:v "The value of this string singleton parameter is the name of the file to use as the builder template for each generated page (see templating)." ]
  ] ) . #