Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). 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

Example CodeSystem/guide-parameter-code (Turtle)

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-09-07T10:58:29.429+10:00" ];
     fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "fhir" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/guide-parameter-code"];
  fhir:CanonicalResource.identifier [
     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:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
  fhir:CanonicalResource.name [ fhir:value "GuideParameterCode"];
  fhir:CanonicalResource.status [ fhir:value "draft"];
  fhir:CanonicalResource.experimental [ fhir:value "false"];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/guide-parameter-code"];
  fhir:CodeSystem.identifier [
     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 "5.0.0-ballot"];
  fhir:CodeSystem.name [ fhir:value "GuideParameterCode"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:ConceptDefinitionComponent.code [ fhir:value "apply" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Apply Metadata Value" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "path-resource" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Resource Path" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "path-pages" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Pages Path" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "path-tx-cache" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Terminology Cache Path" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "expansion-parameter" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Expansion Profile" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "rule-broken-links" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Broken Links Rule" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "generate-xml" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Generate XML" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "generate-json" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Generate JSON" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "generate-turtle" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Generate Turtle" ];
     fhir:ConceptDefinitionComponent.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:ConceptDefinitionComponent.code [ fhir:value "html-template" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "HTML Template" ];
     fhir:ConceptDefinitionComponent.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.