Extensions for Using Data Elements from FHIR R5 in FHIR R4
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions

: R5ImplementationGuideElementMapToR4 - TTL Representation

Page standards status: Trial-use Maturity Level: 0

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "R5-ImplementationGuide-element-map-to-R4"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap R5-ImplementationGuide-element-map-to-R4</b></p><a name=\"R5-ImplementationGuide-element-map-to-R4\"> </a><a name=\"hcR5-ImplementationGuide-element-map-to-R4\"> </a><p>Mapping from http://hl7.org/fhir/5.0 to http://hl7.org/fhir/4.0</p><br/><p><b>Group 1 </b>Mapping from <code>http://hl7.org/fhir/StructureDefinition/ImplementationGuide|5.0.0</code> to <a href=\"http://hl7.org/fhir/R4/implementationguide.html\">ImplementationGuideversion: 4.0.1)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>ImplementationGuide.meta (meta)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.meta</td><td>Element `ImplementationGuide.meta` is mapped to FHIR R4 element `ImplementationGuide.meta` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.implicitRules (implicitRules)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.implicitRules</td><td>Element `ImplementationGuide.implicitRules` is mapped to FHIR R4 element `ImplementationGuide.implicitRules` as `Equivalent`.\nAsserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc.</td></tr><tr><td>ImplementationGuide.language (language)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.language</td><td>Element `ImplementationGuide.language` is mapped to FHIR R4 element `ImplementationGuide.language` as `Equivalent`.\nLanguage is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).</td></tr><tr><td>ImplementationGuide.text (text)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.text</td><td>Element `ImplementationGuide.text` is mapped to FHIR R4 element `ImplementationGuide.text` as `Equivalent`.\nContained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.</td></tr><tr><td>ImplementationGuide.contained (contained)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.contained</td><td>Element `ImplementationGuide.contained` is mapped to FHIR R4 element `ImplementationGuide.contained` as `Equivalent`.\nThis should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels.</td></tr><tr><td>ImplementationGuide.url (url)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.url</td><td>Element `ImplementationGuide.url` is mapped to FHIR R4 element `ImplementationGuide.url` as `Equivalent`.\nCan be a urn:uuid: or a urn:oid: but real http: addresses are preferred.  Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author.  Considerations for making this decision are found in [Technical and Business Versions](https://hl7.org/fhir/resource..html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](https://hl7.org/fhir/resou.html#meta) element to indicate where the current master source of the resource can be found.</td></tr><tr><td>ImplementationGuide.version (version)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.version</td><td>Element `ImplementationGuide.version` is mapped to FHIR R4 element `ImplementationGuide.version` as `Equivalent`.\nThere may be different implementation guide instances that have the same identifier but different versions.  The version can be appended to the url in a reference to allow a reference to a particular business version of the implementation guide with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](https://hl7.org/fhir/resource.h.html#bv-format).</td></tr><tr><td>ImplementationGuide.name (name)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.name</td><td>Element `ImplementationGuide.name` is mapped to FHIR R4 element `ImplementationGuide.name` as `Equivalent`.\nThe name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.</td></tr><tr><td>ImplementationGuide.title (title)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.title</td><td>Element `ImplementationGuide.title` is mapped to FHIR R4 element `ImplementationGuide.title` as `Equivalent`.\nThis name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.</td></tr><tr><td>ImplementationGuide.status (status)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.status</td><td>Element `ImplementationGuide.status` is mapped to FHIR R4 element `ImplementationGuide.status` as `Equivalent`.\nAllows filtering of implementation guides that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](https://hl7.org/fhir/canonicalreso.html#localization).</td></tr><tr><td>ImplementationGuide.experimental (experimental)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.experimental</td><td>Element `ImplementationGuide.experimental` is mapped to FHIR R4 element `ImplementationGuide.experimental` as `Equivalent`.\nAllows filtering of implementation guides that are appropriate for use versus not.</td></tr><tr><td>ImplementationGuide.date (date)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.date</td><td>Element `ImplementationGuide.date` is mapped to FHIR R4 element `ImplementationGuide.date` as `Equivalent`.\nThe date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the implementation guide. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](https://hl7.org/fhir/canonicalreso.html#localization).</td></tr><tr><td>ImplementationGuide.publisher (publisher)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.publisher</td><td>Element `ImplementationGuide.publisher` is mapped to FHIR R4 element `ImplementationGuide.publisher` as `Equivalent`.\nUsually an organization but may be an individual. The publisher (or steward) of the implementation guide is the organization or individual primarily responsible for the maintenance and upkeep of the implementation guide. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the implementation guide. This item SHOULD be populated unless the information is available from context.</td></tr><tr><td>ImplementationGuide.contact (contact)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.contact</td><td>Element `ImplementationGuide.contact` is mapped to FHIR R4 element `ImplementationGuide.contact` as `Equivalent`.\nMay be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](https://hl7.org/fhir/canonicalreso.html#localization).</td></tr><tr><td>ImplementationGuide.description (description)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.description</td><td>Element `ImplementationGuide.description` is mapped to FHIR R4 element `ImplementationGuide.description` as `Equivalent`.\nThis description can be used to capture details such as why the implementation guide was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the implementation guide as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the implementation guide is presumed to be the predominant language in the place the implementation guide was created).</td></tr><tr><td>ImplementationGuide.useContext (useContext)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.useContext</td><td>Element `ImplementationGuide.useContext` is mapped to FHIR R4 element `ImplementationGuide.useContext` as `Equivalent`.\nWhen multiple useContexts are specified, there is no expectation that all or any of the contexts apply.</td></tr><tr><td>ImplementationGuide.jurisdiction (jurisdiction)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.jurisdiction</td><td>Element `ImplementationGuide.jurisdiction` is mapped to FHIR R4 element `ImplementationGuide.jurisdiction` as `Equivalent`.\nElement `ImplementationGuide.jurisdiction` has been flagged as deprecated.\nIt may be possible for the implementation guide to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element.  (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)</td></tr><tr><td>ImplementationGuide.copyright (copyright)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.copyright</td><td>Element `ImplementationGuide.copyright` is mapped to FHIR R4 element `ImplementationGuide.copyright` as `Equivalent`.\n...</td></tr><tr><td>ImplementationGuide.packageId (packageId)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.packageId</td><td>Element `ImplementationGuide.packageId` is mapped to FHIR R4 element `ImplementationGuide.packageId` as `Equivalent`.\nMany (if not all) IG publishing tools will require that this element be present. For implementation guides published through HL7 or the FHIR foundation, the FHIR product director assigns package IDs.</td></tr><tr><td>ImplementationGuide.license (license)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.license</td><td>Element `ImplementationGuide.license` is mapped to FHIR R4 element `ImplementationGuide.license` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.fhirVersion (fhirVersion)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.fhirVersion</td><td>Element `ImplementationGuide.fhirVersion` is mapped to FHIR R4 element `ImplementationGuide.fhirVersion` as `SourceIsBroaderThanTarget`.\nMost implementation guides target a single version - e.g. they describe how to use a particular version, and the profiles and examples etc. are valid for that version. But some implementation guides describe how to use multiple different versions of FHIR to solve the same problem, or in concert with each other. Typically, the requirement to support multiple versions arises as implementation matures and different implementation communities are stuck at different versions by regulation or market dynamics.</td></tr><tr><td>ImplementationGuide.dependsOn (dependsOn)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.dependsOn</td><td>Element `ImplementationGuide.dependsOn` is mapped to FHIR R4 element `ImplementationGuide.dependsOn` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.dependsOn.uri (uri)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.dependsOn.uri</td><td>Element `ImplementationGuide.dependsOn.uri` is mapped to FHIR R4 element `ImplementationGuide.dependsOn.uri` as `Equivalent`.\nUsually, A canonical reference to the implementation guide is the same as the master location at which the implementation guide is published.</td></tr><tr><td>ImplementationGuide.dependsOn.packageId (packageId)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.dependsOn.packageId</td><td>Element `ImplementationGuide.dependsOn.packageId` is mapped to FHIR R4 element `ImplementationGuide.dependsOn.packageId` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.dependsOn.version (version)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.dependsOn.version</td><td>Element `ImplementationGuide.dependsOn.version` is mapped to FHIR R4 element `ImplementationGuide.dependsOn.version` as `Equivalent`.\nThis follows the syntax of the NPM packaging version field - see [[reference]].</td></tr><tr><td>ImplementationGuide.global (global)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.global</td><td>Element `ImplementationGuide.global` is mapped to FHIR R4 element `ImplementationGuide.global` as `Equivalent`.\nSee [Default Profiles](https://hl7.org/fhir/implemen.html#default) for a discussion of which resources are 'covered' by an implementation guide.</td></tr><tr><td>ImplementationGuide.global.type (type)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.global.type</td><td>Element `ImplementationGuide.global.type` is mapped to FHIR R4 element `ImplementationGuide.global.type` as `RelatedTo`.\nThe mappings for `ImplementationGuide.global.type` do not allow expression of the necessary codes, per the bindings on the source and target.\nThe type must match that of the profile that is referred to but is made explicit here as a denormalization so that a system processing the implementation guide resource knows which resources the profile applies to even if the profile itself is not available.</td></tr><tr><td>ImplementationGuide.global.profile (profile)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.global.profile</td><td>Element `ImplementationGuide.global.profile` is mapped to FHIR R4 element `ImplementationGuide.global.profile` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.definition (definition)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.definition</td><td>Element `ImplementationGuide.definition` is mapped to FHIR R4 element `ImplementationGuide.definition` as `Equivalent`.\nPrincipally, this consists of information abuot source resource and file locations, and build parameters and templates.</td></tr><tr><td>ImplementationGuide.definition.grouping (grouping)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.definition.grouping</td><td>Element `ImplementationGuide.definition.grouping` is mapped to FHIR R4 element `ImplementationGuide.definition.grouping` as `Equivalent`.\nGroupings are arbitrary sub-divisions of content. Typically, they are used to help build Table of Contents automatically.</td></tr><tr><td>ImplementationGuide.definition.grouping.name (name)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.grouping.name</td><td>Element `ImplementationGuide.definition.grouping.name` is mapped to FHIR R4 element `ImplementationGuide.definition.grouping.name` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.definition.grouping.description (description)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.grouping.description</td><td>Element `ImplementationGuide.definition.grouping.description` is mapped to FHIR R4 element `ImplementationGuide.definition.grouping.description` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.definition.resource (resource)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.definition.resource</td><td>Element `ImplementationGuide.definition.resource` is mapped to FHIR R4 element `ImplementationGuide.definition.resource` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.definition.resource.reference (reference)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.resource.reference</td><td>Element `ImplementationGuide.definition.resource.reference` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.reference` as `Equivalent`.\nUsually this is a relative URL that locates the resource within the implementation guide. If you authoring an implementation guide, and will publish it using the FHIR publication tooling, use a URI that may point to a resource, or to one of various alternative representations (e.g. spreadsheet). The tooling will convert this when it publishes it.</td></tr><tr><td>ImplementationGuide.definition.resource.fhirVersion (fhirVersion)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.definition.resource.fhirVersion</td><td>Element `ImplementationGuide.definition.resource.fhirVersion` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.fhirVersion` as `SourceIsBroaderThanTarget`.\nThe resource SHALL be valid against all the versions it is specified to apply to. If the resource referred to is a StructureDefinition, the fhirVersion stated in the StructureDefinition cannot disagree with the version specified here; the specified versions SHALL include the version specified by the StructureDefinition, and may include additional versions using the [http://hl7.org/fhir/StructureDefinition/structuredefinition-applicable-version](http://hl7.org/fhir/extensions/StructureDefinition-structuredefinition-applicable-version.html) extension.</td></tr><tr><td>ImplementationGuide.definition.resource.name (name)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.resource.name</td><td>Element `ImplementationGuide.definition.resource.name` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.name` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.definition.resource.description (description)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.resource.description</td><td>Element `ImplementationGuide.definition.resource.description` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.description` as `Equivalent`.\nThis is mostly used with examples to explain why it is present (though they can have extensive comments in the examples).</td></tr><tr><td>ImplementationGuide.definition.resource.isExample (isExample)</td><td><a href=\"CodeSystem-concept-map-relationship.html#narrower\" title=\"narrower\">narrower</a></td><td>ImplementationGuide.definition.resource.example[x]</td><td>Element `ImplementationGuide.definition.resource.isExample` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.example[x]` as `SourceIsNarrowerThanTarget`.\nThe target context `ImplementationGuide.definition.resource.example[x]` is a choice-type element and cannot directly hold extensions. The context is moved up to parent element `ImplementationGuide.definition.resource`.</td></tr><tr><td>ImplementationGuide.definition.resource.profile (profile)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.resource.example[x]</td><td>Element `ImplementationGuide.definition.resource.profile` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.example[x]` as `RelatedTo`.\nThe target context `ImplementationGuide.definition.resource.example[x]` is a choice-type element and cannot directly hold extensions. The context is moved up to parent element `ImplementationGuide.definition.resource`.\nExamples: \n\n* StructureDefinition -&gt; Any \n* ValueSet -&gt; expansion \n* OperationDefinition -&gt; Parameters \n* Questionnaire -&gt; QuestionnaireResponse.</td></tr><tr><td>ImplementationGuide.definition.resource.groupingId (groupingId)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.resource.groupingId</td><td>Element `ImplementationGuide.definition.resource.groupingId` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.groupingId` as `Equivalent`.\nThis must correspond to a group.id element within this implementation guide.</td></tr><tr><td>ImplementationGuide.definition.page (page)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.definition.page</td><td>Element `ImplementationGuide.definition.page` is mapped to FHIR R4 element `ImplementationGuide.definition.page` as `Equivalent`.\nPages automatically become sections if they have sub-pages. By convention, the home page is called index.html.</td></tr><tr><td>ImplementationGuide.definition.page.name (name)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.page.name[x]</td><td>Element `ImplementationGuide.definition.page.name` is mapped to FHIR R4 element `ImplementationGuide.definition.page.name[x]` as `Equivalent`.\nThe target context `ImplementationGuide.definition.page.name[x]` is a choice-type element and cannot directly hold extensions. The context is moved up to parent element `ImplementationGuide.definition.page`.\nThis SHALL be a local reference, expressed with respect to the root of the IG output folder.  No suffix is required.  If no suffix is specified, .html will be appended.</td></tr><tr><td>ImplementationGuide.definition.page.title (title)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.page.title</td><td>Element `ImplementationGuide.definition.page.title` is mapped to FHIR R4 element `ImplementationGuide.definition.page.title` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.definition.page.generation (generation)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.page.generation</td><td>Element `ImplementationGuide.definition.page.generation` is mapped to FHIR R4 element `ImplementationGuide.definition.page.generation` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.definition.page.page (page)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.page.page</td><td>Element `ImplementationGuide.definition.page.page` is mapped to FHIR R4 element `ImplementationGuide.definition.page.page` as `Equivalent`.\nThe implementation guide breadcrumbs may be generated from this structure.</td></tr><tr><td>ImplementationGuide.definition.parameter (parameter)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.definition.parameter</td><td>Element `ImplementationGuide.definition.parameter` is mapped to FHIR R4 element `ImplementationGuide.definition.parameter` as `Equivalent`.\nsee [confluence](https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters) for the parameters defined by the HL7 IG publisher.</td></tr><tr><td>ImplementationGuide.definition.parameter.code (code)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.definition.parameter.code</td><td>Element `ImplementationGuide.definition.parameter.code` is mapped to FHIR R4 element `ImplementationGuide.definition.parameter.code` as `SourceIsBroaderThanTarget`.\nThe mappings for `ImplementationGuide.definition.parameter.code` do not cover the following types: Coding.\nThe mappings for `ImplementationGuide.definition.parameter.code` do not cover the following types based on type expansion: userSelected.</td></tr><tr><td>ImplementationGuide.definition.parameter.value (value)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.parameter.value</td><td>Element `ImplementationGuide.definition.parameter.value` is mapped to FHIR R4 element `ImplementationGuide.definition.parameter.value` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.definition.template (template)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.definition.template</td><td>Element `ImplementationGuide.definition.template` is mapped to FHIR R4 element `ImplementationGuide.definition.template` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.definition.template.code (code)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.template.code</td><td>Element `ImplementationGuide.definition.template.code` is mapped to FHIR R4 element `ImplementationGuide.definition.template.code` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.definition.template.source (source)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.template.source</td><td>Element `ImplementationGuide.definition.template.source` is mapped to FHIR R4 element `ImplementationGuide.definition.template.source` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.definition.template.scope (scope)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.definition.template.scope</td><td>Element `ImplementationGuide.definition.template.scope` is mapped to FHIR R4 element `ImplementationGuide.definition.template.scope` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.manifest (manifest)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.manifest</td><td>Element `ImplementationGuide.manifest` is mapped to FHIR R4 element `ImplementationGuide.manifest` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.manifest.rendering (rendering)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.manifest.rendering</td><td>Element `ImplementationGuide.manifest.rendering` is mapped to FHIR R4 element `ImplementationGuide.manifest.rendering` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.manifest.resource (resource)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.manifest.resource</td><td>Element `ImplementationGuide.manifest.resource` is mapped to FHIR R4 element `ImplementationGuide.manifest.resource` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.manifest.resource.reference (reference)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.manifest.resource.reference</td><td>Element `ImplementationGuide.manifest.resource.reference` is mapped to FHIR R4 element `ImplementationGuide.manifest.resource.reference` as `Equivalent`.\nUsually this is a relative URL that locates the resource within the implementation guide. If you authoring an implementation guide, and will publish it using the FHIR publication tooling, use a URI that may point to a resource, or to one of various alternative representations (e.g. spreadsheet). The tooling will convert this when it publishes it.</td></tr><tr><td>ImplementationGuide.manifest.resource.isExample (isExample)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.manifest.resource.example[x]</td><td>Element `ImplementationGuide.manifest.resource.isExample` is mapped to FHIR R4 element `ImplementationGuide.manifest.resource.example[x]` as `Equivalent`.\nThe target context `ImplementationGuide.manifest.resource.example[x]` is a choice-type element and cannot directly hold extensions. The context is moved up to parent element `ImplementationGuide.manifest.resource`.</td></tr><tr><td>ImplementationGuide.manifest.resource.profile (profile)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.manifest.resource.example[x]</td><td>Element `ImplementationGuide.manifest.resource.profile` is mapped to FHIR R4 element `ImplementationGuide.manifest.resource.example[x]` as `SourceIsBroaderThanTarget`.\nThe target context `ImplementationGuide.manifest.resource.example[x]` is a choice-type element and cannot directly hold extensions. The context is moved up to parent element `ImplementationGuide.manifest.resource`.\nExamples: \n\n* StructureDefinition -&gt; Any \n* ValueSet -&gt; expansion \n* OperationDefinition -&gt; Parameters \n* Questionnaire -&gt; QuestionnaireResponse.</td></tr><tr><td>ImplementationGuide.manifest.resource.relativePath (relativePath)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.manifest.resource.relativePath</td><td>Element `ImplementationGuide.manifest.resource.relativePath` is mapped to FHIR R4 element `ImplementationGuide.manifest.resource.relativePath` as `Equivalent`.\nAppending 'rendering' + \"/\" + this should resolve to the resource page.</td></tr><tr><td>ImplementationGuide.manifest.page (page)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>ImplementationGuide.manifest.page</td><td>Element `ImplementationGuide.manifest.page` is mapped to FHIR R4 element `ImplementationGuide.manifest.page` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.manifest.page.name (name)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.manifest.page.name</td><td>Element `ImplementationGuide.manifest.page.name` is mapped to FHIR R4 element `ImplementationGuide.manifest.page.name` as `Equivalent`.\nAppending 'rendering' + \"/\" + this should resolve to the page.</td></tr><tr><td>ImplementationGuide.manifest.page.title (title)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.manifest.page.title</td><td>Element `ImplementationGuide.manifest.page.title` is mapped to FHIR R4 element `ImplementationGuide.manifest.page.title` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.manifest.page.anchor (anchor)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.manifest.page.anchor</td><td>Element `ImplementationGuide.manifest.page.anchor` is mapped to FHIR R4 element `ImplementationGuide.manifest.page.anchor` as `Equivalent`.\nAppending 'rendering' + \"/\" + page.name + \"#\" + page.anchor should resolve to the anchor.</td></tr><tr><td>ImplementationGuide.manifest.image (image)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.manifest.image</td><td>Element `ImplementationGuide.manifest.image` is mapped to FHIR R4 element `ImplementationGuide.manifest.image` as `Equivalent`.</td></tr><tr><td>ImplementationGuide.manifest.other (other)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ImplementationGuide.manifest.other</td><td>Element `ImplementationGuide.manifest.other` is mapped to FHIR R4 element `ImplementationGuide.manifest.other` as `Equivalent`.</td></tr></table><hr/><p><b>Group 2 </b>Mapping from <code>http://hl7.org/fhir/StructureDefinition/ImplementationGuide|5.0.0</code> to <a href=\"StructureDefinition-ext-R5-ImplementationGuide.fhirVersion.html\">R5: fhirVersionversion: 0.1.0)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>ImplementationGuide.fhirVersion (fhirVersion)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>Extension (R5: fhirVersion)</td><td>Element `ImplementationGuide.fhirVersion` is mapped to FHIR R4 element `ImplementationGuide.fhirVersion` as `SourceIsBroaderThanTarget`.\nMost implementation guides target a single version - e.g. they describe how to use a particular version, and the profiles and examples etc. are valid for that version. But some implementation guides describe how to use multiple different versions of FHIR to solve the same problem, or in concert with each other. Typically, the requirement to support multiple versions arises as implementation matures and different implementation communities are stuck at different versions by regulation or market dynamics.</td></tr></table><hr/><p><b>Group 3 </b>Mapping from <code>http://hl7.org/fhir/StructureDefinition/ImplementationGuide|5.0.0</code> to <a href=\"StructureDefinition-ext-R5-ImplementationGuide.dep.reason.html\">R5: Why dependency exists (new)version: 0.1.0)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>ImplementationGuide.dependsOn.reason (reason)</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>Extension (R5: Why dependency exists (new))</td><td>Element `ImplementationGuide.dependsOn.reason` has a context of ImplementationGuide.dependsOn based on following the parent source element upwards and mapping to `ImplementationGuide`.\nElement `ImplementationGuide.dependsOn.reason` has no mapping targets in FHIR R4. Typically, this is because the element has been added (is a new element).\nThis doesn't need to enumerate every resource used, but should give some sense of why the dependency exists.  It will be used in the rendered list of dependencies</td></tr></table><hr/><p><b>Group 4 </b>Mapping from <code>http://hl7.org/fhir/StructureDefinition/ImplementationGuide|5.0.0</code> to <a href=\"StructureDefinition-ext-R5-ImplementationGuide.glo.type.html\">R5: type additional codesversion: 0.1.0)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>ImplementationGuide.global.type (type)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>Extension (R5: type additional codes)</td><td>Element `ImplementationGuide.global.type` is mapped to FHIR R4 element `ImplementationGuide.global.type` as `RelatedTo`.\nThe mappings for `ImplementationGuide.global.type` do not allow expression of the necessary codes, per the bindings on the source and target.\nThe type must match that of the profile that is referred to but is made explicit here as a denormalization so that a system processing the implementation guide resource knows which resources the profile applies to even if the profile itself is not available.</td></tr></table><hr/><p><b>Group 5 </b>Mapping from <code>http://hl7.org/fhir/StructureDefinition/ImplementationGuide|5.0.0</code> to <a href=\"StructureDefinition-ext-R5-ImplementationGuide.def.res.fhirVersion.html\">R5: fhirVersionversion: 0.1.0)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>ImplementationGuide.definition.resource.fhirVersion (fhirVersion)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>Extension (R5: fhirVersion)</td><td>Element `ImplementationGuide.definition.resource.fhirVersion` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.fhirVersion` as `SourceIsBroaderThanTarget`.\nThe resource SHALL be valid against all the versions it is specified to apply to. If the resource referred to is a StructureDefinition, the fhirVersion stated in the StructureDefinition cannot disagree with the version specified here; the specified versions SHALL include the version specified by the StructureDefinition, and may include additional versions using the [http://hl7.org/fhir/StructureDefinition/structuredefinition-applicable-version](http://hl7.org/fhir/extensions/StructureDefinition-structuredefinition-applicable-version.html) extension.</td></tr></table><hr/><p><b>Group 6 </b>Mapping from <code>http://hl7.org/fhir/StructureDefinition/ImplementationGuide|5.0.0</code> to <a href=\"StructureDefinition-ext-R5-ImplementationGuide.def.pag.source.html\">R5: Source for page (new)version: 0.1.0)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>ImplementationGuide.definition.page.source[x] (source[x])</td><td><a href=\"CodeSystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>Extension (R5: Source for page (new))</td><td>Element `ImplementationGuide.definition.page.source[x]` has a context of ImplementationGuide.definition.page based on following the parent source element upwards and mapping to `ImplementationGuide`.\nElement `ImplementationGuide.definition.page.source[x]` has no mapping targets in FHIR R4. Typically, this is because the element has been added (is a new element).\nIf absent and the page isn't a generated page, this may be inferred from the page name by checking input locations.  String is used for XHTML content - sent as an escaped string.  FHIR tooling can't support 'direct' XHTML anywhere other than in narrative.</td></tr></table><hr/><p><b>Group 7 </b>Mapping from <code>http://hl7.org/fhir/StructureDefinition/ImplementationGuide|5.0.0</code> to <a href=\"StructureDefinition-ext-R5-ImplementationGuide.def.par.code.html\">R5: Code that identifies parameter additional typesversion: 0.1.0)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>ImplementationGuide.definition.parameter.code (code)</td><td><a href=\"CodeSystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>Extension (R5: Code that identifies parameter additional types)</td><td>Element `ImplementationGuide.definition.parameter.code` is mapped to FHIR R4 element `ImplementationGuide.definition.parameter.code` as `SourceIsBroaderThanTarget`.\nThe mappings for `ImplementationGuide.definition.parameter.code` do not cover the following types: Coding.\nThe mappings for `ImplementationGuide.definition.parameter.code` do not cover the following types based on type expansion: userSelected.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "fhir"     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 0 ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>         ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4>         ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "trial-use" ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>         ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4>         ]       ] )     ]
  ] ) ; # 
  fhir:url [
fhir:v "http://hl7.org/fhir/uv/xver/ConceptMap/R5-ImplementationGuide-element-map-to-R4"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/xver/ConceptMap/R5-ImplementationGuide-element-map-to-R4>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "R5ImplementationGuideElementMapToR4"] ; # 
  fhir:title [ fhir:v "Cross-version mapping for FHIR R5 ImplementationGuide to FHIR R4 ImplementationGuide"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-17T16:04:46.0657159-05:00"^^xsd:dateTime] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This ConceptMap represents cross-version mappings for elements from a FHIR R5 ImplementationGuide to FHIR R4."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>       ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:source [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/5.0"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0>
  ] ; # 
  fhir:target [
a fhir:Uri ;
fhir:v "http://hl7.org/fhir/4.0"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/4.0>
  ] ; # 
  fhir:group ( [
fhir:source [
fhir:v "http://hl7.org/fhir/StructureDefinition/ImplementationGuide"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/ImplementationGuide>     ] ;
fhir:sourceVersion [ fhir:v "5.0.0" ] ;
fhir:target [
fhir:v "http://hl7.org/fhir/StructureDefinition/ImplementationGuide"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/ImplementationGuide>     ] ;
fhir:targetVersion [ fhir:v "4.0.1" ] ;
    ( fhir:element [
fhir:code [ fhir:v "ImplementationGuide.meta" ] ;
fhir:display [ fhir:v "meta" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.meta" ] ;
fhir:display [ fhir:v "ImplementationGuide.meta" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.meta` is mapped to FHIR R4 element `ImplementationGuide.meta` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.implicitRules" ] ;
fhir:display [ fhir:v "implicitRules" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.implicitRules" ] ;
fhir:display [ fhir:v "ImplementationGuide.implicitRules" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.implicitRules` is mapped to FHIR R4 element `ImplementationGuide.implicitRules` as `Equivalent`.\nAsserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.language" ] ;
fhir:display [ fhir:v "language" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.language" ] ;
fhir:display [ fhir:v "ImplementationGuide.language" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.language` is mapped to FHIR R4 element `ImplementationGuide.language` as `Equivalent`.\nLanguage is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute)." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.text" ] ;
fhir:display [ fhir:v "text" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.text" ] ;
fhir:display [ fhir:v "ImplementationGuide.text" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.text` is mapped to FHIR R4 element `ImplementationGuide.text` as `Equivalent`.\nContained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.contained" ] ;
fhir:display [ fhir:v "contained" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.contained" ] ;
fhir:display [ fhir:v "ImplementationGuide.contained" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.contained` is mapped to FHIR R4 element `ImplementationGuide.contained` as `Equivalent`.\nThis should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.url" ] ;
fhir:display [ fhir:v "url" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.url" ] ;
fhir:display [ fhir:v "ImplementationGuide.url" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.url` is mapped to FHIR R4 element `ImplementationGuide.url` as `Equivalent`.\nCan be a urn:uuid: or a urn:oid: but real http: addresses are preferred.  Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author.  Considerations for making this decision are found in [Technical and Business Versions](https://hl7.org/fhir/resource..html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](https://hl7.org/fhir/resou.html#meta) element to indicate where the current master source of the resource can be found." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.version" ] ;
fhir:display [ fhir:v "version" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.version" ] ;
fhir:display [ fhir:v "ImplementationGuide.version" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.version` is mapped to FHIR R4 element `ImplementationGuide.version` as `Equivalent`.\nThere may be different implementation guide instances that have the same identifier but different versions.  The version can be appended to the url in a reference to allow a reference to a particular business version of the implementation guide with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](https://hl7.org/fhir/resource.h.html#bv-format)." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.name" ] ;
fhir:display [ fhir:v "name" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.name" ] ;
fhir:display [ fhir:v "ImplementationGuide.name" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.name` is mapped to FHIR R4 element `ImplementationGuide.name` as `Equivalent`.\nThe name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.title" ] ;
fhir:display [ fhir:v "title" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.title" ] ;
fhir:display [ fhir:v "ImplementationGuide.title" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.title` is mapped to FHIR R4 element `ImplementationGuide.title` as `Equivalent`.\nThis name does not need to be machine-processing friendly and may contain punctuation, white-space, etc." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.status" ] ;
fhir:display [ fhir:v "status" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.status" ] ;
fhir:display [ fhir:v "ImplementationGuide.status" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.status` is mapped to FHIR R4 element `ImplementationGuide.status` as `Equivalent`.\nAllows filtering of implementation guides that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](https://hl7.org/fhir/canonicalreso.html#localization)." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.experimental" ] ;
fhir:display [ fhir:v "experimental" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.experimental" ] ;
fhir:display [ fhir:v "ImplementationGuide.experimental" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.experimental` is mapped to FHIR R4 element `ImplementationGuide.experimental` as `Equivalent`.\nAllows filtering of implementation guides that are appropriate for use versus not." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.date" ] ;
fhir:display [ fhir:v "date" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.date" ] ;
fhir:display [ fhir:v "ImplementationGuide.date" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.date` is mapped to FHIR R4 element `ImplementationGuide.date` as `Equivalent`.\nThe date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the implementation guide. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](https://hl7.org/fhir/canonicalreso.html#localization)." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.publisher" ] ;
fhir:display [ fhir:v "publisher" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.publisher" ] ;
fhir:display [ fhir:v "ImplementationGuide.publisher" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.publisher` is mapped to FHIR R4 element `ImplementationGuide.publisher` as `Equivalent`.\nUsually an organization but may be an individual. The publisher (or steward) of the implementation guide is the organization or individual primarily responsible for the maintenance and upkeep of the implementation guide. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the implementation guide. This item SHOULD be populated unless the information is available from context." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.contact" ] ;
fhir:display [ fhir:v "contact" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.contact" ] ;
fhir:display [ fhir:v "ImplementationGuide.contact" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.contact` is mapped to FHIR R4 element `ImplementationGuide.contact` as `Equivalent`.\nMay be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](https://hl7.org/fhir/canonicalreso.html#localization)." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.description" ] ;
fhir:display [ fhir:v "description" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.description" ] ;
fhir:display [ fhir:v "ImplementationGuide.description" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.description` is mapped to FHIR R4 element `ImplementationGuide.description` as `Equivalent`.\nThis description can be used to capture details such as why the implementation guide was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the implementation guide as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the implementation guide is presumed to be the predominant language in the place the implementation guide was created)." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.useContext" ] ;
fhir:display [ fhir:v "useContext" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.useContext" ] ;
fhir:display [ fhir:v "ImplementationGuide.useContext" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.useContext` is mapped to FHIR R4 element `ImplementationGuide.useContext` as `Equivalent`.\nWhen multiple useContexts are specified, there is no expectation that all or any of the contexts apply." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.jurisdiction" ] ;
fhir:display [ fhir:v "jurisdiction" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.jurisdiction" ] ;
fhir:display [ fhir:v "ImplementationGuide.jurisdiction" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.jurisdiction` is mapped to FHIR R4 element `ImplementationGuide.jurisdiction` as `Equivalent`.\nElement `ImplementationGuide.jurisdiction` has been flagged as deprecated.\nIt may be possible for the implementation guide to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element.  (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)" ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.copyright" ] ;
fhir:display [ fhir:v "copyright" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.copyright" ] ;
fhir:display [ fhir:v "ImplementationGuide.copyright" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.copyright` is mapped to FHIR R4 element `ImplementationGuide.copyright` as `Equivalent`.\n..." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.packageId" ] ;
fhir:display [ fhir:v "packageId" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.packageId" ] ;
fhir:display [ fhir:v "ImplementationGuide.packageId" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.packageId` is mapped to FHIR R4 element `ImplementationGuide.packageId` as `Equivalent`.\nMany (if not all) IG publishing tools will require that this element be present. For implementation guides published through HL7 or the FHIR foundation, the FHIR product director assigns package IDs." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.license" ] ;
fhir:display [ fhir:v "license" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.license" ] ;
fhir:display [ fhir:v "ImplementationGuide.license" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.license` is mapped to FHIR R4 element `ImplementationGuide.license` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.fhirVersion" ] ;
fhir:display [ fhir:v "fhirVersion" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.fhirVersion" ] ;
fhir:display [ fhir:v "ImplementationGuide.fhirVersion" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.fhirVersion` is mapped to FHIR R4 element `ImplementationGuide.fhirVersion` as `SourceIsBroaderThanTarget`.\nMost implementation guides target a single version - e.g. they describe how to use a particular version, and the profiles and examples etc. are valid for that version. But some implementation guides describe how to use multiple different versions of FHIR to solve the same problem, or in concert with each other. Typically, the requirement to support multiple versions arises as implementation matures and different implementation communities are stuck at different versions by regulation or market dynamics." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.dependsOn" ] ;
fhir:display [ fhir:v "dependsOn" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.dependsOn" ] ;
fhir:display [ fhir:v "ImplementationGuide.dependsOn" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.dependsOn` is mapped to FHIR R4 element `ImplementationGuide.dependsOn` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.dependsOn.uri" ] ;
fhir:display [ fhir:v "uri" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.dependsOn.uri" ] ;
fhir:display [ fhir:v "ImplementationGuide.dependsOn.uri" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.dependsOn.uri` is mapped to FHIR R4 element `ImplementationGuide.dependsOn.uri` as `Equivalent`.\nUsually, A canonical reference to the implementation guide is the same as the master location at which the implementation guide is published." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.dependsOn.packageId" ] ;
fhir:display [ fhir:v "packageId" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.dependsOn.packageId" ] ;
fhir:display [ fhir:v "ImplementationGuide.dependsOn.packageId" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.dependsOn.packageId` is mapped to FHIR R4 element `ImplementationGuide.dependsOn.packageId` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.dependsOn.version" ] ;
fhir:display [ fhir:v "version" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.dependsOn.version" ] ;
fhir:display [ fhir:v "ImplementationGuide.dependsOn.version" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.dependsOn.version` is mapped to FHIR R4 element `ImplementationGuide.dependsOn.version` as `Equivalent`.\nThis follows the syntax of the NPM packaging version field - see [[reference]]." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.global" ] ;
fhir:display [ fhir:v "global" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.global" ] ;
fhir:display [ fhir:v "ImplementationGuide.global" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.global` is mapped to FHIR R4 element `ImplementationGuide.global` as `Equivalent`.\nSee [Default Profiles](https://hl7.org/fhir/implemen.html#default) for a discussion of which resources are 'covered' by an implementation guide." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.global.type" ] ;
fhir:display [ fhir:v "type" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.global.type" ] ;
fhir:display [ fhir:v "ImplementationGuide.global.type" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.global.type` is mapped to FHIR R4 element `ImplementationGuide.global.type` as `RelatedTo`.\nThe mappings for `ImplementationGuide.global.type` do not allow expression of the necessary codes, per the bindings on the source and target.\nThe type must match that of the profile that is referred to but is made explicit here as a denormalization so that a system processing the implementation guide resource knows which resources the profile applies to even if the profile itself is not available." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.global.profile" ] ;
fhir:display [ fhir:v "profile" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.global.profile" ] ;
fhir:display [ fhir:v "ImplementationGuide.global.profile" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.global.profile` is mapped to FHIR R4 element `ImplementationGuide.global.profile` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition" ] ;
fhir:display [ fhir:v "definition" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition` is mapped to FHIR R4 element `ImplementationGuide.definition` as `Equivalent`.\nPrincipally, this consists of information abuot source resource and file locations, and build parameters and templates." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.grouping" ] ;
fhir:display [ fhir:v "grouping" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.grouping" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.grouping" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.grouping` is mapped to FHIR R4 element `ImplementationGuide.definition.grouping` as `Equivalent`.\nGroupings are arbitrary sub-divisions of content. Typically, they are used to help build Table of Contents automatically." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.grouping.name" ] ;
fhir:display [ fhir:v "name" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.grouping.name" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.grouping.name" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.grouping.name` is mapped to FHIR R4 element `ImplementationGuide.definition.grouping.name` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.grouping.description" ] ;
fhir:display [ fhir:v "description" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.grouping.description" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.grouping.description" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.grouping.description` is mapped to FHIR R4 element `ImplementationGuide.definition.grouping.description` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.resource" ] ;
fhir:display [ fhir:v "resource" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.resource" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.resource" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.resource` is mapped to FHIR R4 element `ImplementationGuide.definition.resource` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.reference" ] ;
fhir:display [ fhir:v "reference" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.reference" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.resource.reference" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.resource.reference` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.reference` as `Equivalent`.\nUsually this is a relative URL that locates the resource within the implementation guide. If you authoring an implementation guide, and will publish it using the FHIR publication tooling, use a URI that may point to a resource, or to one of various alternative representations (e.g. spreadsheet). The tooling will convert this when it publishes it." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.fhirVersion" ] ;
fhir:display [ fhir:v "fhirVersion" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.fhirVersion" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.resource.fhirVersion" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.resource.fhirVersion` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.fhirVersion` as `SourceIsBroaderThanTarget`.\nThe resource SHALL be valid against all the versions it is specified to apply to. If the resource referred to is a StructureDefinition, the fhirVersion stated in the StructureDefinition cannot disagree with the version specified here; the specified versions SHALL include the version specified by the StructureDefinition, and may include additional versions using the [http://hl7.org/fhir/StructureDefinition/structuredefinition-applicable-version](http://hl7.org/fhir/extensions/StructureDefinition-structuredefinition-applicable-version.html) extension." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.name" ] ;
fhir:display [ fhir:v "name" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.name" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.resource.name" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.resource.name` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.name` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.description" ] ;
fhir:display [ fhir:v "description" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.description" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.resource.description" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.resource.description` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.description` as `Equivalent`.\nThis is mostly used with examples to explain why it is present (though they can have extensive comments in the examples)." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.isExample" ] ;
fhir:display [ fhir:v "isExample" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.example[x]" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.resource.example[x]" ] ;
fhir:equivalence [ fhir:v "narrower" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.resource.isExample` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.example[x]` as `SourceIsNarrowerThanTarget`.\nThe target context `ImplementationGuide.definition.resource.example[x]` is a choice-type element and cannot directly hold extensions. The context is moved up to parent element `ImplementationGuide.definition.resource`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.profile" ] ;
fhir:display [ fhir:v "profile" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.example[x]" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.resource.example[x]" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.resource.profile` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.example[x]` as `RelatedTo`.\nThe target context `ImplementationGuide.definition.resource.example[x]` is a choice-type element and cannot directly hold extensions. The context is moved up to parent element `ImplementationGuide.definition.resource`.\nExamples: \n\n* StructureDefinition -> Any \n* ValueSet -> expansion \n* OperationDefinition -> Parameters \n* Questionnaire -> QuestionnaireResponse." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.groupingId" ] ;
fhir:display [ fhir:v "groupingId" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.groupingId" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.resource.groupingId" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.resource.groupingId` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.groupingId` as `Equivalent`.\nThis must correspond to a group.id element within this implementation guide." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.page" ] ;
fhir:display [ fhir:v "page" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.page" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.page" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.page` is mapped to FHIR R4 element `ImplementationGuide.definition.page` as `Equivalent`.\nPages automatically become sections if they have sub-pages. By convention, the home page is called index.html." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.page.name" ] ;
fhir:display [ fhir:v "name" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.page.name[x]" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.page.name[x]" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.page.name` is mapped to FHIR R4 element `ImplementationGuide.definition.page.name[x]` as `Equivalent`.\nThe target context `ImplementationGuide.definition.page.name[x]` is a choice-type element and cannot directly hold extensions. The context is moved up to parent element `ImplementationGuide.definition.page`.\nThis SHALL be a local reference, expressed with respect to the root of the IG output folder.  No suffix is required.  If no suffix is specified, .html will be appended." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.page.title" ] ;
fhir:display [ fhir:v "title" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.page.title" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.page.title" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.page.title` is mapped to FHIR R4 element `ImplementationGuide.definition.page.title` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.page.generation" ] ;
fhir:display [ fhir:v "generation" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.page.generation" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.page.generation" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.page.generation` is mapped to FHIR R4 element `ImplementationGuide.definition.page.generation` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.page.page" ] ;
fhir:display [ fhir:v "page" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.page.page" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.page.page" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.page.page` is mapped to FHIR R4 element `ImplementationGuide.definition.page.page` as `Equivalent`.\nThe implementation guide breadcrumbs may be generated from this structure." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.parameter" ] ;
fhir:display [ fhir:v "parameter" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.parameter" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.parameter" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.parameter` is mapped to FHIR R4 element `ImplementationGuide.definition.parameter` as `Equivalent`.\nsee [confluence](https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters) for the parameters defined by the HL7 IG publisher." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.parameter.code" ] ;
fhir:display [ fhir:v "code" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.parameter.code" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.parameter.code" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.parameter.code` is mapped to FHIR R4 element `ImplementationGuide.definition.parameter.code` as `SourceIsBroaderThanTarget`.\nThe mappings for `ImplementationGuide.definition.parameter.code` do not cover the following types: Coding.\nThe mappings for `ImplementationGuide.definition.parameter.code` do not cover the following types based on type expansion: userSelected." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.parameter.value" ] ;
fhir:display [ fhir:v "value" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.parameter.value" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.parameter.value" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.parameter.value` is mapped to FHIR R4 element `ImplementationGuide.definition.parameter.value` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.template" ] ;
fhir:display [ fhir:v "template" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.template" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.template" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.template` is mapped to FHIR R4 element `ImplementationGuide.definition.template` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.template.code" ] ;
fhir:display [ fhir:v "code" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.template.code" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.template.code" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.template.code` is mapped to FHIR R4 element `ImplementationGuide.definition.template.code` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.template.source" ] ;
fhir:display [ fhir:v "source" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.template.source" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.template.source" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.template.source` is mapped to FHIR R4 element `ImplementationGuide.definition.template.source` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.definition.template.scope" ] ;
fhir:display [ fhir:v "scope" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.definition.template.scope" ] ;
fhir:display [ fhir:v "ImplementationGuide.definition.template.scope" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.template.scope` is mapped to FHIR R4 element `ImplementationGuide.definition.template.scope` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.manifest" ] ;
fhir:display [ fhir:v "manifest" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.manifest" ] ;
fhir:display [ fhir:v "ImplementationGuide.manifest" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.manifest` is mapped to FHIR R4 element `ImplementationGuide.manifest` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.manifest.rendering" ] ;
fhir:display [ fhir:v "rendering" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.manifest.rendering" ] ;
fhir:display [ fhir:v "ImplementationGuide.manifest.rendering" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.manifest.rendering` is mapped to FHIR R4 element `ImplementationGuide.manifest.rendering` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.manifest.resource" ] ;
fhir:display [ fhir:v "resource" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.manifest.resource" ] ;
fhir:display [ fhir:v "ImplementationGuide.manifest.resource" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.manifest.resource` is mapped to FHIR R4 element `ImplementationGuide.manifest.resource` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.manifest.resource.reference" ] ;
fhir:display [ fhir:v "reference" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.manifest.resource.reference" ] ;
fhir:display [ fhir:v "ImplementationGuide.manifest.resource.reference" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.manifest.resource.reference` is mapped to FHIR R4 element `ImplementationGuide.manifest.resource.reference` as `Equivalent`.\nUsually this is a relative URL that locates the resource within the implementation guide. If you authoring an implementation guide, and will publish it using the FHIR publication tooling, use a URI that may point to a resource, or to one of various alternative representations (e.g. spreadsheet). The tooling will convert this when it publishes it." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.manifest.resource.isExample" ] ;
fhir:display [ fhir:v "isExample" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.manifest.resource.example[x]" ] ;
fhir:display [ fhir:v "ImplementationGuide.manifest.resource.example[x]" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.manifest.resource.isExample` is mapped to FHIR R4 element `ImplementationGuide.manifest.resource.example[x]` as `Equivalent`.\nThe target context `ImplementationGuide.manifest.resource.example[x]` is a choice-type element and cannot directly hold extensions. The context is moved up to parent element `ImplementationGuide.manifest.resource`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.manifest.resource.profile" ] ;
fhir:display [ fhir:v "profile" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.manifest.resource.example[x]" ] ;
fhir:display [ fhir:v "ImplementationGuide.manifest.resource.example[x]" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.manifest.resource.profile` is mapped to FHIR R4 element `ImplementationGuide.manifest.resource.example[x]` as `SourceIsBroaderThanTarget`.\nThe target context `ImplementationGuide.manifest.resource.example[x]` is a choice-type element and cannot directly hold extensions. The context is moved up to parent element `ImplementationGuide.manifest.resource`.\nExamples: \n\n* StructureDefinition -> Any \n* ValueSet -> expansion \n* OperationDefinition -> Parameters \n* Questionnaire -> QuestionnaireResponse." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.manifest.resource.relativePath" ] ;
fhir:display [ fhir:v "relativePath" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.manifest.resource.relativePath" ] ;
fhir:display [ fhir:v "ImplementationGuide.manifest.resource.relativePath" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.manifest.resource.relativePath` is mapped to FHIR R4 element `ImplementationGuide.manifest.resource.relativePath` as `Equivalent`.\nAppending 'rendering' + \"/\" + this should resolve to the resource page." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.manifest.page" ] ;
fhir:display [ fhir:v "page" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.manifest.page" ] ;
fhir:display [ fhir:v "ImplementationGuide.manifest.page" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.manifest.page` is mapped to FHIR R4 element `ImplementationGuide.manifest.page` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.manifest.page.name" ] ;
fhir:display [ fhir:v "name" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.manifest.page.name" ] ;
fhir:display [ fhir:v "ImplementationGuide.manifest.page.name" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.manifest.page.name` is mapped to FHIR R4 element `ImplementationGuide.manifest.page.name` as `Equivalent`.\nAppending 'rendering' + \"/\" + this should resolve to the page." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.manifest.page.title" ] ;
fhir:display [ fhir:v "title" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.manifest.page.title" ] ;
fhir:display [ fhir:v "ImplementationGuide.manifest.page.title" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.manifest.page.title` is mapped to FHIR R4 element `ImplementationGuide.manifest.page.title` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.manifest.page.anchor" ] ;
fhir:display [ fhir:v "anchor" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.manifest.page.anchor" ] ;
fhir:display [ fhir:v "ImplementationGuide.manifest.page.anchor" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.manifest.page.anchor` is mapped to FHIR R4 element `ImplementationGuide.manifest.page.anchor` as `Equivalent`.\nAppending 'rendering' + \"/\" + page.name + \"#\" + page.anchor should resolve to the anchor." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.manifest.image" ] ;
fhir:display [ fhir:v "image" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.manifest.image" ] ;
fhir:display [ fhir:v "ImplementationGuide.manifest.image" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.manifest.image` is mapped to FHIR R4 element `ImplementationGuide.manifest.image` as `Equivalent`." ]       ] )     ] [
fhir:code [ fhir:v "ImplementationGuide.manifest.other" ] ;
fhir:display [ fhir:v "other" ] ;
      ( fhir:target [
fhir:code [ fhir:v "ImplementationGuide.manifest.other" ] ;
fhir:display [ fhir:v "ImplementationGuide.manifest.other" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.manifest.other` is mapped to FHIR R4 element `ImplementationGuide.manifest.other` as `Equivalent`." ]       ] )     ] )
  ] [
fhir:source [
fhir:v "http://hl7.org/fhir/StructureDefinition/ImplementationGuide"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/ImplementationGuide>     ] ;
fhir:sourceVersion [ fhir:v "5.0.0" ] ;
fhir:target [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.fhirVersion"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.fhirVersion>     ] ;
fhir:targetVersion [ fhir:v "0.1.0" ] ;
    ( fhir:element [
fhir:code [ fhir:v "ImplementationGuide.fhirVersion" ] ;
fhir:display [ fhir:v "fhirVersion" ] ;
      ( fhir:target [
fhir:code [ fhir:v "Extension" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.fhirVersion` is mapped to FHIR R4 element `ImplementationGuide.fhirVersion` as `SourceIsBroaderThanTarget`.\nMost implementation guides target a single version - e.g. they describe how to use a particular version, and the profiles and examples etc. are valid for that version. But some implementation guides describe how to use multiple different versions of FHIR to solve the same problem, or in concert with each other. Typically, the requirement to support multiple versions arises as implementation matures and different implementation communities are stuck at different versions by regulation or market dynamics." ]       ] )     ] )
  ] [
fhir:source [
fhir:v "http://hl7.org/fhir/StructureDefinition/ImplementationGuide"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/ImplementationGuide>     ] ;
fhir:sourceVersion [ fhir:v "5.0.0" ] ;
fhir:target [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.dependsOn.reason"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.dependsOn.reason>     ] ;
fhir:targetVersion [ fhir:v "0.1.0" ] ;
    ( fhir:element [
fhir:code [ fhir:v "ImplementationGuide.dependsOn.reason" ] ;
fhir:display [ fhir:v "reason" ] ;
      ( fhir:target [
fhir:code [ fhir:v "Extension" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.dependsOn.reason` has a context of ImplementationGuide.dependsOn based on following the parent source element upwards and mapping to `ImplementationGuide`.\nElement `ImplementationGuide.dependsOn.reason` has no mapping targets in FHIR R4. Typically, this is because the element has been added (is a new element).\nThis doesn't need to enumerate every resource used, but should give some sense of why the dependency exists.  It will be used in the rendered list of dependencies" ]       ] )     ] )
  ] [
fhir:source [
fhir:v "http://hl7.org/fhir/StructureDefinition/ImplementationGuide"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/ImplementationGuide>     ] ;
fhir:sourceVersion [ fhir:v "5.0.0" ] ;
fhir:target [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.global.type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.global.type>     ] ;
fhir:targetVersion [ fhir:v "0.1.0" ] ;
    ( fhir:element [
fhir:code [ fhir:v "ImplementationGuide.global.type" ] ;
fhir:display [ fhir:v "type" ] ;
      ( fhir:target [
fhir:code [ fhir:v "Extension" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.global.type` is mapped to FHIR R4 element `ImplementationGuide.global.type` as `RelatedTo`.\nThe mappings for `ImplementationGuide.global.type` do not allow expression of the necessary codes, per the bindings on the source and target.\nThe type must match that of the profile that is referred to but is made explicit here as a denormalization so that a system processing the implementation guide resource knows which resources the profile applies to even if the profile itself is not available." ]       ] )     ] )
  ] [
fhir:source [
fhir:v "http://hl7.org/fhir/StructureDefinition/ImplementationGuide"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/ImplementationGuide>     ] ;
fhir:sourceVersion [ fhir:v "5.0.0" ] ;
fhir:target [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.definition.resource.fhirVersion"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.definition.resource.fhirVersion>     ] ;
fhir:targetVersion [ fhir:v "0.1.0" ] ;
    ( fhir:element [
fhir:code [ fhir:v "ImplementationGuide.definition.resource.fhirVersion" ] ;
fhir:display [ fhir:v "fhirVersion" ] ;
      ( fhir:target [
fhir:code [ fhir:v "Extension" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.resource.fhirVersion` is mapped to FHIR R4 element `ImplementationGuide.definition.resource.fhirVersion` as `SourceIsBroaderThanTarget`.\nThe resource SHALL be valid against all the versions it is specified to apply to. If the resource referred to is a StructureDefinition, the fhirVersion stated in the StructureDefinition cannot disagree with the version specified here; the specified versions SHALL include the version specified by the StructureDefinition, and may include additional versions using the [http://hl7.org/fhir/StructureDefinition/structuredefinition-applicable-version](http://hl7.org/fhir/extensions/StructureDefinition-structuredefinition-applicable-version.html) extension." ]       ] )     ] )
  ] [
fhir:source [
fhir:v "http://hl7.org/fhir/StructureDefinition/ImplementationGuide"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/ImplementationGuide>     ] ;
fhir:sourceVersion [ fhir:v "5.0.0" ] ;
fhir:target [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.definition.page.source"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.definition.page.source>     ] ;
fhir:targetVersion [ fhir:v "0.1.0" ] ;
    ( fhir:element [
fhir:code [ fhir:v "ImplementationGuide.definition.page.source[x]" ] ;
fhir:display [ fhir:v "source[x]" ] ;
      ( fhir:target [
fhir:code [ fhir:v "Extension" ] ;
fhir:equivalence [ fhir:v "wider" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.page.source[x]` has a context of ImplementationGuide.definition.page based on following the parent source element upwards and mapping to `ImplementationGuide`.\nElement `ImplementationGuide.definition.page.source[x]` has no mapping targets in FHIR R4. Typically, this is because the element has been added (is a new element).\nIf absent and the page isn't a generated page, this may be inferred from the page name by checking input locations.  String is used for XHTML content - sent as an escaped string.  FHIR tooling can't support 'direct' XHTML anywhere other than in narrative." ]       ] )     ] )
  ] [
fhir:source [
fhir:v "http://hl7.org/fhir/StructureDefinition/ImplementationGuide"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/ImplementationGuide>     ] ;
fhir:sourceVersion [ fhir:v "5.0.0" ] ;
fhir:target [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.definition.parameter.code"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-ImplementationGuide.definition.parameter.code>     ] ;
fhir:targetVersion [ fhir:v "0.1.0" ] ;
    ( fhir:element [
fhir:code [ fhir:v "ImplementationGuide.definition.parameter.code" ] ;
fhir:display [ fhir:v "code" ] ;
      ( fhir:target [
fhir:code [ fhir:v "Extension" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Element `ImplementationGuide.definition.parameter.code` is mapped to FHIR R4 element `ImplementationGuide.definition.parameter.code` as `SourceIsBroaderThanTarget`.\nThe mappings for `ImplementationGuide.definition.parameter.code` do not cover the following types: Coding.\nThe mappings for `ImplementationGuide.definition.parameter.code` do not cover the following types based on type expansion: userSelected." ]       ] )     ] )
  ] ) . #