Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Codesystem-guide-parameter-code.ttl

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemGuideParameterCode

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "guide-parameter-code"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-05-28T13:47:40.239+11:00" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0
     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "fhir" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "1" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/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.4.997" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.3.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"];
  fhir:CodeSystem.date [ fhir:value "2021-01-17T07:06:13+11:00"];
  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"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/guide-parameter-code"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "apply" ];
     fhir:CodeSystem.display [ fhir:value "Apply Metadata Value" ];
     fhir:CodeSystem.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.code [ fhir:value "path-resource" ];
     fhir:CodeSystem.display [ fhir:value "Resource Path" ];
     fhir:CodeSystem.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.code [ fhir:value "path-pages" ];
     fhir:CodeSystem.display [ fhir:value "Pages Path" ];
     fhir:CodeSystem.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.code [ fhir:value "path-tx-cache" ];
     fhir:CodeSystem.display [ fhir:value "Terminology Cache Path" ];
     fhir:CodeSystem.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.code [ fhir:value "expansion-parameter" ];
     fhir:CodeSystem.display [ fhir:value "Expansion Profile" ];
     fhir:CodeSystem.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.code [ fhir:value "rule-broken-links" ];
     fhir:CodeSystem.display [ fhir:value "Broken Links Rule" ];
     fhir:CodeSystem.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.code [ fhir:value "generate-xml" ];
     fhir:CodeSystem.display [ fhir:value "Generate XML" ];
     fhir:CodeSystem.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.code [ fhir:value "generate-json" ];
     fhir:CodeSystem.display [ fhir:value "Generate JSON" ];
     fhir:CodeSystem.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.code [ fhir:value "generate-turtle" ];
     fhir:CodeSystem.display [ fhir:value "Generate Turtle" ];
     fhir:CodeSystem.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.code [ fhir:value "html-template" ];
     fhir:CodeSystem.display [ fhir:value "HTML Template" ];
     fhir:CodeSystem.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)." ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.