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

Resource Profile: Profile_R5_GuidanceResponse_R4

Official URL: http://hl7.org/fhir/5.0/StructureDefinition/profile-GuidanceResponse Version: 0.1.0
Standards status: Trial-use Maturity Level: 0 Computable Name: Profile_R5_GuidanceResponse_R4

This cross-version profile allows R5 GuidanceResponse content to be represented via FHIR R4 GuidanceResponse resources.

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. GuidanceResponse 0..* GuidanceResponse(4.0.1) The formal response to a guidance request
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... module[x] Σ 1..1 What guidance was requested
.... moduleUri uri
.... moduleCanonical canonical(Any)
.... moduleCodeableConcept CodeableConcept

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
GuidanceResponse.status Base required GuidanceResponseStatus 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error GuidanceResponse If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error GuidanceResponse If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error GuidanceResponse If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error GuidanceResponse If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice GuidanceResponse A resource should have narrative for robust management text.`div`.exists()
ele-1 error GuidanceResponse.implicitRules, GuidanceResponse.modifierExtension, GuidanceResponse.module[x], GuidanceResponse.status All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error GuidanceResponse.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from GuidanceResponse

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. GuidanceResponse 0..* GuidanceResponse(4.0.1) The formal response to a guidance request
... result
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:result 0..* Reference(Resource) R5: result
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. GuidanceResponse 0..* GuidanceResponse(4.0.1) The formal response to a guidance request
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... requestIdentifier Σ 0..1 Identifier The identifier of the request associated with this response, if any
... identifier Σ 0..* Identifier Business identifier
... module[x] Σ 1..1 What guidance was requested
.... moduleUri uri
.... moduleCanonical canonical(Any)
.... moduleCodeableConcept CodeableConcept
... status ?!Σ 1..1 code success | data-requested | data-required | in-progress | failure | entered-in-error
Binding: GuidanceResponseStatus (required): The status of a guidance response.
... subject 0..1 Reference(Patient | Group) Patient the request was performed for
... encounter 0..1 Reference(Encounter) Encounter during which the response was returned
... occurrenceDateTime 0..1 dateTime When the guidance response was processed
... performer 0..1 Reference(Device) Device returning the guidance
... reasonCode 0..* CodeableConcept Why guidance is needed
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Why guidance is needed
... note 0..* Annotation Additional notes about the response
... evaluationMessage 0..* Reference(OperationOutcome) Messages resulting from the evaluation of the artifact or artifacts
... outputParameters 0..1 Reference(Parameters) The output parameters of the evaluation, if any
... result 0..1 Reference(CarePlan | RequestGroup) Proposed actions, if any
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:result 0..1 Reference(Resource) R5: result
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... dataRequirement 0..* DataRequirement Additional required data

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
GuidanceResponse.language Base preferred Common Languages . 📍4.0.1 tx.fhir.org
GuidanceResponse.status Base required GuidanceResponseStatus 📍4.0.1 FHIR Std.
GuidanceResponse.result.​type Base extensible ResourceType . 📍4.0.1 tx.fhir.org

Constraints

Id Grade Path(s) Description Expression
dom-2 error GuidanceResponse If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error GuidanceResponse If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error GuidanceResponse If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error GuidanceResponse If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice GuidanceResponse A resource should have narrative for robust management text.`div`.exists()
ele-1 error GuidanceResponse.meta, GuidanceResponse.implicitRules, GuidanceResponse.language, GuidanceResponse.text, GuidanceResponse.extension, GuidanceResponse.modifierExtension, GuidanceResponse.requestIdentifier, GuidanceResponse.identifier, GuidanceResponse.module[x], GuidanceResponse.status, GuidanceResponse.subject, GuidanceResponse.encounter, GuidanceResponse.occurrenceDateTime, GuidanceResponse.performer, GuidanceResponse.reasonCode, GuidanceResponse.reasonReference, GuidanceResponse.note, GuidanceResponse.evaluationMessage, GuidanceResponse.outputParameters, GuidanceResponse.result, GuidanceResponse.result.extension, GuidanceResponse.result.extension:result, GuidanceResponse.result.reference, GuidanceResponse.result.type, GuidanceResponse.result.identifier, GuidanceResponse.result.display, GuidanceResponse.dataRequirement All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error GuidanceResponse.extension, GuidanceResponse.modifierExtension, GuidanceResponse.result.extension, GuidanceResponse.result.extension:result Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from GuidanceResponse

Summary

Extensions

This structure refers to these extensions:

Maturity: 0

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. GuidanceResponse 0..* GuidanceResponse(4.0.1) The formal response to a guidance request
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... module[x] Σ 1..1 What guidance was requested
.... moduleUri uri
.... moduleCanonical canonical(Any)
.... moduleCodeableConcept CodeableConcept

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
GuidanceResponse.status Base required GuidanceResponseStatus 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error GuidanceResponse If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error GuidanceResponse If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error GuidanceResponse If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error GuidanceResponse If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice GuidanceResponse A resource should have narrative for robust management text.`div`.exists()
ele-1 error GuidanceResponse.implicitRules, GuidanceResponse.modifierExtension, GuidanceResponse.module[x], GuidanceResponse.status All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error GuidanceResponse.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from GuidanceResponse

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. GuidanceResponse 0..* GuidanceResponse(4.0.1) The formal response to a guidance request
... result
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:result 0..* Reference(Resource) R5: result
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. GuidanceResponse 0..* GuidanceResponse(4.0.1) The formal response to a guidance request
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... requestIdentifier Σ 0..1 Identifier The identifier of the request associated with this response, if any
... identifier Σ 0..* Identifier Business identifier
... module[x] Σ 1..1 What guidance was requested
.... moduleUri uri
.... moduleCanonical canonical(Any)
.... moduleCodeableConcept CodeableConcept
... status ?!Σ 1..1 code success | data-requested | data-required | in-progress | failure | entered-in-error
Binding: GuidanceResponseStatus (required): The status of a guidance response.
... subject 0..1 Reference(Patient | Group) Patient the request was performed for
... encounter 0..1 Reference(Encounter) Encounter during which the response was returned
... occurrenceDateTime 0..1 dateTime When the guidance response was processed
... performer 0..1 Reference(Device) Device returning the guidance
... reasonCode 0..* CodeableConcept Why guidance is needed
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Why guidance is needed
... note 0..* Annotation Additional notes about the response
... evaluationMessage 0..* Reference(OperationOutcome) Messages resulting from the evaluation of the artifact or artifacts
... outputParameters 0..1 Reference(Parameters) The output parameters of the evaluation, if any
... result 0..1 Reference(CarePlan | RequestGroup) Proposed actions, if any
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:result 0..1 Reference(Resource) R5: result
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... dataRequirement 0..* DataRequirement Additional required data

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
GuidanceResponse.language Base preferred Common Languages . 📍4.0.1 tx.fhir.org
GuidanceResponse.status Base required GuidanceResponseStatus 📍4.0.1 FHIR Std.
GuidanceResponse.result.​type Base extensible ResourceType . 📍4.0.1 tx.fhir.org

Constraints

Id Grade Path(s) Description Expression
dom-2 error GuidanceResponse If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error GuidanceResponse If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error GuidanceResponse If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error GuidanceResponse If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice GuidanceResponse A resource should have narrative for robust management text.`div`.exists()
ele-1 error GuidanceResponse.meta, GuidanceResponse.implicitRules, GuidanceResponse.language, GuidanceResponse.text, GuidanceResponse.extension, GuidanceResponse.modifierExtension, GuidanceResponse.requestIdentifier, GuidanceResponse.identifier, GuidanceResponse.module[x], GuidanceResponse.status, GuidanceResponse.subject, GuidanceResponse.encounter, GuidanceResponse.occurrenceDateTime, GuidanceResponse.performer, GuidanceResponse.reasonCode, GuidanceResponse.reasonReference, GuidanceResponse.note, GuidanceResponse.evaluationMessage, GuidanceResponse.outputParameters, GuidanceResponse.result, GuidanceResponse.result.extension, GuidanceResponse.result.extension:result, GuidanceResponse.result.reference, GuidanceResponse.result.type, GuidanceResponse.result.identifier, GuidanceResponse.result.display, GuidanceResponse.dataRequirement All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error GuidanceResponse.extension, GuidanceResponse.modifierExtension, GuidanceResponse.result.extension, GuidanceResponse.result.extension:result Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from GuidanceResponse

Summary

Extensions

This structure refers to these extensions:

Maturity: 0

 

Other representations of profile: CSV, Excel, Schematron