Versions Compared

Key

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

...

Expand
titleExample: A PlanDefinition with activity for answering a COPD Assessment Test (CAT) Questionnaire followed by an activity for a CAT score “measurement”, which is calculated by a simple rule in the CAT Questionnaire.

In this scenario, the CAT score measurement is an ActivityDefinition with:

  • code set to Coding code="MCS88137", system="urn:oid:1.2.208.184.100.8", display="CAT score;pt"

  • participant.type set to device

In the Questionnaire, the above Coding for CAT score is present in Questionnaire.item.code for a calculated element prepared such that a QuestionnaireResponse can contain the calculated CAT score.

On detecting the participant.type set to device, an Observation shall be prepared with a value derived from the CAT score contained in the QuestionnaireResponse.

Note

It is expected that a Solution detects the

...

use of participant.type set to device and

...

prepares submission of

...

a measurement based on a value extracted from sibling activities rather than involving the Patient. Typically, this scenario involves the Solution preparing an Observation with value based on or extracted from a QuestionnaireResponse.

Preparing an Observation for Body Mass Index

...