MCC eCare Plan Implementation Guide
1.0.0-ballot2 - ballot United States of America flag

This page is part of the MCC eCare Plan Implementation Guide (v1.0.0-ballot2: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Resource Profile: Multiple Chronic Condition Care Plan Clinical Impression

Official URL: http://hl7.org/fhir/us/mcc/StructureDefinition/MCCClinicalImpression Version: 1.0.0-ballot2
Active as of 2023-07-28 Computable Name: MCCClinicalImpression

This profile constrains ClinicalImpression for use in the MCC FHIR Care Plan or other FHIR Care Plans.

In the R5 ClinicalImpression Resource, changePattern reflects the change in the status/pattern of a subject's condition since previously assessed, such as worsening, improving, or no change. We have backported this this into our profile on ClinicalImpression, see the changePattern extension.

The ClinicalImpression sets minimum expectations for the ClinicalImpression Resource to record, search, and fetch clnical impressions that apply to a patient. It identifies which core elements, extensions, vocabularies and value sets SHALL be present in the resource when using this profile. In addition to the requirements set forth in ClinicalImpression this derived profile is designed to add requirements to the following elements:

  • MCCClinicalImpressionClinicalImpression.extension:resource-pertainsToGoal (Must Support) to encourage linking a goal to the clinical impression hopes to facilitate and/or to encourage systems to be able to receive and understand a goal linkage if present.
  • MCCClinicalImpression.subject is set to us-core-patient and set to must support
  • MCCClinicalImpression.effective is must support
  • MCCClinicalImpression.problem is required and must be supported

Comments are welcome with respect to the pragmatic use of the “Must Support” rules defined on these elements.

Usage:

Formal Views of Profile Content

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

This structure is derived from ClinicalImpression

NameFlagsCard.TypeDescription & Constraintsdoco
.. ClinicalImpression 0..*ClinicalImpressionA clinical assessment performed when planning treatments and management strategies for a patient
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... resource-pertainsToGoal S0..*Reference(Goal)The resource-pertainsToGoal relates the resource to the goal(s) that pertain to it. Whenever there is a goal associated with a health concern or problem, this extension should be present and populated in activity (event or intent) resources.
URL: http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal
... changePattern 0..1CodeableConceptChange in the status/pattern of a subject's condition since previously assessed, such as worsening, improving, or no change
URL: http://hl7.org/fhir/us/mcc/StructureDefinition/changePattern
.... type
..... value 0..1uriPrimitive value for uri
... effective[x] S0..1dateTime, PeriodTime of assessment
... problem S1..*Reference(Condition | AllergyIntolerance)Relevant impressions of patient state

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. ClinicalImpression 0..*ClinicalImpressionA clinical assessment performed when planning treatments and management strategies for a patient
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... resource-pertainsToGoal S0..*Reference(Goal)The resource-pertainsToGoal relates the resource to the goal(s) that pertain to it. Whenever there is a goal associated with a health concern or problem, this extension should be present and populated in activity (event or intent) resources.
URL: http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!Σ1..1codein-progress | completed | entered-in-error
Binding: ClinicalImpressionStatus (required): The workflow state of a clinical impression.

... subject SΣ1..1Reference(US Core Patient Profile)Patient or group assessed
... effective[x] SΣ0..1Time of assessment
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
... problem SΣ1..*Reference(Condition | AllergyIntolerance)Relevant impressions of patient state

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
ClinicalImpression.statusrequiredClinicalImpressionStatus

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorClinicalImpressionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorClinicalImpressionIf 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-4errorClinicalImpressionIf 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-5errorClinicalImpressionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceClinicalImpressionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. ClinicalImpression 0..*ClinicalImpressionA clinical assessment performed when planning treatments and management strategies for a patient
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... resource-pertainsToGoal S0..*Reference(Goal)The resource-pertainsToGoal relates the resource to the goal(s) that pertain to it. Whenever there is a goal associated with a health concern or problem, this extension should be present and populated in activity (event or intent) resources.
URL: http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal
... changePattern 0..1CodeableConceptChange in the status/pattern of a subject's condition since previously assessed, such as worsening, improving, or no change
URL: http://hl7.org/fhir/us/mcc/StructureDefinition/changePattern
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness identifier
... status ?!Σ1..1codein-progress | completed | entered-in-error
Binding: ClinicalImpressionStatus (required): The workflow state of a clinical impression.

... statusReason 0..1CodeableConceptReason for current status
Binding: (unbound) (example): Codes identifying the reason for the current state of a clinical impression.

... code Σ0..1CodeableConceptKind of assessment performed
Binding: (unbound) (example): Identifies categories of clinical impressions. This is a place-holder only. It may be removed.

... description Σ0..1stringWhy/how the assessment was performed
... subject SΣ1..1Reference(US Core Patient Profile)Patient or group assessed
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC0..1stringLiteral reference, Relative, internal or absolute URL
.... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

..... id 0..1stringxml:id (or equivalent in JSON)
..... extension 0..*ExtensionAdditional content defined by implementations
..... value 0..1uriPrimitive value for uri
.... identifier Σ0..1IdentifierLogical reference, when literal reference is not known
.... display Σ0..1stringText alternative for the resource
... encounter Σ0..1Reference(Encounter)Encounter created as part of
... effective[x] SΣ0..1Time of assessment
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
... date Σ0..1dateTimeWhen the assessment was documented
... assessor Σ0..1Reference(Practitioner | PractitionerRole)The clinician performing the assessment
... previous 0..1Reference(ClinicalImpression)Reference to last assessment
... problem SΣ1..*Reference(Condition | AllergyIntolerance)Relevant impressions of patient state
... investigation 0..*BackboneElementOne or more sets of investigations (signs, symptoms, etc.)
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... code 1..1CodeableConceptA name/code for the set
Binding: InvestigationType (example): A name/code for a set of investigations.

.... item 0..*Reference(Observation | QuestionnaireResponse | FamilyMemberHistory | DiagnosticReport | RiskAssessment | ImagingStudy | Media)Record of a specific investigation
... protocol 0..*uriClinical Protocol followed
... summary 0..1stringSummary of the assessment
... finding 0..*BackboneElementPossible or likely findings and diagnoses
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... itemCodeableConcept 0..1CodeableConceptWhat was found
Binding: Condition/Problem/DiagnosisCodes (example): Identification of the Condition or diagnosis.

.... itemReference 0..1Reference(Condition | Observation | Media)What was found
.... basis 0..1stringWhich investigations support finding
... prognosisCodeableConcept 0..*CodeableConceptEstimate of likely outcome
Binding: ClinicalImpressionPrognosis (example): Prognosis or outlook findings.


... prognosisReference 0..*Reference(RiskAssessment)RiskAssessment expressing likely outcome
... supportingInfo 0..*Reference(Resource)Information supporting the clinical impression
... note 0..*AnnotationComments made about the ClinicalImpression

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
ClinicalImpression.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
ClinicalImpression.statusrequiredClinicalImpressionStatus
ClinicalImpression.statusReasonexample
ClinicalImpression.codeexample
ClinicalImpression.subject.typeextensibleResourceType
ClinicalImpression.investigation.codeexampleInvestigationType
ClinicalImpression.finding.itemCodeableConceptexampleCondition/Problem/DiagnosisCodes
ClinicalImpression.prognosisCodeableConceptexampleClinicalImpressionPrognosis

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from ClinicalImpression

Summary

Mandatory: 1 element
Must-Support: 4 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Differential View

This structure is derived from ClinicalImpression

NameFlagsCard.TypeDescription & Constraintsdoco
.. ClinicalImpression 0..*ClinicalImpressionA clinical assessment performed when planning treatments and management strategies for a patient
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... resource-pertainsToGoal S0..*Reference(Goal)The resource-pertainsToGoal relates the resource to the goal(s) that pertain to it. Whenever there is a goal associated with a health concern or problem, this extension should be present and populated in activity (event or intent) resources.
URL: http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal
... changePattern 0..1CodeableConceptChange in the status/pattern of a subject's condition since previously assessed, such as worsening, improving, or no change
URL: http://hl7.org/fhir/us/mcc/StructureDefinition/changePattern
.... type
..... value 0..1uriPrimitive value for uri
... effective[x] S0..1dateTime, PeriodTime of assessment
... problem S1..*Reference(Condition | AllergyIntolerance)Relevant impressions of patient state

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ClinicalImpression 0..*ClinicalImpressionA clinical assessment performed when planning treatments and management strategies for a patient
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... resource-pertainsToGoal S0..*Reference(Goal)The resource-pertainsToGoal relates the resource to the goal(s) that pertain to it. Whenever there is a goal associated with a health concern or problem, this extension should be present and populated in activity (event or intent) resources.
URL: http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!Σ1..1codein-progress | completed | entered-in-error
Binding: ClinicalImpressionStatus (required): The workflow state of a clinical impression.

... subject SΣ1..1Reference(US Core Patient Profile)Patient or group assessed
... effective[x] SΣ0..1Time of assessment
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
... problem SΣ1..*Reference(Condition | AllergyIntolerance)Relevant impressions of patient state

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
ClinicalImpression.statusrequiredClinicalImpressionStatus

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorClinicalImpressionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorClinicalImpressionIf 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-4errorClinicalImpressionIf 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-5errorClinicalImpressionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceClinicalImpressionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ClinicalImpression 0..*ClinicalImpressionA clinical assessment performed when planning treatments and management strategies for a patient
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... resource-pertainsToGoal S0..*Reference(Goal)The resource-pertainsToGoal relates the resource to the goal(s) that pertain to it. Whenever there is a goal associated with a health concern or problem, this extension should be present and populated in activity (event or intent) resources.
URL: http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal
... changePattern 0..1CodeableConceptChange in the status/pattern of a subject's condition since previously assessed, such as worsening, improving, or no change
URL: http://hl7.org/fhir/us/mcc/StructureDefinition/changePattern
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness identifier
... status ?!Σ1..1codein-progress | completed | entered-in-error
Binding: ClinicalImpressionStatus (required): The workflow state of a clinical impression.

... statusReason 0..1CodeableConceptReason for current status
Binding: (unbound) (example): Codes identifying the reason for the current state of a clinical impression.

... code Σ0..1CodeableConceptKind of assessment performed
Binding: (unbound) (example): Identifies categories of clinical impressions. This is a place-holder only. It may be removed.

... description Σ0..1stringWhy/how the assessment was performed
... subject SΣ1..1Reference(US Core Patient Profile)Patient or group assessed
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC0..1stringLiteral reference, Relative, internal or absolute URL
.... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

..... id 0..1stringxml:id (or equivalent in JSON)
..... extension 0..*ExtensionAdditional content defined by implementations
..... value 0..1uriPrimitive value for uri
.... identifier Σ0..1IdentifierLogical reference, when literal reference is not known
.... display Σ0..1stringText alternative for the resource
... encounter Σ0..1Reference(Encounter)Encounter created as part of
... effective[x] SΣ0..1Time of assessment
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
... date Σ0..1dateTimeWhen the assessment was documented
... assessor Σ0..1Reference(Practitioner | PractitionerRole)The clinician performing the assessment
... previous 0..1Reference(ClinicalImpression)Reference to last assessment
... problem SΣ1..*Reference(Condition | AllergyIntolerance)Relevant impressions of patient state
... investigation 0..*BackboneElementOne or more sets of investigations (signs, symptoms, etc.)
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... code 1..1CodeableConceptA name/code for the set
Binding: InvestigationType (example): A name/code for a set of investigations.

.... item 0..*Reference(Observation | QuestionnaireResponse | FamilyMemberHistory | DiagnosticReport | RiskAssessment | ImagingStudy | Media)Record of a specific investigation
... protocol 0..*uriClinical Protocol followed
... summary 0..1stringSummary of the assessment
... finding 0..*BackboneElementPossible or likely findings and diagnoses
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... itemCodeableConcept 0..1CodeableConceptWhat was found
Binding: Condition/Problem/DiagnosisCodes (example): Identification of the Condition or diagnosis.

.... itemReference 0..1Reference(Condition | Observation | Media)What was found
.... basis 0..1stringWhich investigations support finding
... prognosisCodeableConcept 0..*CodeableConceptEstimate of likely outcome
Binding: ClinicalImpressionPrognosis (example): Prognosis or outlook findings.


... prognosisReference 0..*Reference(RiskAssessment)RiskAssessment expressing likely outcome
... supportingInfo 0..*Reference(Resource)Information supporting the clinical impression
... note 0..*AnnotationComments made about the ClinicalImpression

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
ClinicalImpression.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
ClinicalImpression.statusrequiredClinicalImpressionStatus
ClinicalImpression.statusReasonexample
ClinicalImpression.codeexample
ClinicalImpression.subject.typeextensibleResourceType
ClinicalImpression.investigation.codeexampleInvestigationType
ClinicalImpression.finding.itemCodeableConceptexampleCondition/Problem/DiagnosisCodes
ClinicalImpression.prognosisCodeableConceptexampleClinicalImpressionPrognosis

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from ClinicalImpression

Summary

Mandatory: 1 element
Must-Support: 4 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

 

Other representations of profile: CSV, Excel, Schematron