Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • assessor which shall be set as a reference to the clinician's Practitioner

  • ehealth-clinicalimpression-decision can be set to a decision if applicable

  • investigation.item shall be set to both a versioned and version-less (see info-box below) reference to each measurement

  • ehealth-clinicalimpression-careplan which shall be set as a reference to the CarePlan that references the measurement’s ServiceRequest

Note

The implication of setting ehealth-clinicalimpression-careplan is that all measurements referenced in investigation.item must have a ServiceRequest referenced from the same CarePlan.

Info

Versioned and version-less referencing from ClinicalImpression

The versioned reference is required to eliminate ambiguity as to what content the ClinicalImpression has assessment for. An example versioned reference is:

  • https://<base>/fhir/QuestionnaireResponse/11052/_history/2

The version number to use is taken from the resource’s .meta/versionId. Note that <base> is a substitution and that, in reality, it would reflect the eHealth environment in use.

The version-less reference is required to enable searching for the resource reference without having to know which version is referenced. An example version-less reference is:

  • https://<base>/fhir/QuestionnaireResponse/11052

...