Release 5

This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

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 IdImplementationGuide
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 DisplayA set of rules about how FHIR is used
Cardinality0..*
TypeCanonicalResource
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.

Summaryfalse
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 IdImplementationGuide.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 DisplayCanonical identifier for this implementation guide, represented as a URI (globally unique)
Cardinality1..1
Typeuri
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 Namesurl; authoritative-url; destination; identity
Summarytrue
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 IdImplementationGuide.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 DisplayAdditional identifier for the implementation guide (business identifier)
NoteThis is a business identifier, not a resource identifier (see discussion)
Cardinality0..*
TypeIdentifier
Requirements

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

Summarytrue
ImplementationGuide.version
Element IdImplementationGuide.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 DisplayBusiness version of the implementation guide
NoteThis is a business versionId, not a resource version id (see discussion)
Cardinality0..1
Typestring
Summarytrue
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 IdImplementationGuide.versionAlgorithm[x]
Definition

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

Short DisplayHow to compare versions
Cardinality0..1
Terminology BindingVersion Algorithm (Extensible)
Typestring|Coding
[x] NoteSee Choice of Datatypes for further information about how to use [x]
Summarytrue
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 IdImplementationGuide.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 DisplayName for this implementation guide (computer friendly)
Cardinality1..1
Typestring
Requirements

Support human navigation and code generation.

Summarytrue
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 IdImplementationGuide.title
Definition

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

Short DisplayName for this implementation guide (human friendly)
Cardinality0..1
Typestring
Summarytrue
Comments

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

ImplementationGuide.status
Element IdImplementationGuide.status
Definition

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

Short Displaydraft | active | retired | unknown
Cardinality1..1
Terminology BindingPublicationStatus (Required)
Typecode
Is Modifiertrue (Reason: This is labeled as "Is Modifier" because applications should not use a retired {{title}} without due consideration)
Summarytrue
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 IdImplementationGuide.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 DisplayFor testing purposes, not real usage
Cardinality0..1
Typeboolean
Meaning if MissingIf 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.

Summarytrue
Comments

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

ImplementationGuide.date
Element IdImplementationGuide.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 DisplayDate last changed
Cardinality0..1
TypedateTime
Alternate NamesRevision Date
Summarytrue
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 IdImplementationGuide.publisher
Definition

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

Short DisplayName of the publisher/steward (organization or individual)
Cardinality0..1
Typestring
Requirements

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

Summarytrue
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 IdImplementationGuide.contact
Definition

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

Short DisplayContact details for the publisher
Cardinality0..*
TypeContactDetail
Summarytrue
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 IdImplementationGuide.description
Definition

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

Short DisplayNatural language description of the implementation guide
Cardinality0..1
Typemarkdown
Summaryfalse
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 IdImplementationGuide.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 DisplayThe context that the content is intended to support
Cardinality0..*
TypeUsageContext
Requirements

Assist in searching for appropriate content.

Summarytrue
Comments

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

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

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

Short DisplayIntended jurisdiction for implementation guide (if applicable)
Cardinality0..*
Terminology BindingJurisdiction ValueSet (Extensible)
TypeCodeableConcept
Summarytrue
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 IdImplementationGuide.purpose
Definition

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

Short DisplayWhy this implementation guide is defined
Cardinality0..1
Typemarkdown
Summaryfalse
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 IdImplementationGuide.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 DisplayUse and/or publishing restrictions
Cardinality0..1
Typemarkdown
Requirements

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

Alternate NamesLicense; Restrictions
Summaryfalse
Comments

...

ImplementationGuide.copyrightLabel
Element IdImplementationGuide.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 DisplayCopyright holder and year(s)
Cardinality0..1
Typestring
Requirements

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

Summaryfalse
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 IdImplementationGuide.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 DisplayNPM Package name for IG
Cardinality1..1
Typeid
Summarytrue
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 IdImplementationGuide.license
Definition

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

Short DisplaySPDX license code for this IG (or not-open-source)
Cardinality0..1
Terminology BindingS P D X License (Required)
Typecode
Summarytrue
ImplementationGuide.fhirVersion
Element IdImplementationGuide.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 DisplayFHIR Version(s) this Implementation Guide targets
Cardinality1..*
Terminology BindingFHIRVersion (Required)
Typecode
Summarytrue
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 IdImplementationGuide.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 DisplayAnother Implementation guide this depends on
Cardinality0..*
Summarytrue
ImplementationGuide.dependsOn.uri
Element IdImplementationGuide.dependsOn.uri
Definition

A canonical reference to the Implementation guide for the dependency.

Short DisplayIdentity of the IG that this depends on
Cardinality1..1
Typecanonical(ImplementationGuide)
Summarytrue
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 IdImplementationGuide.dependsOn.packageId
Definition

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

Short DisplayNPM Package name for IG this depends on
Cardinality0..1
Typeid
Summarytrue
ImplementationGuide.dependsOn.version
Element IdImplementationGuide.dependsOn.version
Definition

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

Short DisplayVersion of the IG
NoteThis is a business versionId, not a resource version id (see discussion)
Cardinality0..1
Typestring
Summarytrue
Comments

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

ImplementationGuide.dependsOn.reason
Element IdImplementationGuide.dependsOn.reason
Definition

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

Short DisplayWhy dependency exists
Cardinality0..1
Typemarkdown
Summaryfalse
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 IdImplementationGuide.global
Definition

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

Short DisplayProfiles that apply globally
Cardinality0..*
Summarytrue
Comments

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

ImplementationGuide.global.type
Element IdImplementationGuide.global.type
Definition

The type of resource that all instances must conform to.

Short DisplayType this profile applies to
Cardinality1..1
Terminology BindingResource Types (Required)
Typecode
Summarytrue
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 IdImplementationGuide.global.profile
Definition

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

Short DisplayProfile that all resources must conform to
Cardinality1..1
Typecanonical(StructureDefinition)
Summarytrue
ImplementationGuide.definition
Element IdImplementationGuide.definition
Definition

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

Short DisplayInformation needed to build the IG
Cardinality0..1
Summaryfalse
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 IdImplementationGuide.definition.grouping
Definition

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

Short DisplayGrouping used to present related resources in the IG
Cardinality0..*
Summaryfalse
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 IdImplementationGuide.definition.grouping.name
Definition

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

Short DisplayDescriptive name for the package
Cardinality1..1
Typestring
Summaryfalse
ImplementationGuide.definition.grouping.description
Element IdImplementationGuide.definition.grouping.description
Definition

Human readable text describing the package.

Short DisplayHuman readable text describing the package
Cardinality0..1
Typemarkdown
Summaryfalse
ImplementationGuide.definition.resource
Element IdImplementationGuide.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 DisplayResource in the implementation guide
Cardinality0..*
Summaryfalse
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 IdImplementationGuide.definition.resource.reference
Definition

Where this resource is found.

Short DisplayLocation of the resource
Cardinality1..1
TypeReference(Any)
Summaryfalse
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 IdImplementationGuide.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 DisplayVersions this applies to (if different to IG)
Cardinality0..*
Terminology BindingFHIRVersion (Required)
Typecode
Summaryfalse
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 IdImplementationGuide.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 DisplayHuman readable name for the resource
Cardinality0..1
Typestring
Summaryfalse
ImplementationGuide.definition.resource.description
Element IdImplementationGuide.definition.resource.description
Definition

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

Short DisplayReason why included in guide
Cardinality0..1
Typemarkdown
Summaryfalse
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 IdImplementationGuide.definition.resource.isExample
Definition

If true, indicates the resource is an example instance.

Short DisplayIs this an example
Cardinality0..1
Typeboolean
Summaryfalse
ImplementationGuide.definition.resource.profile
Element IdImplementationGuide.definition.resource.profile
Definition

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

Short DisplayProfile(s) this is an example of
Cardinality0..*
Typecanonical(StructureDefinition)
Summaryfalse
Comments

Examples:

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

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

Short DisplayGrouping this is part of
Cardinality0..1
Typeid
Summaryfalse
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 IdImplementationGuide.definition.page
Definition

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

Short DisplayPage/Section in the Guide
Cardinality0..1
Summaryfalse
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 IdImplementationGuide.definition.page.source[x]
Definition

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

Short DisplaySource for page
Cardinality0..1
Typeurl|string|markdown
[x] NoteSee Choice of Datatypes for further information about how to use [x]
Summaryfalse
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 IdImplementationGuide.definition.page.name
Definition

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

Short DisplayName of the page when published
Cardinality1..1
Typeurl
Summaryfalse
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 IdImplementationGuide.definition.page.title
Definition

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

Short DisplayShort title shown for navigational assistance
Cardinality1..1
Typestring
Summaryfalse
ImplementationGuide.definition.page.generation
Element IdImplementationGuide.definition.page.generation
Definition

A code that indicates how the page is generated.

Short Displayhtml | markdown | xml | generated
Cardinality1..1
Terminology BindingGuide Page Generation (Required)
Typecode
Summaryfalse
Invariants
Affect this element
ig-3Rule Source must be absent if 'generated' is generatedgeneration='generated' implies source.empty()
ImplementationGuide.definition.page.page
Element IdImplementationGuide.definition.page.page
Definition

Nested Pages/Sections under this page.

Short DisplayNested Pages / Sections
Cardinality0..*
TypeSee ImplementationGuide.definition.page
Summaryfalse
Comments

The implementation guide breadcrumbs may be generated from this structure.

ImplementationGuide.definition.parameter
Element IdImplementationGuide.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 DisplayDefines how IG is built by tools
Cardinality0..*
Summaryfalse
Comments

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

ImplementationGuide.definition.parameter.code
Element IdImplementationGuide.definition.parameter.code
Definition

A tool-specific code that defines the parameter.

Short DisplayCode that identifies parameter
Cardinality1..1
Terminology BindingGuide Parameter Code (Extensible)
TypeCoding
Summaryfalse
ImplementationGuide.definition.parameter.value
Element IdImplementationGuide.definition.parameter.value
Definition

Value for named type.

Short DisplayValue for named type
Cardinality1..1
Typestring
Summaryfalse
ImplementationGuide.definition.template
Element IdImplementationGuide.definition.template
Definition

A template for building resources.

Short DisplayA template for building resources
Cardinality0..*
Summaryfalse
ImplementationGuide.definition.template.code
Element IdImplementationGuide.definition.template.code
Definition

Type of template specified.

Short DisplayType of template specified
Cardinality1..1
Typecode
Summaryfalse
ImplementationGuide.definition.template.source
Element IdImplementationGuide.definition.template.source
Definition

The source location for the template.

Short DisplayThe source location for the template
Cardinality1..1
Typestring
Summaryfalse
ImplementationGuide.definition.template.scope
Element IdImplementationGuide.definition.template.scope
Definition

The scope in which the template applies.

Short DisplayThe scope in which the template applies
Cardinality0..1
Typestring
Summaryfalse
ImplementationGuide.manifest
Element IdImplementationGuide.manifest
Definition

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

Short DisplayInformation about an assembled IG
Cardinality0..1
Summaryfalse
ImplementationGuide.manifest.rendering
Element IdImplementationGuide.manifest.rendering
Definition

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

Short DisplayLocation of rendered implementation guide
Cardinality0..1
Typeurl
Summarytrue
ImplementationGuide.manifest.resource
Element IdImplementationGuide.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 DisplayResource in the implementation guide
Cardinality1..*
Summarytrue
ImplementationGuide.manifest.resource.reference
Element IdImplementationGuide.manifest.resource.reference
Definition

Where this resource is found.

Short DisplayLocation of the resource
Cardinality1..1
TypeReference(Any)
Summarytrue
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 IdImplementationGuide.manifest.resource.isExample
Definition

If true, indicates the resource is an example instance.

Short DisplayIs this an example
Cardinality0..1
Typeboolean
Summaryfalse
ImplementationGuide.manifest.resource.profile
Element IdImplementationGuide.manifest.resource.profile
Definition

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

Short DisplayProfile(s) this is an example of
Cardinality0..*
Typecanonical(StructureDefinition)
Summaryfalse
Comments

Examples:

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

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

Short DisplayRelative path for page in IG
Cardinality0..1
Typeurl
Summaryfalse
Comments

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

ImplementationGuide.manifest.page
Element IdImplementationGuide.manifest.page
Definition

Information about a page within the IG.

Short DisplayHTML page within the parent IG
Cardinality0..*
Requirements

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

Summaryfalse
ImplementationGuide.manifest.page.name
Element IdImplementationGuide.manifest.page.name
Definition

Relative path to the page.

Short DisplayHTML page name
Cardinality1..1
Typestring
Summaryfalse
Comments

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

ImplementationGuide.manifest.page.title
Element IdImplementationGuide.manifest.page.title
Definition

Label for the page intended for human display.

Short DisplayTitle of the page, for references
Cardinality0..1
Typestring
Requirements

Allows generation of labels for markdown-generated hyperlinks.

Summaryfalse
ImplementationGuide.manifest.page.anchor
Element IdImplementationGuide.manifest.page.anchor
Definition

The name of an anchor available on the page.

Short DisplayAnchor available on the page
Cardinality0..*
Typestring
Requirements

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

Summaryfalse
Comments

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

ImplementationGuide.manifest.image
Element IdImplementationGuide.manifest.image
Definition

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

Short DisplayImage within the IG
Cardinality0..*
Typestring
Requirements

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

Summaryfalse
ImplementationGuide.manifest.other
Element IdImplementationGuide.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 DisplayAdditional linkable file in IG
Cardinality0..*
Typestring
Requirements

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

Summaryfalse