FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions icon

FHIR Infrastructure icon Work GroupMaturity Level: 4 Trial UseSecurity Category: Anonymous Compartments: No defined compartments

Detailed Descriptions for the elements in the ImplementationGuide resource.

ImplementationGuide
Element Id ImplementationGuide
Definition

A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.

Short Display A set of rules about how FHIR is used
Cardinality 0..*
Type CanonicalResource
Requirements

An implementation guide is able to define default profiles that must apply to any use of a resource, so validation services may need to take one or more implementation guide resources when validating.

Summary false
Invariants
Defined on this element
cnl-0Warning Name should be usable as an identifier for the module by machine processing applications such as code generationname.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')
ig-2Rule If a resource has a fhirVersion, it must be one of the versions defined for the Implementation Guidedefinition.resource.fhirVersion.all(%context.fhirVersion contains $this)
ImplementationGuide.url
Element Id ImplementationGuide.url
Definition

An absolute URI that is used to identify this implementation guide when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this implementation guide is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the implementation guide is stored on different servers.

Short Display Canonical identifier for this implementation guide, represented as a URI (globally unique)
Cardinality 1..1
Type uri
Requirements

Allows the implementation guide to be referenced by a single globally unique identifier. This is required to allow hosting Implementation Guides on multiple different servers, and to allow for the editorial process.

Alternate Names url; authoritative-url; destination; identity
Summary true
Comments

Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.

The determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in Technical and Business Versions.

In some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the meta.source element to indicate where the current master source of the resource can be found.

Invariants
Defined on this element
cnl-1Warning URL should not contain | or # - these characters make processing canonical references problematicexists() implies matches('^[^|# ]+$')
ImplementationGuide.identifier
Element Id ImplementationGuide.identifier
Definition

A formal identifier that is used to identify this implementation guide when it is represented in other formats, or referenced in a specification, model, design or an instance.

Short Display Additional identifier for the implementation guide (business identifier)
Note This is a business identifier, not a resource identifier (see discussion)
Cardinality 0..*
Type Identifier
Requirements

Allows externally provided and/or usable business identifiers to be easily associated with the module.

Summary true
ImplementationGuide.version
Element Id ImplementationGuide.version
Definition

The identifier that is used to identify this version of the implementation guide when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the implementation guide author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.

Short Display Business version of the implementation guide
Note This is a business versionId, not a resource version id (see discussion)
Cardinality 0..1
Type string
Summary true
Comments

There may be different implementation guide instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the implementation guide with the format [url]|[version]. The version SHOULD NOT contain a '#' - see Business Version.

ImplementationGuide.versionAlgorithm[x]
Element Id ImplementationGuide.versionAlgorithm[x]
Definition

Indicates the mechanism used to compare versions to determine which is more current.

Short Display How to compare versions
Cardinality 0..1
Terminology Binding Version Algorithm (Extensible)
Type string|Coding
[x] Note See Choice of Datatypes for further information about how to use [x]
Summary true
Comments

If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.

ImplementationGuide.name
Element Id ImplementationGuide.name
Definition

A natural language name identifying the implementation guide. This name should be usable as an identifier for the module by machine processing applications such as code generation.

Short Display Name for this implementation guide (computer friendly)
Cardinality 1..1
Type string
Requirements

Support human navigation and code generation.

Summary true
Comments

The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.

Invariants
Affect this element
cnl-0Warning Name should be usable as an identifier for the module by machine processing applications such as code generationname.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')
ImplementationGuide.title
Element Id ImplementationGuide.title
Definition

A short, descriptive, user-friendly title for the implementation guide.

Short Display Name for this implementation guide (human friendly)
Cardinality 0..1
Type string
Summary true
Comments

This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.

ImplementationGuide.status
Element Id ImplementationGuide.status
Definition

The status of this implementation guide. Enables tracking the life-cycle of the content.

Short Display draft | active | retired | unknown
Cardinality 1..1
Terminology Binding PublicationStatus (Required)
Type code
Is Modifier true (Reason: This is labeled as "Is Modifier" because applications should not use a retired {{title}} without due consideration)
Summary true
Comments

Allows filtering of implementation guides that are appropriate for use versus not.

See guidance around (not) making local changes to elements here.

ImplementationGuide.experimental
Element Id ImplementationGuide.experimental
Definition

A Boolean value to indicate that this implementation guide is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.

Short Display For testing purposes, not real usage
Cardinality 0..1
Type boolean
Meaning if Missing If absent, this resource is treated as though it is not experimental.
Requirements

Enables experimental content to be developed following the same lifecycle that would be used for a production-level implementation guide.

Summary true
Comments

Allows filtering of implementation guides that are appropriate for use versus not.

ImplementationGuide.date
Element Id ImplementationGuide.date
Definition

The date (and optionally time) when the implementation guide was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the implementation guide changes.

Short Display Date last changed
Cardinality 0..1
Type dateTime
Alternate Names Revision Date
Summary true
Comments

The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the implementation guide. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.

See guidance around (not) making local changes to elements here.

ImplementationGuide.publisher
Element Id ImplementationGuide.publisher
Definition

The name of the organization or individual responsible for the release and ongoing maintenance of the implementation guide.

Short Display Name of the publisher/steward (organization or individual)
Cardinality 0..1
Type string
Requirements

Helps establish the "authority/credibility" of the implementation guide. May also allow for contact.

Summary true
Comments

Usually an organization but may be an individual. The publisher (or steward) of the implementation guide is the organization or individual primarily responsible for the maintenance and upkeep of the implementation guide. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the implementation guide. This item SHOULD be populated unless the information is available from context.

ImplementationGuide.contact
Element Id ImplementationGuide.contact
Definition

Contact details to assist a user in finding and communicating with the publisher.

Short Display Contact details for the publisher
Cardinality 0..*
Type ContactDetail
Summary true
Comments

May be a web site, an email address, a telephone number, etc.

See guidance around (not) making local changes to elements here.

ImplementationGuide.description
Element Id ImplementationGuide.description
Definition

A free text natural language description of the implementation guide from a consumer's perspective.

Short Display Natural language description of the implementation guide
Cardinality 0..1
Type markdown
Summary false
Comments

This description can be used to capture details such as why the implementation guide was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the implementation guide as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the implementation guide is presumed to be the predominant language in the place the implementation guide was created).

ImplementationGuide.useContext
Element Id ImplementationGuide.useContext
Definition

The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate implementation guide instances.

Short Display The context that the content is intended to support
Cardinality 0..*
Type UsageContext
Requirements

Assist in searching for appropriate content.

Summary true
Comments

When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.

ImplementationGuide.jurisdiction
Standards Status This element has a standards status of "Deprecated" which is different from the status of the whole resource
Element Id ImplementationGuide.jurisdiction
Definition

A legal or geographic region in which the implementation guide is intended to be used.

Short Display Intended jurisdiction for implementation guide (if applicable)
Cardinality 0..*
Terminology Binding Jurisdiction ValueSet (Extensible)
Type CodeableConcept
Summary true
Comments

It may be possible for the implementation guide to be used in jurisdictions other than those for which it was originally designed or intended.

DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)

ImplementationGuide.purpose
Element Id ImplementationGuide.purpose
Definition

Explanation of why this implementation guide is needed and why it has been designed as it has.

Short Display Why this implementation guide is defined
Cardinality 0..1
Type markdown
Summary false
Comments

This element does not describe the usage of the implementation guide. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this implementation guide.

ImplementationGuide.copyright
Element Id ImplementationGuide.copyright
Definition

A copyright statement relating to the implementation guide and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the implementation guide.

Short Display Use and/or publishing restrictions
Cardinality 0..1
Type markdown
Requirements

Consumers must be able to determine any legal restrictions on the use of the implementation guide and/or its content.

Alternate Names License; Restrictions
Summary false
Comments

...

ImplementationGuide.copyrightLabel
Element Id ImplementationGuide.copyrightLabel
Definition

A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').

Short Display Copyright holder and year(s)
Cardinality 0..1
Type string
Requirements

Defines the content expected to be rendered in all representations of the artifact.

Summary false
Comments

The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.

ImplementationGuide.packageId
Element Id ImplementationGuide.packageId
Definition

The NPM package name for this Implementation Guide, used in the NPM package distribution, which is the primary mechanism by which FHIR based tooling manages IG dependencies. This value must be globally unique, and should be assigned with care.

Short Display NPM Package name for IG
Cardinality 1..1
Type id
Summary true
Comments

Many (if not all) IG publishing tools will require that this element be present. For implementation guides published through HL7 or the FHIR foundation, the FHIR product director assigns package IDs.

ImplementationGuide.license
Element Id ImplementationGuide.license
Definition

The license that applies to this Implementation Guide, using an SPDX license code, or 'not-open-source'.

Short Display SPDX license code for this IG (or not-open-source)
Cardinality 0..1
Terminology Binding S P D X License (Required)
Type code
Summary true
ImplementationGuide.fhirVersion
Element Id ImplementationGuide.fhirVersion
Definition

The version(s) of the FHIR specification that this ImplementationGuide targets - e.g. describes how to use. The value of this element is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.6.0. for this version.

Short Display FHIR Version(s) this Implementation Guide targets
Cardinality 1..*
Terminology Binding FHIRVersion (Required)
Type code
Summary true
Comments

Most implementation guides target a single version - e.g. they describe how to use a particular version, and the profiles and examples etc. are valid for that version. But some implementation guides describe how to use multiple different versions of FHIR to solve the same problem, or in concert with each other. Typically, the requirement to support multiple versions arises as implementation matures and different implementation communities are stuck at different versions by regulation or market dynamics.

Invariants
Affect this element
ig-2Rule If a resource has a fhirVersion, it must be one of the versions defined for the Implementation Guidedefinition.resource.fhirVersion.all(%context.fhirVersion contains $this)
ImplementationGuide.dependsOn
Element Id ImplementationGuide.dependsOn
Definition

Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides.

Short Display Another Implementation guide this depends on
Cardinality 0..*
Summary true
ImplementationGuide.dependsOn.uri
Element Id ImplementationGuide.dependsOn.uri
Definition

A canonical reference to the Implementation guide for the dependency.

Short Display Identity of the IG that this depends on
Cardinality 1..1
Type canonical(ImplementationGuide)
Summary true
Comments

Usually, A canonical reference to the implementation guide is the same as the master location at which the implementation guide is published.

ImplementationGuide.dependsOn.packageId
Element Id ImplementationGuide.dependsOn.packageId
Definition

The NPM package name for the Implementation Guide that this IG depends on.

Short Display NPM Package name for IG this depends on
Cardinality 0..1
Type id
Summary true
ImplementationGuide.dependsOn.version
Element Id ImplementationGuide.dependsOn.version
Definition

The version of the IG that is depended on, when the correct version is required to understand the IG correctly.

Short Display Version of the IG
Note This is a business versionId, not a resource version id (see discussion)
Cardinality 0..1
Type string
Summary true
Comments

This follows the syntax of the NPM packaging version field - see [[reference]].

ImplementationGuide.dependsOn.reason
Element Id ImplementationGuide.dependsOn.reason
Definition

A description explaining the nature of the dependency on the listed IG.

Short Display Why dependency exists
Cardinality 0..1
Type markdown
Summary false
Comments

This doesn't need to enumerate every resource used, but should give some sense of why the dependency exists. It will be used in the rendered list of dependencies

ImplementationGuide.global
Element Id ImplementationGuide.global
Definition

A set of profiles that all resources covered by this implementation guide must conform to.

Short Display Profiles that apply globally
Cardinality 0..*
Summary true
Comments

See Default Profiles for a discussion of which resources are 'covered' by an implementation guide.

ImplementationGuide.global.type
Element Id ImplementationGuide.global.type
Definition

The type of resource that all instances must conform to.

Short Display Type this profile applies to
Cardinality 1..1
Terminology Binding Resource Types (Required)
Type code
Summary true
Comments

The type must match that of the profile that is referred to but is made explicit here as a denormalization so that a system processing the implementation guide resource knows which resources the profile applies to even if the profile itself is not available.

ImplementationGuide.global.profile
Element Id ImplementationGuide.global.profile
Definition

A reference to the profile that all instances must conform to.

Short Display Profile that all resources must conform to
Cardinality 1..1
Type canonical(StructureDefinition)
Summary true
ImplementationGuide.definition
Element Id ImplementationGuide.definition
Definition

The information needed by an IG publisher tool to publish the whole implementation guide.

Short Display Information needed to build the IG
Cardinality 0..1
Summary false
Comments

Principally, this consists of information abuot source resource and file locations, and build parameters and templates.

Invariants
Defined on this element
ig-1Rule If a resource has a groupingId, it must refer to a grouping defined in the Implementation Guideresource.groupingId.all(%context.grouping.id contains $this)
Affect this element
ig-2Rule If a resource has a fhirVersion, it must be one of the versions defined for the Implementation Guidedefinition.resource.fhirVersion.all(%context.fhirVersion contains $this)
ImplementationGuide.definition.grouping
Element Id ImplementationGuide.definition.grouping
Definition

A logical group of resources. Logical groups can be used when building pages.

Short Display Grouping used to present related resources in the IG
Cardinality 0..*
Summary false
Comments

Groupings are arbitrary sub-divisions of content. Typically, they are used to help build Table of Contents automatically.

Invariants
Affect this element
ig-1Rule If a resource has a groupingId, it must refer to a grouping defined in the Implementation Guideresource.groupingId.all(%context.grouping.id contains $this)
ImplementationGuide.definition.grouping.name
Element Id ImplementationGuide.definition.grouping.name
Definition

The human-readable title to display for the package of resources when rendering the implementation guide.

Short Display Descriptive name for the package
Cardinality 1..1
Type string
Summary false
ImplementationGuide.definition.grouping.description
Element Id ImplementationGuide.definition.grouping.description
Definition

Human readable text describing the package.

Short Display Human readable text describing the package
Cardinality 0..1
Type markdown
Summary false
ImplementationGuide.definition.resource
Element Id ImplementationGuide.definition.resource
Definition

A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource.

Short Display Resource in the implementation guide
Cardinality 0..*
Summary false
Invariants
Affect this element
ig-2Rule If a resource has a fhirVersion, it must be one of the versions defined for the Implementation Guidedefinition.resource.fhirVersion.all(%context.fhirVersion contains $this)
ig-1Rule If a resource has a groupingId, it must refer to a grouping defined in the Implementation Guideresource.groupingId.all(%context.grouping.id contains $this)
ImplementationGuide.definition.resource.reference
Element Id ImplementationGuide.definition.resource.reference
Definition

Where this resource is found.

Short Display Location of the resource
Cardinality 1..1
Type Reference(Any)
Summary false
Comments

Usually this is a relative URL that locates the resource within the implementation guide. If you authoring an implementation guide, and will publish it using the FHIR publication tooling, use a URI that may point to a resource, or to one of various alternative representations (e.g. spreadsheet). The tooling will convert this when it publishes it.

ImplementationGuide.definition.resource.fhirVersion
Element Id ImplementationGuide.definition.resource.fhirVersion
Definition

Indicates the FHIR Version(s) this artifact is intended to apply to. If no versions are specified, the resource is assumed to apply to all the versions stated in ImplementationGuide.fhirVersion.

Short Display Versions this applies to (if different to IG)
Cardinality 0..*
Terminology Binding FHIRVersion (Required)
Type code
Summary false
Comments

The resource SHALL be valid against all the versions it is specified to apply to. If the resource referred to is a StructureDefinition, the fhirVersion stated in the StructureDefinition cannot disagree with the version specified here; the specified versions SHALL include the version specified by the StructureDefinition, and may include additional versions using the http://hl7.org/fhir/StructureDefinition/structuredefinition-applicable-version extension.

Invariants
Affect this element
ig-2Rule If a resource has a fhirVersion, it must be one of the versions defined for the Implementation Guidedefinition.resource.fhirVersion.all(%context.fhirVersion contains $this)
ImplementationGuide.definition.resource.name
Element Id ImplementationGuide.definition.resource.name
Definition

A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name).

Short Display Human readable name for the resource
Cardinality 0..1
Type string
Summary false
ImplementationGuide.definition.resource.description
Element Id ImplementationGuide.definition.resource.description
Definition

A description of the reason that a resource has been included in the implementation guide.

Short Display Reason why included in guide
Cardinality 0..1
Type markdown
Summary false
Comments

This is mostly used with examples to explain why it is present (though they can have extensive comments in the examples).

ImplementationGuide.definition.resource.isExample
Element Id ImplementationGuide.definition.resource.isExample
Definition

If true, indicates the resource is an example instance.

Short Display Is this an example
Cardinality 0..1
Type boolean
Summary false
ImplementationGuide.definition.resource.profile
Element Id ImplementationGuide.definition.resource.profile
Definition

If present, indicates profile(s) the instance is valid against.

Short Display Profile(s) this is an example of
Cardinality 0..*
Type canonical(StructureDefinition)
Summary false
Comments

Examples:

  • StructureDefinition -> Any
  • ValueSet -> expansion
  • OperationDefinition -> Parameters
  • Questionnaire -> QuestionnaireResponse.
ImplementationGuide.definition.resource.groupingId
Element Id ImplementationGuide.definition.resource.groupingId
Definition

Reference to the id of the grouping this resource appears in.

Short Display Grouping this is part of
Cardinality 0..1
Type id
Summary false
Comments

This must correspond to a group.id element within this implementation guide.

Invariants
Affect this element
ig-1Rule If a resource has a groupingId, it must refer to a grouping defined in the Implementation Guideresource.groupingId.all(%context.grouping.id contains $this)
ImplementationGuide.definition.page
Element Id ImplementationGuide.definition.page
Definition

A page / section in the implementation guide. The root page is the implementation guide home page.

Short Display Page/Section in the Guide
Cardinality 0..1
Summary false
Comments

Pages automatically become sections if they have sub-pages. By convention, the home page is called index.html.

Invariants
Defined on this element
ig-3Rule Source must be absent if 'generated' is generatedgeneration='generated' implies source.empty()
ImplementationGuide.definition.page.source[x]
Element Id ImplementationGuide.definition.page.source[x]
Definition

Indicates the URL or the actual content to provide for the page.

Short Display Source for page
Cardinality 0..1
Type url|string|markdown
[x] Note See Choice of Datatypes for further information about how to use [x]
Summary false
Comments

If absent and the page isn't a generated page, this may be inferred from the page name by checking input locations. String is used for XHTML content - sent as an escaped string. FHIR tooling can't support 'direct' XHTML anywhere other than in narrative.

Invariants
Affect this element
ig-3Rule Source must be absent if 'generated' is generatedgeneration='generated' implies source.empty()
ImplementationGuide.definition.page.name
Element Id ImplementationGuide.definition.page.name
Definition

The url by which the page should be known when published.

Short Display Name of the page when published
Cardinality 1..1
Type url
Summary false
Comments

This SHALL be a local reference, expressed with respect to the root of the IG output folder. No suffix is required. If no suffix is specified, .html will be appended.

ImplementationGuide.definition.page.title
Element Id ImplementationGuide.definition.page.title
Definition

A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc.

Short Display Short title shown for navigational assistance
Cardinality 1..1
Type string
Summary false
ImplementationGuide.definition.page.generation
Element Id ImplementationGuide.definition.page.generation
Definition

A code that indicates how the page is generated.

Short Display html | markdown | xml | generated
Cardinality 1..1
Terminology Binding Guide Page Generation (Required)
Type code
Summary false
Invariants
Affect this element
ig-3Rule Source must be absent if 'generated' is generatedgeneration='generated' implies source.empty()
ImplementationGuide.definition.page.page
Element Id ImplementationGuide.definition.page.page
Definition

Nested Pages/Sections under this page.

Short Display Nested Pages / Sections
Cardinality 0..*
Type See ImplementationGuide.definition.page
Summary false
Comments

The implementation guide breadcrumbs may be generated from this structure.

ImplementationGuide.definition.parameter
Element Id ImplementationGuide.definition.parameter
Definition

A set of parameters that defines how the implementation guide is built. The parameters are defined by the relevant tools that build the implementation guides.

Short Display Defines how IG is built by tools
Cardinality 0..*
Summary false
Comments

see confluence icon for the parameters defined by the HL7 IG publisher.

ImplementationGuide.definition.parameter.code
Element Id ImplementationGuide.definition.parameter.code
Definition

A tool-specific code that defines the parameter.

Short Display Code that identifies parameter
Cardinality 1..1
Terminology Binding Guide Parameter Code (Extensible)
Type Coding
Summary false
ImplementationGuide.definition.parameter.value
Element Id ImplementationGuide.definition.parameter.value
Definition

Value for named type.

Short Display Value for named type
Cardinality 1..1
Type string
Summary false
ImplementationGuide.definition.template
Element Id ImplementationGuide.definition.template
Definition

A template for building resources.

Short Display A template for building resources
Cardinality 0..*
Summary false
ImplementationGuide.definition.template.code
Element Id ImplementationGuide.definition.template.code
Definition

Type of template specified.

Short Display Type of template specified
Cardinality 1..1
Type code
Summary false
ImplementationGuide.definition.template.source
Element Id ImplementationGuide.definition.template.source
Definition

The source location for the template.

Short Display The source location for the template
Cardinality 1..1
Type string
Summary false
ImplementationGuide.definition.template.scope
Element Id ImplementationGuide.definition.template.scope
Definition

The scope in which the template applies.

Short Display The scope in which the template applies
Cardinality 0..1
Type string
Summary false
ImplementationGuide.manifest
Element Id ImplementationGuide.manifest
Definition

Information about an assembled implementation guide, created by the publication tooling.

Short Display Information about an assembled IG
Cardinality 0..1
Summary false
ImplementationGuide.manifest.rendering
Element Id ImplementationGuide.manifest.rendering
Definition

A pointer to official web page, PDF or other rendering of the implementation guide.

Short Display Location of rendered implementation guide
Cardinality 0..1
Type url
Summary true
ImplementationGuide.manifest.resource
Element Id ImplementationGuide.manifest.resource
Definition

A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource.

Short Display Resource in the implementation guide
Cardinality 1..*
Summary true
ImplementationGuide.manifest.resource.reference
Element Id ImplementationGuide.manifest.resource.reference
Definition

Where this resource is found.

Short Display Location of the resource
Cardinality 1..1
Type Reference(Any)
Summary true
Comments

Usually this is a relative URL that locates the resource within the implementation guide. If you authoring an implementation guide, and will publish it using the FHIR publication tooling, use a URI that may point to a resource, or to one of various alternative representations (e.g. spreadsheet). The tooling will convert this when it publishes it.

ImplementationGuide.manifest.resource.isExample
Element Id ImplementationGuide.manifest.resource.isExample
Definition

If true, indicates the resource is an example instance.

Short Display Is this an example
Cardinality 0..1
Type boolean
Summary false
ImplementationGuide.manifest.resource.profile
Element Id ImplementationGuide.manifest.resource.profile
Definition

If present, indicates profile(s) the instance is valid against.

Short Display Profile(s) this is an example of
Cardinality 0..*
Type canonical(StructureDefinition)
Summary false
Comments

Examples:

  • StructureDefinition -> Any
  • ValueSet -> expansion
  • OperationDefinition -> Parameters
  • Questionnaire -> QuestionnaireResponse.
ImplementationGuide.manifest.resource.relativePath
Element Id ImplementationGuide.manifest.resource.relativePath
Definition

The relative path for primary page for this resource within the IG.

Short Display Relative path for page in IG
Cardinality 0..1
Type url
Summary false
Comments

Appending 'rendering' + "/" + this should resolve to the resource page.

ImplementationGuide.manifest.page
Element Id ImplementationGuide.manifest.page
Definition

Information about a page within the IG.

Short Display HTML page within the parent IG
Cardinality 0..*
Requirements

Allows validation of hyperlinks from a derived IG to this IG without a local copy of the IG.

Summary false
ImplementationGuide.manifest.page.name
Element Id ImplementationGuide.manifest.page.name
Definition

Relative path to the page.

Short Display HTML page name
Cardinality 1..1
Type string
Summary false
Comments

Appending 'rendering' + "/" + this should resolve to the page.

ImplementationGuide.manifest.page.title
Element Id ImplementationGuide.manifest.page.title
Definition

Label for the page intended for human display.

Short Display Title of the page, for references
Cardinality 0..1
Type string
Requirements

Allows generation of labels for markdown-generated hyperlinks.

Summary false
ImplementationGuide.manifest.page.anchor
Element Id ImplementationGuide.manifest.page.anchor
Definition

The name of an anchor available on the page.

Short Display Anchor available on the page
Cardinality 0..*
Type string
Requirements

Allows validation of hyperlinks from a derived IG to this IG without a local copy of the IG.

Summary false
Comments

Appending 'rendering' + "/" + page.name + "#" + page.anchor should resolve to the anchor.

ImplementationGuide.manifest.image
Element Id ImplementationGuide.manifest.image
Definition

Indicates a relative path to an image that exists within the IG.

Short Display Image within the IG
Cardinality 0..*
Type string
Requirements

Allows validation of image links from a derived IG to this IG without a local copy of the IG.

Summary false
ImplementationGuide.manifest.other
Element Id ImplementationGuide.manifest.other
Definition

Indicates the relative path of an additional non-page, non-image file that is part of the IG - e.g. zip, jar and similar files that could be the target of a hyperlink in a derived IG.

Short Display Additional linkable file in IG
Cardinality 0..*
Type string
Requirements

Allows validation of links from a derived IG to this IG without a local copy of the IG.

Summary false