This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions
Source view
@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:Resource.id [ fhir:value "guide-parameter-code"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <h2>GuideParameterCode</h2>\n \n <div>\n \n <p>Code of parameter that is input to the guide.</p>\n\n \n </div>\n \n <p>This code system http://terminology.hl7.org/CodeSystem/guide-parameter-code defines the following codes:</p>\n \n <table class=\"codes\">\n \n <tr>\n \n <td style=\"white-space:nowrap\">\n \n <b>Code</b>\n \n </td>\n \n <td>\n \n <b>Display</b>\n \n </td>\n \n <td>\n \n <b>Definition</b>\n \n </td>\n \n </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">apply\n \n <a name=\"guide-parameter-code-apply\"> </a>\n \n </td>\n \n <td>Apply Metadata Value</td>\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 </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">path-resource\n \n <a name=\"guide-parameter-code-path-resource\"> </a>\n \n </td>\n \n <td>Resource Path</td>\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 </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">path-pages\n \n <a name=\"guide-parameter-code-path-pages\"> </a>\n \n </td>\n \n <td>Pages Path</td>\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 </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">path-tx-cache\n \n <a name=\"guide-parameter-code-path-tx-cache\"> </a>\n \n </td>\n \n <td>Terminology Cache Path</td>\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 </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">expansion-parameter\n \n <a name=\"guide-parameter-code-expansion-parameter\"> </a>\n \n </td>\n \n <td>Expansion Profile</td>\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 </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">rule-broken-links\n \n <a name=\"guide-parameter-code-rule-broken-links\"> </a>\n \n </td>\n \n <td>Broken Links Rule</td>\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 </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">generate-xml\n \n <a name=\"guide-parameter-code-generate-xml\"> </a>\n \n </td>\n \n <td>Generate XML</td>\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 </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">generate-json\n \n <a name=\"guide-parameter-code-generate-json\"> </a>\n \n </td>\n \n <td>Generate JSON</td>\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 </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">generate-turtle\n \n <a name=\"guide-parameter-code-generate-turtle\"> </a>\n \n </td>\n \n <td>Generate Turtle</td>\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 </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">html-template\n \n <a name=\"guide-parameter-code-html-template\"> </a>\n \n </td>\n \n <td>HTML Template</td>\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 </tr>\n \n </table>\n \n </div>" ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/guide-parameter-code"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1421" ] ]; fhir:CodeSystem.version [ fhir:value "4.2.0"]; fhir:CodeSystem.name [ fhir:value "GuideParameterCode"]; fhir:CodeSystem.title [ fhir:value "GuideParameterCode"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2020-04-09T21:10:28+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ] ] ]; fhir:CodeSystem.description [ fhir:value "Code of parameter that is input to the guide."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/guide-parameter-code"; fhir:link <http://terminology.hl7.org/ValueSet/guide-parameter-code> ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "apply" ]; fhir:CodeSystem.concept.display [ fhir:value "Apply Metadata Value" ]; fhir:CodeSystem.concept.definition [ fhir:value "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:index 1; fhir:CodeSystem.concept.code [ fhir:value "path-resource" ]; fhir:CodeSystem.concept.display [ fhir:value "Resource Path" ]; fhir:CodeSystem.concept.definition [ fhir:value "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:index 2; fhir:CodeSystem.concept.code [ fhir:value "path-pages" ]; fhir:CodeSystem.concept.display [ fhir:value "Pages Path" ]; fhir:CodeSystem.concept.definition [ fhir:value "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:index 3; fhir:CodeSystem.concept.code [ fhir:value "path-tx-cache" ]; fhir:CodeSystem.concept.display [ fhir:value "Terminology Cache Path" ]; fhir:CodeSystem.concept.definition [ fhir:value "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:index 4; fhir:CodeSystem.concept.code [ fhir:value "expansion-parameter" ]; fhir:CodeSystem.concept.display [ fhir:value "Expansion Profile" ]; fhir:CodeSystem.concept.definition [ fhir:value "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:index 5; fhir:CodeSystem.concept.code [ fhir:value "rule-broken-links" ]; fhir:CodeSystem.concept.display [ fhir:value "Broken Links Rule" ]; fhir:CodeSystem.concept.definition [ fhir:value "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:index 6; fhir:CodeSystem.concept.code [ fhir:value "generate-xml" ]; fhir:CodeSystem.concept.display [ fhir:value "Generate XML" ]; fhir:CodeSystem.concept.definition [ fhir:value "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:index 7; fhir:CodeSystem.concept.code [ fhir:value "generate-json" ]; fhir:CodeSystem.concept.display [ fhir:value "Generate JSON" ]; fhir:CodeSystem.concept.definition [ fhir:value "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:index 8; fhir:CodeSystem.concept.code [ fhir:value "generate-turtle" ]; fhir:CodeSystem.concept.display [ fhir:value "Generate Turtle" ]; fhir:CodeSystem.concept.definition [ fhir:value "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:index 9; fhir:CodeSystem.concept.code [ fhir:value "html-template" ]; fhir:CodeSystem.concept.display [ fhir:value "HTML Template" ]; fhir:CodeSystem.concept.definition [ fhir:value "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)." ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.