Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions
| Official URL: http://hl7.org/fhir/5.0/StructureDefinition/profile-ImplementationGuide | Version: 0.1.0 | |||
| Standards status: Trial-use | Maturity Level: 0 | Computable Name: Profile_R5_ImplementationGuide_R4 | ||
This cross-version profile allows R5 ImplementationGuide content to be represented via FHIR R4 ImplementationGuide resources.
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | ImplementationGuide(4.0.1) | A set of rules about how FHIR is used Constraints: ig-0, ig-2 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | Identifier | R5: Additional identifier for the implementation guide (business identifier) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-identifier Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | Coding | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm Binding: version-algorithm (??) (extensible) Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | markdown | R5: Why this implementation guide is defined (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-purpose Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | string | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel Constraints: ext-1 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
Σ | 1..1 | uri | Canonical identifier for this implementation guide, represented as a URI (globally unique) |
![]() ![]() |
ΣC | 1..1 | string | Name for this implementation guide (computer friendly) |
![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of an artifact. |
![]() ![]() |
Σ | 1..1 | id | NPM Package name for IG |
![]() ![]() |
Σ | 1..* | code | FHIR Version(s) this Implementation Guide targets Binding: FHIRVersion (required): All published FHIR Versions. |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..* | code | R5: fhirVersion URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.fhirVersion Binding: R5FHIRVersionForR4 (0.1.0) (required): All published FHIR Versions. Constraints: ext-1 | |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| ImplementationGuide.status | Base | required | PublicationStatus | 📍4.0.1 | FHIR Std. |
| ImplementationGuide.fhirVersion | Base | required |
FHIRVersion
|
📍4.0.1 | tx.fhir.org |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | ImplementationGuide | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | ImplementationGuide | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | ImplementationGuide | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | ImplementationGuide | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | ImplementationGuide | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | ImplementationGuide.implicitRules, ImplementationGuide.extension, ImplementationGuide.extension:identifier, ImplementationGuide.extension:versionAlgorithm, ImplementationGuide.extension:purpose, ImplementationGuide.extension:copyrightLabel, ImplementationGuide.modifierExtension, ImplementationGuide.url, ImplementationGuide.name, ImplementationGuide.status, ImplementationGuide.packageId, ImplementationGuide.fhirVersion, ImplementationGuide.fhirVersion.extension, ImplementationGuide.fhirVersion.extension:fhirVersion | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | ImplementationGuide.extension, ImplementationGuide.extension:identifier, ImplementationGuide.extension:versionAlgorithm, ImplementationGuide.extension:purpose, ImplementationGuide.extension:copyrightLabel, ImplementationGuide.modifierExtension, ImplementationGuide.fhirVersion.extension, ImplementationGuide.fhirVersion.extension:fhirVersion | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| ig-0 | warning | ImplementationGuide | Name should be usable as an identifier for the module by machine processing applications such as code generation |
name.matches('[A-Z]([A-Za-z0-9_]){0,254}')
|
| ig-2 | error | ImplementationGuide | If a resource has a fhirVersion, it must be oe of the versions defined for the Implementation Guide |
definition.resource.fhirVersion.all(%context.fhirVersion contains $this)
|
This structure is derived from ImplementationGuide
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | ImplementationGuide(4.0.1) | A set of rules about how FHIR is used Constraints: ig-0, ig-2 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | Identifier | R5: Additional identifier for the implementation guide (business identifier) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-identifier Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | Coding | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm Binding: version-algorithm (??) (extensible) Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | markdown | R5: Why this implementation guide is defined (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-purpose Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | string | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel Constraints: ext-1 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
Σ | 1..1 | uri | Canonical identifier for this implementation guide, represented as a URI (globally unique) | ||||
![]() ![]() |
Σ | 0..1 | string | Business version of the implementation guide | ||||
![]() ![]() |
ΣC | 1..1 | string | Name for this implementation guide (computer friendly) | ||||
![]() ![]() |
Σ | 0..1 | string | Name for this implementation guide (human friendly) | ||||
![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of an artifact. | ||||
![]() ![]() |
Σ | 0..1 | boolean | For testing purposes, not real usage | ||||
![]() ![]() |
Σ | 0..1 | dateTime | Date last changed | ||||
![]() ![]() |
Σ | 0..1 | string | Name of the publisher (organization or individual) | ||||
![]() ![]() |
Σ | 0..* | ContactDetail | Contact details for the publisher | ||||
![]() ![]() |
0..1 | markdown | Natural language description of the implementation guide | |||||
![]() ![]() |
Σ | 0..* | UsageContext | The context that the content is intended to support | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Intended jurisdiction for implementation guide (if applicable) Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use. | ||||
![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |||||
![]() ![]() |
Σ | 1..1 | id | NPM Package name for IG | ||||
![]() ![]() |
Σ | 0..1 | code | SPDX license code for this IG (or not-open-source) Binding: SPDXLicense (required): The license that applies to an Implementation Guide (using an SPDX license Identifiers, or 'not-open-source'). The binding is required but new SPDX license Identifiers are allowed to be used (https://spdx.org/licenses/). | ||||
![]() ![]() |
Σ | 1..* | code | FHIR Version(s) this Implementation Guide targets Binding: FHIRVersion (required): All published FHIR Versions. | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | code | R5: fhirVersion URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.fhirVersion Binding: R5FHIRVersionForR4 (0.1.0) (required): All published FHIR Versions. Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | string | Primitive value for code | |||||
![]() ![]() |
Σ | 0..* | BackboneElement | Another Implementation guide this depends on | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | markdown | R5: Why dependency exists (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.dependsOn.reason Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | canonical(ImplementationGuide) | Identity of the IG that this depends on | ||||
![]() ![]() ![]() |
Σ | 0..1 | id | NPM Package name for IG this depends on | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Version of the IG | ||||
![]() ![]() |
Σ | 0..* | BackboneElement | Profiles that apply globally | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | code | Type this profile applies to Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR. | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: type additional codes URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.global.type Binding: R5ResourceTypesForR4 (0.1.0) (required): One of the resource types defined as part of this version of FHIR. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Primitive value for code | |||||
![]() ![]() ![]() |
Σ | 1..1 | canonical(StructureDefinition) | Profile that all resources must conform to | ||||
![]() ![]() |
C | 0..1 | BackboneElement | Information needed to build the IG Constraints: ig-1 | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..* | BackboneElement | Grouping used to present related resources in the IG | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | string | Descriptive name for the package | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Human readable text describing the package | |||||
![]() ![]() ![]() |
1..* | BackboneElement | Resource in the implementation guide | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Resource) | Location of the resource | |||||
![]() ![]() ![]() ![]() |
0..* | code | Versions this applies to (if different to IG) Binding: FHIRVersion (required): All published FHIR Versions. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | code | R5: fhirVersion URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.definition.resource.fhirVersion Binding: R5FHIRVersionForR4 (0.1.0) (required): All published FHIR Versions. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Primitive value for code | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Human Name for the resource | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Reason why included in guide | |||||
![]() ![]() ![]() ![]() |
0..1 | Is an example/What is this an example of? | ||||||
![]() ![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() ![]() |
canonical(StructureDefinition) | |||||||
![]() ![]() ![]() ![]() |
0..1 | id | Grouping this is part of | |||||
![]() ![]() ![]() |
0..1 | BackboneElement | Page/Section in the Guide | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | url, string, markdown | R5: Source for page (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.definition.page.source Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | Where to find that page | ||||||
![]() ![]() ![]() ![]() ![]() |
url | |||||||
![]() ![]() ![]() ![]() ![]() |
Reference(Binary) | |||||||
![]() ![]() ![]() ![]() |
1..1 | string | Short title shown for navigational assistance | |||||
![]() ![]() ![]() ![]() |
1..1 | code | html | markdown | xml | generated Binding: GuidePageGeneration (required): A code that indicates how the page is generated. | |||||
![]() ![]() ![]() ![]() |
0..* | See page (ImplementationGuide) | Nested Pages / Sections | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Defines how IG is built by tools | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | code | apply | path-resource | path-pages | path-tx-cache | expansion-parameter | rule-broken-links | generate-xml | generate-json | generate-turtle | html-template Binding: GuideParameterCode (required): Code of parameter that is input to the guide. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | R5: Code that identifies parameter additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.definition.parameter.code Binding: GuideParameterCode (extensible) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Primitive value for code | |||||
![]() ![]() ![]() ![]() |
1..1 | string | Value for named type | |||||
![]() ![]() ![]() |
0..* | BackboneElement | A template for building resources | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | code | Type of template specified | |||||
![]() ![]() ![]() ![]() |
1..1 | string | The source location for the template | |||||
![]() ![]() ![]() ![]() |
0..1 | string | The scope in which the template applies | |||||
![]() ![]() |
0..1 | BackboneElement | Information about an assembled IG | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 0..1 | url | Location of rendered implementation guide | ||||
![]() ![]() ![]() |
Σ | 1..* | BackboneElement | Resource in the implementation guide | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Reference(Resource) | Location of the resource | ||||
![]() ![]() ![]() ![]() |
0..1 | Is an example/What is this an example of? | ||||||
![]() ![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() ![]() |
canonical(StructureDefinition) | |||||||
![]() ![]() ![]() ![]() |
0..1 | url | Relative path for page in IG | |||||
![]() ![]() ![]() |
0..* | BackboneElement | HTML page within the parent IG | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | string | HTML page name | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Title of the page, for references | |||||
![]() ![]() ![]() ![]() |
0..* | string | Anchor available on the page | |||||
![]() ![]() ![]() |
0..* | string | Image within the IG | |||||
![]() ![]() ![]() |
0..* | string | Additional linkable file in IG | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| ImplementationGuide.language | Base | preferred |
Common Languages
|
📍4.0.1 | tx.fhir.org |
| ImplementationGuide.status | Base | required | PublicationStatus | 📍4.0.1 | FHIR Std. |
| ImplementationGuide.jurisdiction | Base | extensible | Jurisdiction | 📍4.0.1 | FHIR Std. |
| ImplementationGuide.license | Base | required | SPDXLicense | 📍4.0.1 | FHIR Std. |
| ImplementationGuide.fhirVersion | Base | required |
FHIRVersion
|
📍4.0.1 | tx.fhir.org |
| ImplementationGuide.global.type | Base | required |
ResourceType
|
📍4.0.1 | tx.fhir.org |
| ImplementationGuide.definition.resource.fhirVersion | Base | required |
FHIRVersion
|
📍4.0.1 | tx.fhir.org |
| ImplementationGuide.definition.page.generation | Base | required | GuidePageGeneration | 📍4.0.1 | FHIR Std. |
| ImplementationGuide.definition.parameter.code | Base | required | GuideParameterCode | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | ImplementationGuide | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | ImplementationGuide | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | ImplementationGuide | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | ImplementationGuide | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | ImplementationGuide | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | ImplementationGuide.meta, ImplementationGuide.implicitRules, ImplementationGuide.language, ImplementationGuide.text, ImplementationGuide.extension, ImplementationGuide.extension:identifier, ImplementationGuide.extension:versionAlgorithm, ImplementationGuide.extension:purpose, ImplementationGuide.extension:copyrightLabel, ImplementationGuide.modifierExtension, ImplementationGuide.url, ImplementationGuide.version, ImplementationGuide.name, ImplementationGuide.title, ImplementationGuide.status, ImplementationGuide.experimental, ImplementationGuide.date, ImplementationGuide.publisher, ImplementationGuide.contact, ImplementationGuide.description, ImplementationGuide.useContext, ImplementationGuide.jurisdiction, ImplementationGuide.copyright, ImplementationGuide.packageId, ImplementationGuide.license, ImplementationGuide.fhirVersion, ImplementationGuide.fhirVersion.extension, ImplementationGuide.fhirVersion.extension:fhirVersion, ImplementationGuide.dependsOn, ImplementationGuide.dependsOn.extension, ImplementationGuide.dependsOn.extension:reason, ImplementationGuide.dependsOn.modifierExtension, ImplementationGuide.dependsOn.uri, ImplementationGuide.dependsOn.packageId, ImplementationGuide.dependsOn.version, ImplementationGuide.global, ImplementationGuide.global.extension, ImplementationGuide.global.modifierExtension, ImplementationGuide.global.type, ImplementationGuide.global.type.extension, ImplementationGuide.global.type.extension:type, ImplementationGuide.global.profile, ImplementationGuide.definition, ImplementationGuide.definition.extension, ImplementationGuide.definition.modifierExtension, ImplementationGuide.definition.grouping, ImplementationGuide.definition.grouping.extension, ImplementationGuide.definition.grouping.modifierExtension, ImplementationGuide.definition.grouping.name, ImplementationGuide.definition.grouping.description, ImplementationGuide.definition.resource, ImplementationGuide.definition.resource.extension, ImplementationGuide.definition.resource.modifierExtension, ImplementationGuide.definition.resource.reference, ImplementationGuide.definition.resource.fhirVersion, ImplementationGuide.definition.resource.fhirVersion.extension, ImplementationGuide.definition.resource.fhirVersion.extension:fhirVersion, ImplementationGuide.definition.resource.name, ImplementationGuide.definition.resource.description, ImplementationGuide.definition.resource.example[x], ImplementationGuide.definition.resource.groupingId, ImplementationGuide.definition.page, ImplementationGuide.definition.page.extension, ImplementationGuide.definition.page.extension:source, ImplementationGuide.definition.page.modifierExtension, ImplementationGuide.definition.page.name[x], ImplementationGuide.definition.page.title, ImplementationGuide.definition.page.generation, ImplementationGuide.definition.page.page, ImplementationGuide.definition.parameter, ImplementationGuide.definition.parameter.extension, ImplementationGuide.definition.parameter.modifierExtension, ImplementationGuide.definition.parameter.code, ImplementationGuide.definition.parameter.code.extension, ImplementationGuide.definition.parameter.code.extension:code, ImplementationGuide.definition.parameter.value, ImplementationGuide.definition.template, ImplementationGuide.definition.template.extension, ImplementationGuide.definition.template.modifierExtension, ImplementationGuide.definition.template.code, ImplementationGuide.definition.template.source, ImplementationGuide.definition.template.scope, ImplementationGuide.manifest, ImplementationGuide.manifest.extension, ImplementationGuide.manifest.modifierExtension, ImplementationGuide.manifest.rendering, ImplementationGuide.manifest.resource, ImplementationGuide.manifest.resource.extension, ImplementationGuide.manifest.resource.modifierExtension, ImplementationGuide.manifest.resource.reference, ImplementationGuide.manifest.resource.example[x], ImplementationGuide.manifest.resource.relativePath, ImplementationGuide.manifest.page, ImplementationGuide.manifest.page.extension, ImplementationGuide.manifest.page.modifierExtension, ImplementationGuide.manifest.page.name, ImplementationGuide.manifest.page.title, ImplementationGuide.manifest.page.anchor, ImplementationGuide.manifest.image, ImplementationGuide.manifest.other | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | ImplementationGuide.extension, ImplementationGuide.extension:identifier, ImplementationGuide.extension:versionAlgorithm, ImplementationGuide.extension:purpose, ImplementationGuide.extension:copyrightLabel, ImplementationGuide.modifierExtension, ImplementationGuide.fhirVersion.extension, ImplementationGuide.fhirVersion.extension:fhirVersion, ImplementationGuide.dependsOn.extension, ImplementationGuide.dependsOn.extension:reason, ImplementationGuide.dependsOn.modifierExtension, ImplementationGuide.global.extension, ImplementationGuide.global.modifierExtension, ImplementationGuide.global.type.extension, ImplementationGuide.global.type.extension:type, ImplementationGuide.definition.extension, ImplementationGuide.definition.modifierExtension, ImplementationGuide.definition.grouping.extension, ImplementationGuide.definition.grouping.modifierExtension, ImplementationGuide.definition.resource.extension, ImplementationGuide.definition.resource.modifierExtension, ImplementationGuide.definition.resource.fhirVersion.extension, ImplementationGuide.definition.resource.fhirVersion.extension:fhirVersion, ImplementationGuide.definition.page.extension, ImplementationGuide.definition.page.extension:source, ImplementationGuide.definition.page.modifierExtension, ImplementationGuide.definition.parameter.extension, ImplementationGuide.definition.parameter.modifierExtension, ImplementationGuide.definition.parameter.code.extension, ImplementationGuide.definition.parameter.code.extension:code, ImplementationGuide.definition.template.extension, ImplementationGuide.definition.template.modifierExtension, ImplementationGuide.manifest.extension, ImplementationGuide.manifest.modifierExtension, ImplementationGuide.manifest.resource.extension, ImplementationGuide.manifest.resource.modifierExtension, ImplementationGuide.manifest.page.extension, ImplementationGuide.manifest.page.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| ig-0 | warning | ImplementationGuide | Name should be usable as an identifier for the module by machine processing applications such as code generation |
name.matches('[A-Z]([A-Za-z0-9_]){0,254}')
|
| ig-1 | error | ImplementationGuide.definition | If a resource has a groupingId, it must refer to a grouping defined in the Implementation Guide |
resource.groupingId.all(%context.grouping.id contains $this)
|
| ig-2 | error | ImplementationGuide | If a resource has a fhirVersion, it must be oe of the versions defined for the Implementation Guide |
definition.resource.fhirVersion.all(%context.fhirVersion contains $this)
|
This structure is derived from ImplementationGuide
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | ImplementationGuide(4.0.1) | A set of rules about how FHIR is used Constraints: ig-0, ig-2 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | Identifier | R5: Additional identifier for the implementation guide (business identifier) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-identifier Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | Coding | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm Binding: version-algorithm (??) (extensible) Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | markdown | R5: Why this implementation guide is defined (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-purpose Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | string | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel Constraints: ext-1 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
Σ | 1..1 | uri | Canonical identifier for this implementation guide, represented as a URI (globally unique) |
![]() ![]() |
ΣC | 1..1 | string | Name for this implementation guide (computer friendly) |
![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of an artifact. |
![]() ![]() |
Σ | 1..1 | id | NPM Package name for IG |
![]() ![]() |
Σ | 1..* | code | FHIR Version(s) this Implementation Guide targets Binding: FHIRVersion (required): All published FHIR Versions. |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..* | code | R5: fhirVersion URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.fhirVersion Binding: R5FHIRVersionForR4 (0.1.0) (required): All published FHIR Versions. Constraints: ext-1 | |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| ImplementationGuide.status | Base | required | PublicationStatus | 📍4.0.1 | FHIR Std. |
| ImplementationGuide.fhirVersion | Base | required |
FHIRVersion
|
📍4.0.1 | tx.fhir.org |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | ImplementationGuide | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | ImplementationGuide | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | ImplementationGuide | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | ImplementationGuide | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | ImplementationGuide | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | ImplementationGuide.implicitRules, ImplementationGuide.extension, ImplementationGuide.extension:identifier, ImplementationGuide.extension:versionAlgorithm, ImplementationGuide.extension:purpose, ImplementationGuide.extension:copyrightLabel, ImplementationGuide.modifierExtension, ImplementationGuide.url, ImplementationGuide.name, ImplementationGuide.status, ImplementationGuide.packageId, ImplementationGuide.fhirVersion, ImplementationGuide.fhirVersion.extension, ImplementationGuide.fhirVersion.extension:fhirVersion | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | ImplementationGuide.extension, ImplementationGuide.extension:identifier, ImplementationGuide.extension:versionAlgorithm, ImplementationGuide.extension:purpose, ImplementationGuide.extension:copyrightLabel, ImplementationGuide.modifierExtension, ImplementationGuide.fhirVersion.extension, ImplementationGuide.fhirVersion.extension:fhirVersion | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| ig-0 | warning | ImplementationGuide | Name should be usable as an identifier for the module by machine processing applications such as code generation |
name.matches('[A-Z]([A-Za-z0-9_]){0,254}')
|
| ig-2 | error | ImplementationGuide | If a resource has a fhirVersion, it must be oe of the versions defined for the Implementation Guide |
definition.resource.fhirVersion.all(%context.fhirVersion contains $this)
|
Differential View
This structure is derived from ImplementationGuide
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | ImplementationGuide(4.0.1) | A set of rules about how FHIR is used Constraints: ig-0, ig-2 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | Identifier | R5: Additional identifier for the implementation guide (business identifier) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-identifier Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | Coding | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm Binding: version-algorithm (??) (extensible) Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | markdown | R5: Why this implementation guide is defined (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-purpose Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | string | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel Constraints: ext-1 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
Σ | 1..1 | uri | Canonical identifier for this implementation guide, represented as a URI (globally unique) | ||||
![]() ![]() |
Σ | 0..1 | string | Business version of the implementation guide | ||||
![]() ![]() |
ΣC | 1..1 | string | Name for this implementation guide (computer friendly) | ||||
![]() ![]() |
Σ | 0..1 | string | Name for this implementation guide (human friendly) | ||||
![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of an artifact. | ||||
![]() ![]() |
Σ | 0..1 | boolean | For testing purposes, not real usage | ||||
![]() ![]() |
Σ | 0..1 | dateTime | Date last changed | ||||
![]() ![]() |
Σ | 0..1 | string | Name of the publisher (organization or individual) | ||||
![]() ![]() |
Σ | 0..* | ContactDetail | Contact details for the publisher | ||||
![]() ![]() |
0..1 | markdown | Natural language description of the implementation guide | |||||
![]() ![]() |
Σ | 0..* | UsageContext | The context that the content is intended to support | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Intended jurisdiction for implementation guide (if applicable) Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use. | ||||
![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |||||
![]() ![]() |
Σ | 1..1 | id | NPM Package name for IG | ||||
![]() ![]() |
Σ | 0..1 | code | SPDX license code for this IG (or not-open-source) Binding: SPDXLicense (required): The license that applies to an Implementation Guide (using an SPDX license Identifiers, or 'not-open-source'). The binding is required but new SPDX license Identifiers are allowed to be used (https://spdx.org/licenses/). | ||||
![]() ![]() |
Σ | 1..* | code | FHIR Version(s) this Implementation Guide targets Binding: FHIRVersion (required): All published FHIR Versions. | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | code | R5: fhirVersion URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.fhirVersion Binding: R5FHIRVersionForR4 (0.1.0) (required): All published FHIR Versions. Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | string | Primitive value for code | |||||
![]() ![]() |
Σ | 0..* | BackboneElement | Another Implementation guide this depends on | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | markdown | R5: Why dependency exists (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.dependsOn.reason Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | canonical(ImplementationGuide) | Identity of the IG that this depends on | ||||
![]() ![]() ![]() |
Σ | 0..1 | id | NPM Package name for IG this depends on | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Version of the IG | ||||
![]() ![]() |
Σ | 0..* | BackboneElement | Profiles that apply globally | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | code | Type this profile applies to Binding: ResourceType (required): One of the resource types defined as part of this version of FHIR. | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: type additional codes URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.global.type Binding: R5ResourceTypesForR4 (0.1.0) (required): One of the resource types defined as part of this version of FHIR. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Primitive value for code | |||||
![]() ![]() ![]() |
Σ | 1..1 | canonical(StructureDefinition) | Profile that all resources must conform to | ||||
![]() ![]() |
C | 0..1 | BackboneElement | Information needed to build the IG Constraints: ig-1 | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..* | BackboneElement | Grouping used to present related resources in the IG | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | string | Descriptive name for the package | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Human readable text describing the package | |||||
![]() ![]() ![]() |
1..* | BackboneElement | Resource in the implementation guide | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Resource) | Location of the resource | |||||
![]() ![]() ![]() ![]() |
0..* | code | Versions this applies to (if different to IG) Binding: FHIRVersion (required): All published FHIR Versions. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | code | R5: fhirVersion URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.definition.resource.fhirVersion Binding: R5FHIRVersionForR4 (0.1.0) (required): All published FHIR Versions. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Primitive value for code | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Human Name for the resource | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Reason why included in guide | |||||
![]() ![]() ![]() ![]() |
0..1 | Is an example/What is this an example of? | ||||||
![]() ![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() ![]() |
canonical(StructureDefinition) | |||||||
![]() ![]() ![]() ![]() |
0..1 | id | Grouping this is part of | |||||
![]() ![]() ![]() |
0..1 | BackboneElement | Page/Section in the Guide | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | url, string, markdown | R5: Source for page (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.definition.page.source Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | Where to find that page | ||||||
![]() ![]() ![]() ![]() ![]() |
url | |||||||
![]() ![]() ![]() ![]() ![]() |
Reference(Binary) | |||||||
![]() ![]() ![]() ![]() |
1..1 | string | Short title shown for navigational assistance | |||||
![]() ![]() ![]() ![]() |
1..1 | code | html | markdown | xml | generated Binding: GuidePageGeneration (required): A code that indicates how the page is generated. | |||||
![]() ![]() ![]() ![]() |
0..* | See page (ImplementationGuide) | Nested Pages / Sections | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Defines how IG is built by tools | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | code | apply | path-resource | path-pages | path-tx-cache | expansion-parameter | rule-broken-links | generate-xml | generate-json | generate-turtle | html-template Binding: GuideParameterCode (required): Code of parameter that is input to the guide. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | R5: Code that identifies parameter additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.definition.parameter.code Binding: GuideParameterCode (extensible) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Primitive value for code | |||||
![]() ![]() ![]() ![]() |
1..1 | string | Value for named type | |||||
![]() ![]() ![]() |
0..* | BackboneElement | A template for building resources | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | code | Type of template specified | |||||
![]() ![]() ![]() ![]() |
1..1 | string | The source location for the template | |||||
![]() ![]() ![]() ![]() |
0..1 | string | The scope in which the template applies | |||||
![]() ![]() |
0..1 | BackboneElement | Information about an assembled IG | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 0..1 | url | Location of rendered implementation guide | ||||
![]() ![]() ![]() |
Σ | 1..* | BackboneElement | Resource in the implementation guide | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Reference(Resource) | Location of the resource | ||||
![]() ![]() ![]() ![]() |
0..1 | Is an example/What is this an example of? | ||||||
![]() ![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() ![]() |
canonical(StructureDefinition) | |||||||
![]() ![]() ![]() ![]() |
0..1 | url | Relative path for page in IG | |||||
![]() ![]() ![]() |
0..* | BackboneElement | HTML page within the parent IG | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | string | HTML page name | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Title of the page, for references | |||||
![]() ![]() ![]() ![]() |
0..* | string | Anchor available on the page | |||||
![]() ![]() ![]() |
0..* | string | Image within the IG | |||||
![]() ![]() ![]() |
0..* | string | Additional linkable file in IG | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| ImplementationGuide.language | Base | preferred |
Common Languages
|
📍4.0.1 | tx.fhir.org |
| ImplementationGuide.status | Base | required | PublicationStatus | 📍4.0.1 | FHIR Std. |
| ImplementationGuide.jurisdiction | Base | extensible | Jurisdiction | 📍4.0.1 | FHIR Std. |
| ImplementationGuide.license | Base | required | SPDXLicense | 📍4.0.1 | FHIR Std. |
| ImplementationGuide.fhirVersion | Base | required |
FHIRVersion
|
📍4.0.1 | tx.fhir.org |
| ImplementationGuide.global.type | Base | required |
ResourceType
|
📍4.0.1 | tx.fhir.org |
| ImplementationGuide.definition.resource.fhirVersion | Base | required |
FHIRVersion
|
📍4.0.1 | tx.fhir.org |
| ImplementationGuide.definition.page.generation | Base | required | GuidePageGeneration | 📍4.0.1 | FHIR Std. |
| ImplementationGuide.definition.parameter.code | Base | required | GuideParameterCode | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | ImplementationGuide | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | ImplementationGuide | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | ImplementationGuide | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | ImplementationGuide | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | ImplementationGuide | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | ImplementationGuide.meta, ImplementationGuide.implicitRules, ImplementationGuide.language, ImplementationGuide.text, ImplementationGuide.extension, ImplementationGuide.extension:identifier, ImplementationGuide.extension:versionAlgorithm, ImplementationGuide.extension:purpose, ImplementationGuide.extension:copyrightLabel, ImplementationGuide.modifierExtension, ImplementationGuide.url, ImplementationGuide.version, ImplementationGuide.name, ImplementationGuide.title, ImplementationGuide.status, ImplementationGuide.experimental, ImplementationGuide.date, ImplementationGuide.publisher, ImplementationGuide.contact, ImplementationGuide.description, ImplementationGuide.useContext, ImplementationGuide.jurisdiction, ImplementationGuide.copyright, ImplementationGuide.packageId, ImplementationGuide.license, ImplementationGuide.fhirVersion, ImplementationGuide.fhirVersion.extension, ImplementationGuide.fhirVersion.extension:fhirVersion, ImplementationGuide.dependsOn, ImplementationGuide.dependsOn.extension, ImplementationGuide.dependsOn.extension:reason, ImplementationGuide.dependsOn.modifierExtension, ImplementationGuide.dependsOn.uri, ImplementationGuide.dependsOn.packageId, ImplementationGuide.dependsOn.version, ImplementationGuide.global, ImplementationGuide.global.extension, ImplementationGuide.global.modifierExtension, ImplementationGuide.global.type, ImplementationGuide.global.type.extension, ImplementationGuide.global.type.extension:type, ImplementationGuide.global.profile, ImplementationGuide.definition, ImplementationGuide.definition.extension, ImplementationGuide.definition.modifierExtension, ImplementationGuide.definition.grouping, ImplementationGuide.definition.grouping.extension, ImplementationGuide.definition.grouping.modifierExtension, ImplementationGuide.definition.grouping.name, ImplementationGuide.definition.grouping.description, ImplementationGuide.definition.resource, ImplementationGuide.definition.resource.extension, ImplementationGuide.definition.resource.modifierExtension, ImplementationGuide.definition.resource.reference, ImplementationGuide.definition.resource.fhirVersion, ImplementationGuide.definition.resource.fhirVersion.extension, ImplementationGuide.definition.resource.fhirVersion.extension:fhirVersion, ImplementationGuide.definition.resource.name, ImplementationGuide.definition.resource.description, ImplementationGuide.definition.resource.example[x], ImplementationGuide.definition.resource.groupingId, ImplementationGuide.definition.page, ImplementationGuide.definition.page.extension, ImplementationGuide.definition.page.extension:source, ImplementationGuide.definition.page.modifierExtension, ImplementationGuide.definition.page.name[x], ImplementationGuide.definition.page.title, ImplementationGuide.definition.page.generation, ImplementationGuide.definition.page.page, ImplementationGuide.definition.parameter, ImplementationGuide.definition.parameter.extension, ImplementationGuide.definition.parameter.modifierExtension, ImplementationGuide.definition.parameter.code, ImplementationGuide.definition.parameter.code.extension, ImplementationGuide.definition.parameter.code.extension:code, ImplementationGuide.definition.parameter.value, ImplementationGuide.definition.template, ImplementationGuide.definition.template.extension, ImplementationGuide.definition.template.modifierExtension, ImplementationGuide.definition.template.code, ImplementationGuide.definition.template.source, ImplementationGuide.definition.template.scope, ImplementationGuide.manifest, ImplementationGuide.manifest.extension, ImplementationGuide.manifest.modifierExtension, ImplementationGuide.manifest.rendering, ImplementationGuide.manifest.resource, ImplementationGuide.manifest.resource.extension, ImplementationGuide.manifest.resource.modifierExtension, ImplementationGuide.manifest.resource.reference, ImplementationGuide.manifest.resource.example[x], ImplementationGuide.manifest.resource.relativePath, ImplementationGuide.manifest.page, ImplementationGuide.manifest.page.extension, ImplementationGuide.manifest.page.modifierExtension, ImplementationGuide.manifest.page.name, ImplementationGuide.manifest.page.title, ImplementationGuide.manifest.page.anchor, ImplementationGuide.manifest.image, ImplementationGuide.manifest.other | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | ImplementationGuide.extension, ImplementationGuide.extension:identifier, ImplementationGuide.extension:versionAlgorithm, ImplementationGuide.extension:purpose, ImplementationGuide.extension:copyrightLabel, ImplementationGuide.modifierExtension, ImplementationGuide.fhirVersion.extension, ImplementationGuide.fhirVersion.extension:fhirVersion, ImplementationGuide.dependsOn.extension, ImplementationGuide.dependsOn.extension:reason, ImplementationGuide.dependsOn.modifierExtension, ImplementationGuide.global.extension, ImplementationGuide.global.modifierExtension, ImplementationGuide.global.type.extension, ImplementationGuide.global.type.extension:type, ImplementationGuide.definition.extension, ImplementationGuide.definition.modifierExtension, ImplementationGuide.definition.grouping.extension, ImplementationGuide.definition.grouping.modifierExtension, ImplementationGuide.definition.resource.extension, ImplementationGuide.definition.resource.modifierExtension, ImplementationGuide.definition.resource.fhirVersion.extension, ImplementationGuide.definition.resource.fhirVersion.extension:fhirVersion, ImplementationGuide.definition.page.extension, ImplementationGuide.definition.page.extension:source, ImplementationGuide.definition.page.modifierExtension, ImplementationGuide.definition.parameter.extension, ImplementationGuide.definition.parameter.modifierExtension, ImplementationGuide.definition.parameter.code.extension, ImplementationGuide.definition.parameter.code.extension:code, ImplementationGuide.definition.template.extension, ImplementationGuide.definition.template.modifierExtension, ImplementationGuide.manifest.extension, ImplementationGuide.manifest.modifierExtension, ImplementationGuide.manifest.resource.extension, ImplementationGuide.manifest.resource.modifierExtension, ImplementationGuide.manifest.page.extension, ImplementationGuide.manifest.page.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| ig-0 | warning | ImplementationGuide | Name should be usable as an identifier for the module by machine processing applications such as code generation |
name.matches('[A-Z]([A-Za-z0-9_]){0,254}')
|
| ig-1 | error | ImplementationGuide.definition | If a resource has a groupingId, it must refer to a grouping defined in the Implementation Guide |
resource.groupingId.all(%context.grouping.id contains $this)
|
| ig-2 | error | ImplementationGuide | If a resource has a fhirVersion, it must be oe of the versions defined for the Implementation Guide |
definition.resource.fhirVersion.all(%context.fhirVersion contains $this)
|
This structure is derived from ImplementationGuide
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Other representations of profile: CSV, Excel, Schematron