This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
FHIR Infrastructure Work Group | Maturity Level: 0 | Compartments: Not linked to any defined compartments |
A set of rules or how FHIR is used to solve a particular problem. 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.
An "implementation guide" defines a particular scope of usage for FHIR, and sets a bounded set of expectations for implementations to comply to.
The significant conformance expectation introduced by the ImplementationGuide resource is the idea of Default Profiles. Implementations may conform to multiple implementation guides at once, but this requires that the implementation guides are compatible (see below).
Implementation Guides contain two different types of resource references:
An applications Capability Statement may identify one or more implementation guides that an application conforms to.
The ImplementationGuide resource is defined for two principle reasons:
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ImplementationGuide | DomainResource | A set of rules about how FHIR is used | ||
url | Σ | 1..1 | uri | Logical uri to reference this implementation guide (globally unique) |
version | Σ | 0..1 | string | Business version of the implementation guide |
name | Σ | 1..1 | string | Name for this implementation guide (Computer friendly) |
status | ?!Σ | 1..1 | code | draft | active | retired PublicationStatus (Required) |
experimental | ?!Σ | 0..1 | boolean | If for testing purposes, not real usage |
publisher | Σ | 0..1 | string | Name of the publisher (Organization or individual) |
contact | Σ | 0..* | ContactDetail | Contact details for the publisher |
date | Σ | 0..1 | dateTime | Date this was last changed |
description | 0..1 | markdown | Natural language description of the implementation guide | |
useContext | Σ | 0..* | UsageContext | Content intends to support these contexts |
jurisdiction | Σ | 0..* | CodeableConcept | Intended jurisdiction for implementation guide (if applicable) Jurisdiction ValueSet (Extensible) |
copyright | 0..1 | markdown | Use and/or publishing restrictions | |
fhirVersion | Σ | 0..1 | id | FHIR Version this Implementation Guide targets |
dependency | Σ | 0..* | BackboneElement | Another Implementation guide this depends on |
type | Σ | 1..1 | code | reference | inclusion GuideDependencyType (Required) |
uri | Σ | 1..1 | uri | Where to find dependency |
package | Σ | 0..* | BackboneElement | Group of resources as used in .page.package |
name | Σ | 1..1 | string | Name used .page.package |
description | 0..1 | string | Human readable text describing the package | |
resource | Σ | 1..* | BackboneElement | Resource in the implementation guide |
example | Σ | 1..1 | boolean | If not an example, has it's normal meaning |
name | Σ | 0..1 | string | Human Name for the resource |
description | 0..1 | string | Reason why included in guide | |
acronym | 0..1 | string | Short code to identify the resource | |
source[x] | Σ | 1..1 | Location of the resource | |
sourceUri | uri | |||
sourceReference | Reference(Any) | |||
exampleFor | 0..1 | Reference(StructureDefinition) | Resource this is an example of (if applicable) | |
global | Σ | 0..* | BackboneElement | Profiles that apply globally |
type | Σ | 1..1 | code | Type this profiles applies to ResourceType (Required) |
profile | Σ | 1..1 | Reference(StructureDefinition) | Profile that all resources must conform to |
binary | 0..* | uri | Image, css, script, etc. | |
page | Σ | 0..1 | BackboneElement | Page/Section in the Guide |
source | Σ | 1..1 | uri | Where to find that page |
title | Σ | 1..1 | string | Short title shown for navigational assistance |
kind | Σ | 1..1 | code | page | example | list | include | directory | dictionary | toc | resource GuidePageKind (Required) |
type | 0..* | code | Kind of resource to include in the list ResourceType (Required) | |
package | 0..* | string | Name of package to include | |
format | 0..1 | code | Format of the page (e.g. html, markdown, etc.) MimeType (Required) | |
page | 0..* | see page | Nested Pages / Sections | |
Documentation for this format |
UML Diagram (Legend)
XML Template
<ImplementationGuide xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 1..1 Logical uri to reference this implementation guide (globally unique) --> <version value="[string]"/><!-- 0..1 Business version of the implementation guide --> <name value="[string]"/><!-- 1..1 Name for this implementation guide (Computer friendly) --> <status value="[code]"/><!-- 1..1 draft | active | retired --> <experimental value="[boolean]"/><!-- 0..1 If for testing purposes, not real usage --> <publisher value="[string]"/><!-- 0..1 Name of the publisher (Organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <date value="[dateTime]"/><!-- 0..1 Date this was last changed --> <description value="[markdown]"/><!-- 0..1 Natural language description of the implementation guide --> <useContext><!-- 0..* UsageContext Content intends to support these contexts --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for implementation guide (if applicable) --></jurisdiction> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <fhirVersion value="[id]"/><!-- 0..1 FHIR Version this Implementation Guide targets --> <dependency> <!-- 0..* Another Implementation guide this depends on --> <type value="[code]"/><!-- 1..1 reference | inclusion --> <uri value="[uri]"/><!-- 1..1 Where to find dependency --> </dependency> <package> <!-- 0..* Group of resources as used in .page.package --> <name value="[string]"/><!-- 1..1 Name used .page.package --> <description value="[string]"/><!-- 0..1 Human readable text describing the package --> <resource> <!-- 1..* Resource in the implementation guide --> <example value="[boolean]"/><!-- 1..1 If not an example, has it's normal meaning --> <name value="[string]"/><!-- 0..1 Human Name for the resource --> <description value="[string]"/><!-- 0..1 Reason why included in guide --> <acronym value="[string]"/><!-- 0..1 Short code to identify the resource --> <source[x]><!-- 1..1 uri|Reference(Any) Location of the resource --></source[x]> <exampleFor><!-- 0..1 Reference(StructureDefinition) Resource this is an example of (if applicable) --></exampleFor> </resource> </package> <global> <!-- 0..* Profiles that apply globally --> <type value="[code]"/><!-- 1..1 Type this profiles applies to --> <profile><!-- 1..1 Reference(StructureDefinition) Profile that all resources must conform to --></profile> </global> <binary value="[uri]"/><!-- 0..* Image, css, script, etc. --> <page> <!-- 0..1 Page/Section in the Guide --> <source value="[uri]"/><!-- 1..1 Where to find that page --> <title value="[string]"/><!-- 1..1 Short title shown for navigational assistance --> <kind value="[code]"/><!-- 1..1 page | example | list | include | directory | dictionary | toc | resource --> <type value="[code]"/><!-- 0..* Kind of resource to include in the list --> <package value="[string]"/><!-- 0..* Name of package to include --> <format value="[code]"/><!-- 0..1 Format of the page (e.g. html, markdown, etc.) --> <page><!-- 0..* Content as for ImplementationGuide.page Nested Pages / Sections --></page> </page> </ImplementationGuide>
JSON Template
{ "resourceType" : "ImplementationGuide", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "url" : "<uri>", // R! Logical uri to reference this implementation guide (globally unique) "version" : "<string>", // Business version of the implementation guide "name" : "<string>", // R! Name for this implementation guide (Computer friendly) "status" : "<code>", // R! draft | active | retired "experimental" : <boolean>, // If for testing purposes, not real usage "publisher" : "<string>", // Name of the publisher (Organization or individual) "contact" : [{ ContactDetail }], // Contact details for the publisher "date" : "<dateTime>", // Date this was last changed "description" : "<markdown>", // Natural language description of the implementation guide "useContext" : [{ UsageContext }], // Content intends to support these contexts "jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for implementation guide (if applicable) "copyright" : "<markdown>", // Use and/or publishing restrictions "fhirVersion" : "<id>", // FHIR Version this Implementation Guide targets "dependency" : [{ // Another Implementation guide this depends on "type" : "<code>", // R! reference | inclusion "uri" : "<uri>" // R! Where to find dependency }], "package" : [{ // Group of resources as used in .page.package "name" : "<string>", // R! Name used .page.package "description" : "<string>", // Human readable text describing the package "resource" : [{ // R! Resource in the implementation guide "example" : <boolean>, // R! If not an example, has it's normal meaning "name" : "<string>", // Human Name for the resource "description" : "<string>", // Reason why included in guide "acronym" : "<string>", // Short code to identify the resource // source[x]: Location of the resource. One of these 2: "sourceUri" : "<uri>", "sourceReference" : { Reference(Any) }, "exampleFor" : { Reference(StructureDefinition) } // Resource this is an example of (if applicable) }] }], "global" : [{ // Profiles that apply globally "type" : "<code>", // R! Type this profiles applies to "profile" : { Reference(StructureDefinition) } // R! Profile that all resources must conform to }], "binary" : ["<uri>"], // Image, css, script, etc. "page" : { // Page/Section in the Guide "source" : "<uri>", // R! Where to find that page "title" : "<string>", // R! Short title shown for navigational assistance "kind" : "<code>", // R! page | example | list | include | directory | dictionary | toc | resource "type" : ["<code>"], // Kind of resource to include in the list "package" : ["<string>"], // Name of package to include "format" : "<code>", // Format of the page (e.g. html, markdown, etc.) "page" : [{ Content as for ImplementationGuide.page }] // Nested Pages / Sections } }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:ImplementationGuide; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:ImplementationGuide.url [ uri ]; # 1..1 Logical uri to reference this implementation guide (globally unique) fhir:ImplementationGuide.version [ string ]; # 0..1 Business version of the implementation guide fhir:ImplementationGuide.name [ string ]; # 1..1 Name for this implementation guide (Computer friendly) fhir:ImplementationGuide.status [ code ]; # 1..1 draft | active | retired fhir:ImplementationGuide.experimental [ boolean ]; # 0..1 If for testing purposes, not real usage fhir:ImplementationGuide.publisher [ string ]; # 0..1 Name of the publisher (Organization or individual) fhir:ImplementationGuide.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:ImplementationGuide.date [ dateTime ]; # 0..1 Date this was last changed fhir:ImplementationGuide.description [ markdown ]; # 0..1 Natural language description of the implementation guide fhir:ImplementationGuide.useContext [ UsageContext ], ... ; # 0..* Content intends to support these contexts fhir:ImplementationGuide.jurisdiction [ CodeableConcept ], ... ; # 0..* Intended jurisdiction for implementation guide (if applicable) fhir:ImplementationGuide.copyright [ markdown ]; # 0..1 Use and/or publishing restrictions fhir:ImplementationGuide.fhirVersion [ id ]; # 0..1 FHIR Version this Implementation Guide targets fhir:ImplementationGuide.dependency [ # 0..* Another Implementation guide this depends on fhir:ImplementationGuide.dependency.type [ code ]; # 1..1 reference | inclusion fhir:ImplementationGuide.dependency.uri [ uri ]; # 1..1 Where to find dependency ], ...; fhir:ImplementationGuide.package [ # 0..* Group of resources as used in .page.package fhir:ImplementationGuide.package.name [ string ]; # 1..1 Name used .page.package fhir:ImplementationGuide.package.description [ string ]; # 0..1 Human readable text describing the package fhir:ImplementationGuide.package.resource [ # 1..* Resource in the implementation guide fhir:ImplementationGuide.package.resource.example [ boolean ]; # 1..1 If not an example, has it's normal meaning fhir:ImplementationGuide.package.resource.name [ string ]; # 0..1 Human Name for the resource fhir:ImplementationGuide.package.resource.description [ string ]; # 0..1 Reason why included in guide fhir:ImplementationGuide.package.resource.acronym [ string ]; # 0..1 Short code to identify the resource # ImplementationGuide.package.resource.source[x] : 1..1 Location of the resource. One of these 2 fhir:ImplementationGuide.package.resource.sourceUri [ uri ] fhir:ImplementationGuide.package.resource.sourceReference [ Reference(Any) ] fhir:ImplementationGuide.package.resource.exampleFor [ Reference(StructureDefinition) ]; # 0..1 Resource this is an example of (if applicable) ], ...; ], ...; fhir:ImplementationGuide.global [ # 0..* Profiles that apply globally fhir:ImplementationGuide.global.type [ code ]; # 1..1 Type this profiles applies to fhir:ImplementationGuide.global.profile [ Reference(StructureDefinition) ]; # 1..1 Profile that all resources must conform to ], ...; fhir:ImplementationGuide.binary [ uri ], ... ; # 0..* Image, css, script, etc. fhir:ImplementationGuide.page [ # 0..1 Page/Section in the Guide fhir:ImplementationGuide.page.source [ uri ]; # 1..1 Where to find that page fhir:ImplementationGuide.page.title [ string ]; # 1..1 Short title shown for navigational assistance fhir:ImplementationGuide.page.kind [ code ]; # 1..1 page | example | list | include | directory | dictionary | toc | resource fhir:ImplementationGuide.page.type [ code ], ... ; # 0..* Kind of resource to include in the list fhir:ImplementationGuide.page.package [ string ], ... ; # 0..* Name of package to include fhir:ImplementationGuide.page.format [ code ]; # 0..1 Format of the page (e.g. html, markdown, etc.) fhir:ImplementationGuide.page.page [ See ImplementationGuide.page ], ... ; # 0..* Nested Pages / Sections ]; ]
Changes since DSTU2
ImplementationGuide | |
ImplementationGuide.status | Change value set from http://hl7.org/fhir/ValueSet/conformance-resource-status to http://hl7.org/fhir/ValueSet/publication-status |
ImplementationGuide.experimental | Now marked as Modifier |
ImplementationGuide.contact | Type changed from BackboneElement to ContactDetail |
ImplementationGuide.description | Type changed from string to markdown |
ImplementationGuide.useContext |
Type changed from CodeableConcept to UsageContext Remove Binding http://hl7.org/fhir/ValueSet/use-context (extensible) |
ImplementationGuide.jurisdiction | added Element |
ImplementationGuide.copyright | Type changed from string to markdown |
ImplementationGuide.package | Min Cardinality changed from 1 to 0 |
ImplementationGuide.package.resource.example | added Element |
ImplementationGuide.page | Min Cardinality changed from 1 to 0 |
ImplementationGuide.page.title | Renamed from name to title |
ImplementationGuide.contact.name | deleted |
ImplementationGuide.contact.telecom | deleted |
ImplementationGuide.package.resource.purpose | deleted |
See the Full Difference for further information
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ImplementationGuide | DomainResource | A set of rules about how FHIR is used | ||
url | Σ | 1..1 | uri | Logical uri to reference this implementation guide (globally unique) |
version | Σ | 0..1 | string | Business version of the implementation guide |
name | Σ | 1..1 | string | Name for this implementation guide (Computer friendly) |
status | ?!Σ | 1..1 | code | draft | active | retired PublicationStatus (Required) |
experimental | ?!Σ | 0..1 | boolean | If for testing purposes, not real usage |
publisher | Σ | 0..1 | string | Name of the publisher (Organization or individual) |
contact | Σ | 0..* | ContactDetail | Contact details for the publisher |
date | Σ | 0..1 | dateTime | Date this was last changed |
description | 0..1 | markdown | Natural language description of the implementation guide | |
useContext | Σ | 0..* | UsageContext | Content intends to support these contexts |
jurisdiction | Σ | 0..* | CodeableConcept | Intended jurisdiction for implementation guide (if applicable) Jurisdiction ValueSet (Extensible) |
copyright | 0..1 | markdown | Use and/or publishing restrictions | |
fhirVersion | Σ | 0..1 | id | FHIR Version this Implementation Guide targets |
dependency | Σ | 0..* | BackboneElement | Another Implementation guide this depends on |
type | Σ | 1..1 | code | reference | inclusion GuideDependencyType (Required) |
uri | Σ | 1..1 | uri | Where to find dependency |
package | Σ | 0..* | BackboneElement | Group of resources as used in .page.package |
name | Σ | 1..1 | string | Name used .page.package |
description | 0..1 | string | Human readable text describing the package | |
resource | Σ | 1..* | BackboneElement | Resource in the implementation guide |
example | Σ | 1..1 | boolean | If not an example, has it's normal meaning |
name | Σ | 0..1 | string | Human Name for the resource |
description | 0..1 | string | Reason why included in guide | |
acronym | 0..1 | string | Short code to identify the resource | |
source[x] | Σ | 1..1 | Location of the resource | |
sourceUri | uri | |||
sourceReference | Reference(Any) | |||
exampleFor | 0..1 | Reference(StructureDefinition) | Resource this is an example of (if applicable) | |
global | Σ | 0..* | BackboneElement | Profiles that apply globally |
type | Σ | 1..1 | code | Type this profiles applies to ResourceType (Required) |
profile | Σ | 1..1 | Reference(StructureDefinition) | Profile that all resources must conform to |
binary | 0..* | uri | Image, css, script, etc. | |
page | Σ | 0..1 | BackboneElement | Page/Section in the Guide |
source | Σ | 1..1 | uri | Where to find that page |
title | Σ | 1..1 | string | Short title shown for navigational assistance |
kind | Σ | 1..1 | code | page | example | list | include | directory | dictionary | toc | resource GuidePageKind (Required) |
type | 0..* | code | Kind of resource to include in the list ResourceType (Required) | |
package | 0..* | string | Name of package to include | |
format | 0..1 | code | Format of the page (e.g. html, markdown, etc.) MimeType (Required) | |
page | 0..* | see page | Nested Pages / Sections | |
Documentation for this format |
XML Template
<ImplementationGuide xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 1..1 Logical uri to reference this implementation guide (globally unique) --> <version value="[string]"/><!-- 0..1 Business version of the implementation guide --> <name value="[string]"/><!-- 1..1 Name for this implementation guide (Computer friendly) --> <status value="[code]"/><!-- 1..1 draft | active | retired --> <experimental value="[boolean]"/><!-- 0..1 If for testing purposes, not real usage --> <publisher value="[string]"/><!-- 0..1 Name of the publisher (Organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <date value="[dateTime]"/><!-- 0..1 Date this was last changed --> <description value="[markdown]"/><!-- 0..1 Natural language description of the implementation guide --> <useContext><!-- 0..* UsageContext Content intends to support these contexts --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for implementation guide (if applicable) --></jurisdiction> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <fhirVersion value="[id]"/><!-- 0..1 FHIR Version this Implementation Guide targets --> <dependency> <!-- 0..* Another Implementation guide this depends on --> <type value="[code]"/><!-- 1..1 reference | inclusion --> <uri value="[uri]"/><!-- 1..1 Where to find dependency --> </dependency> <package> <!-- 0..* Group of resources as used in .page.package --> <name value="[string]"/><!-- 1..1 Name used .page.package --> <description value="[string]"/><!-- 0..1 Human readable text describing the package --> <resource> <!-- 1..* Resource in the implementation guide --> <example value="[boolean]"/><!-- 1..1 If not an example, has it's normal meaning --> <name value="[string]"/><!-- 0..1 Human Name for the resource --> <description value="[string]"/><!-- 0..1 Reason why included in guide --> <acronym value="[string]"/><!-- 0..1 Short code to identify the resource --> <source[x]><!-- 1..1 uri|Reference(Any) Location of the resource --></source[x]> <exampleFor><!-- 0..1 Reference(StructureDefinition) Resource this is an example of (if applicable) --></exampleFor> </resource> </package> <global> <!-- 0..* Profiles that apply globally --> <type value="[code]"/><!-- 1..1 Type this profiles applies to --> <profile><!-- 1..1 Reference(StructureDefinition) Profile that all resources must conform to --></profile> </global> <binary value="[uri]"/><!-- 0..* Image, css, script, etc. --> <page> <!-- 0..1 Page/Section in the Guide --> <source value="[uri]"/><!-- 1..1 Where to find that page --> <title value="[string]"/><!-- 1..1 Short title shown for navigational assistance --> <kind value="[code]"/><!-- 1..1 page | example | list | include | directory | dictionary | toc | resource --> <type value="[code]"/><!-- 0..* Kind of resource to include in the list --> <package value="[string]"/><!-- 0..* Name of package to include --> <format value="[code]"/><!-- 0..1 Format of the page (e.g. html, markdown, etc.) --> <page><!-- 0..* Content as for ImplementationGuide.page Nested Pages / Sections --></page> </page> </ImplementationGuide>
JSON Template
{ "resourceType" : "ImplementationGuide", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "url" : "<uri>", // R! Logical uri to reference this implementation guide (globally unique) "version" : "<string>", // Business version of the implementation guide "name" : "<string>", // R! Name for this implementation guide (Computer friendly) "status" : "<code>", // R! draft | active | retired "experimental" : <boolean>, // If for testing purposes, not real usage "publisher" : "<string>", // Name of the publisher (Organization or individual) "contact" : [{ ContactDetail }], // Contact details for the publisher "date" : "<dateTime>", // Date this was last changed "description" : "<markdown>", // Natural language description of the implementation guide "useContext" : [{ UsageContext }], // Content intends to support these contexts "jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for implementation guide (if applicable) "copyright" : "<markdown>", // Use and/or publishing restrictions "fhirVersion" : "<id>", // FHIR Version this Implementation Guide targets "dependency" : [{ // Another Implementation guide this depends on "type" : "<code>", // R! reference | inclusion "uri" : "<uri>" // R! Where to find dependency }], "package" : [{ // Group of resources as used in .page.package "name" : "<string>", // R! Name used .page.package "description" : "<string>", // Human readable text describing the package "resource" : [{ // R! Resource in the implementation guide "example" : <boolean>, // R! If not an example, has it's normal meaning "name" : "<string>", // Human Name for the resource "description" : "<string>", // Reason why included in guide "acronym" : "<string>", // Short code to identify the resource // source[x]: Location of the resource. One of these 2: "sourceUri" : "<uri>", "sourceReference" : { Reference(Any) }, "exampleFor" : { Reference(StructureDefinition) } // Resource this is an example of (if applicable) }] }], "global" : [{ // Profiles that apply globally "type" : "<code>", // R! Type this profiles applies to "profile" : { Reference(StructureDefinition) } // R! Profile that all resources must conform to }], "binary" : ["<uri>"], // Image, css, script, etc. "page" : { // Page/Section in the Guide "source" : "<uri>", // R! Where to find that page "title" : "<string>", // R! Short title shown for navigational assistance "kind" : "<code>", // R! page | example | list | include | directory | dictionary | toc | resource "type" : ["<code>"], // Kind of resource to include in the list "package" : ["<string>"], // Name of package to include "format" : "<code>", // Format of the page (e.g. html, markdown, etc.) "page" : [{ Content as for ImplementationGuide.page }] // Nested Pages / Sections } }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:ImplementationGuide; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:ImplementationGuide.url [ uri ]; # 1..1 Logical uri to reference this implementation guide (globally unique) fhir:ImplementationGuide.version [ string ]; # 0..1 Business version of the implementation guide fhir:ImplementationGuide.name [ string ]; # 1..1 Name for this implementation guide (Computer friendly) fhir:ImplementationGuide.status [ code ]; # 1..1 draft | active | retired fhir:ImplementationGuide.experimental [ boolean ]; # 0..1 If for testing purposes, not real usage fhir:ImplementationGuide.publisher [ string ]; # 0..1 Name of the publisher (Organization or individual) fhir:ImplementationGuide.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:ImplementationGuide.date [ dateTime ]; # 0..1 Date this was last changed fhir:ImplementationGuide.description [ markdown ]; # 0..1 Natural language description of the implementation guide fhir:ImplementationGuide.useContext [ UsageContext ], ... ; # 0..* Content intends to support these contexts fhir:ImplementationGuide.jurisdiction [ CodeableConcept ], ... ; # 0..* Intended jurisdiction for implementation guide (if applicable) fhir:ImplementationGuide.copyright [ markdown ]; # 0..1 Use and/or publishing restrictions fhir:ImplementationGuide.fhirVersion [ id ]; # 0..1 FHIR Version this Implementation Guide targets fhir:ImplementationGuide.dependency [ # 0..* Another Implementation guide this depends on fhir:ImplementationGuide.dependency.type [ code ]; # 1..1 reference | inclusion fhir:ImplementationGuide.dependency.uri [ uri ]; # 1..1 Where to find dependency ], ...; fhir:ImplementationGuide.package [ # 0..* Group of resources as used in .page.package fhir:ImplementationGuide.package.name [ string ]; # 1..1 Name used .page.package fhir:ImplementationGuide.package.description [ string ]; # 0..1 Human readable text describing the package fhir:ImplementationGuide.package.resource [ # 1..* Resource in the implementation guide fhir:ImplementationGuide.package.resource.example [ boolean ]; # 1..1 If not an example, has it's normal meaning fhir:ImplementationGuide.package.resource.name [ string ]; # 0..1 Human Name for the resource fhir:ImplementationGuide.package.resource.description [ string ]; # 0..1 Reason why included in guide fhir:ImplementationGuide.package.resource.acronym [ string ]; # 0..1 Short code to identify the resource # ImplementationGuide.package.resource.source[x] : 1..1 Location of the resource. One of these 2 fhir:ImplementationGuide.package.resource.sourceUri [ uri ] fhir:ImplementationGuide.package.resource.sourceReference [ Reference(Any) ] fhir:ImplementationGuide.package.resource.exampleFor [ Reference(StructureDefinition) ]; # 0..1 Resource this is an example of (if applicable) ], ...; ], ...; fhir:ImplementationGuide.global [ # 0..* Profiles that apply globally fhir:ImplementationGuide.global.type [ code ]; # 1..1 Type this profiles applies to fhir:ImplementationGuide.global.profile [ Reference(StructureDefinition) ]; # 1..1 Profile that all resources must conform to ], ...; fhir:ImplementationGuide.binary [ uri ], ... ; # 0..* Image, css, script, etc. fhir:ImplementationGuide.page [ # 0..1 Page/Section in the Guide fhir:ImplementationGuide.page.source [ uri ]; # 1..1 Where to find that page fhir:ImplementationGuide.page.title [ string ]; # 1..1 Short title shown for navigational assistance fhir:ImplementationGuide.page.kind [ code ]; # 1..1 page | example | list | include | directory | dictionary | toc | resource fhir:ImplementationGuide.page.type [ code ], ... ; # 0..* Kind of resource to include in the list fhir:ImplementationGuide.page.package [ string ], ... ; # 0..* Name of package to include fhir:ImplementationGuide.page.format [ code ]; # 0..1 Format of the page (e.g. html, markdown, etc.) fhir:ImplementationGuide.page.page [ See ImplementationGuide.page ], ... ; # 0..* Nested Pages / Sections ]; ]
Changes since DSTU2
ImplementationGuide | |
ImplementationGuide.status | Change value set from http://hl7.org/fhir/ValueSet/conformance-resource-status to http://hl7.org/fhir/ValueSet/publication-status |
ImplementationGuide.experimental | Now marked as Modifier |
ImplementationGuide.contact | Type changed from BackboneElement to ContactDetail |
ImplementationGuide.description | Type changed from string to markdown |
ImplementationGuide.useContext |
Type changed from CodeableConcept to UsageContext Remove Binding http://hl7.org/fhir/ValueSet/use-context (extensible) |
ImplementationGuide.jurisdiction | added Element |
ImplementationGuide.copyright | Type changed from string to markdown |
ImplementationGuide.package | Min Cardinality changed from 1 to 0 |
ImplementationGuide.package.resource.example | added Element |
ImplementationGuide.page | Min Cardinality changed from 1 to 0 |
ImplementationGuide.page.title | Renamed from name to title |
ImplementationGuide.contact.name | deleted |
ImplementationGuide.contact.telecom | deleted |
ImplementationGuide.package.resource.purpose | deleted |
See the Full Difference for further information
Alternate definitions: Master Definition (XML, JSON), XML Schema/Schematron (for ) + JSON Schema, ShEx (for Turtle), JSON-LD (for RDF as JSON-LD),
Path | Definition | Type | Reference |
---|---|---|---|
ImplementationGuide.status | The lifecycle status of a Value Set or Concept Map. | Required | PublicationStatus |
ImplementationGuide.jurisdiction | Countries and regions within which this artifact is targeted for use | Extensible | Jurisdiction ValueSet |
ImplementationGuide.dependency.type | How a dependency is represented when the guide is published. | Required | GuideDependencyType |
ImplementationGuide.global.type ImplementationGuide.page.type | One of the resource types defined as part of FHIR. | Required | http://hl7.org/fhir/valueset/resource-typesResourceType |
ImplementationGuide.page.kind | The kind of an included page. | Required | GuidePageKind |
ImplementationGuide.page.format | The mime type of an attachment. Any valid mime type is allowed. | Required | BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049) |
An implementation guide can define default profiles - these are profiles that apply to any resource that does not otherwise have an explicit profile assigned by the implementation guide. Default profiles are always references to profiles (StructureDefinition resources) that are also contained in the resources. By defining default profiles, an implementation guide can save itself from exhaustively defining profiles on every resource type just to profile every reference to a particular resource type.
Note that a resource can conform to the default profile by conforming to any profile derived from it.
This table declares the compatibility between the various resources as determined by the Implementation Guide comparison tool:
Yet to be done
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths | In Common |
date | date | The implementation guide publication date | ImplementationGuide.date | |
dependency | uri | Where to find dependency | ImplementationGuide.dependency.uri | |
description | string | Text search against the description of the implementation guide | ImplementationGuide.description | |
experimental | token | If for testing purposes, not real usage | ImplementationGuide.experimental | |
jurisdiction | token | Intended jurisdiction for implementation guide | ImplementationGuide.jurisdiction | |
name | string | Name of the implementation guide | ImplementationGuide.name | |
publisher | string | Name of the publisher of the implementation guide | ImplementationGuide.publisher | |
resource | reference | Location of the resource | ImplementationGuide.package.resource.source[x] (Any) | |
status | token | The current status of the implementation guide | ImplementationGuide.status | |
url | uri | The uri that identifies the implementation guide | ImplementationGuide.url | |
version | token | The version identifier of the implementation guide | ImplementationGuide.version |