@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/guide-parameter-code> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "guide-parameter-code"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n            <h2>GuideParameterCode</h2>\n      \n      \n            <div>\n        \n        \n              <p>Code of parameter that is input to the guide.</p>\n\n      \n      \n            </div>\n      \n      \n            <p>This code system http://hl7.org/fhir/guide-parameter-code 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\">apply\n            \n            \n                  <a name=\"guide-parameter-code-apply\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Apply Metadata Value</td>\n          \n          \n                <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>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">path-resource\n            \n            \n                  <a name=\"guide-parameter-code-path-resource\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Resource Path</td>\n          \n          \n                <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>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">path-pages\n            \n            \n                  <a name=\"guide-parameter-code-path-pages\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Pages Path</td>\n          \n          \n                <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>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">path-tx-cache\n            \n            \n                  <a name=\"guide-parameter-code-path-tx-cache\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Terminology Cache Path</td>\n          \n          \n                <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>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">expansion-parameter\n            \n            \n                  <a name=\"guide-parameter-code-expansion-parameter\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Expansion Profile</td>\n          \n          \n                <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>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">rule-broken-links\n            \n            \n                  <a name=\"guide-parameter-code-rule-broken-links\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Broken Links Rule</td>\n          \n          \n                <td>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.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">generate-xml\n            \n            \n                  <a name=\"guide-parameter-code-generate-xml\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Generate XML</td>\n          \n          \n                <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>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">generate-json\n            \n            \n                  <a name=\"guide-parameter-code-generate-json\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Generate JSON</td>\n          \n          \n                <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>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">generate-turtle\n            \n            \n                  <a name=\"guide-parameter-code-generate-turtle\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Generate Turtle</td>\n          \n          \n                <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>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">html-template\n            \n            \n                  <a name=\"guide-parameter-code-html-template\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>HTML Template</td>\n          \n          \n                <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>\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 1
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4b.r5"
       ]
     ] [
       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/guide-parameter-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "GuideParameterCode"] ; # 
  fhir:title [ fhir:v "GuideParameterCode"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-17T06:06:13+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 "Code of parameter that is input to the guide."] ; # 
  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/guide-parameter-code|5.0.0"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/guide-parameter-code|5.0.0>
  ] ; # 
  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)." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

