Versions Compared

Key

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

...

Situation

Handling by setting up instructions causing creation of Task

Neither reference base nor relative reference range(s) found

Task:

  • .category with .code = MeasurementForAssessmentNotTriaged, .system = http://ehealth.sundhed.dk/cs/task-category, .display = Need assessment of measurement where triage was not performed during automated processing

  • .description = Måling til vurdering, hvor triagering ikke er udført af automatiseret behandling

  • .restrictionCategory with .code = measurement-monitoring, system = http://ehealth.sundhed.dk/cs/restriction-category, .display = Monitoring of measurement(s)

  • .priority = routine

  • .focus = reference to measurement being processed, for instance Observation, QuestionnaireResponse or Media

No additional task.

No reference base found

Task:

  • .category with .code = RefBaseNeeded, .system = http://ehealth.sundhed.dk/cs/task-category, .display = Missing in force reference base required for automatic processing

  • .description = Mangler gældende referenceværdi påkrævet for automatisk behandling

  • .restrictionCategory with .code = measurement-monitoring, system = http://ehealth.sundhed.dk/cs/restriction-category, .display = Monitoring of measurement(s)

  • .priority = routine

  • .focus = reference to ServiceRequest referenced by the measurement being processed

No relative reference range found

Task:

  • .category with .code = RefRangeNeeded, .system = http://ehealth.sundhed.dk/cs/task-category, .display = Missing reference range required for automated processing

  • .description = Mangler grænseværdi påkrævet for automatisk behandling

  • .restrictionCategory with .code = measurement-monitoring, system = http://ehealth.sundhed.dk/cs/restriction-category, .display = Monitoring of measurement(s)

  • .priority = routine

  • .focus = reference to ServiceRequest referenced by the measurement being processed

Library for Assessment of

...

Questionnaire Response

This Library contains a generic rule that performs assessment of a QuestionnaireResponse which answers the Questionnaire TeleCare Nord COPD Questionnaire.

The rule contains two sets of question/answer value pairs:

  • A red trigger set of question/answer pairs

  • A yellow trigger set of question/answer pairs

in relation to any answer significances defined in the corresponding Questionnaire.

During processing of the rule, all questions and answers in the each answer significance defined in the Questionnaire (see https://docs.ehealth.sundhed.dk/latest-released/ig/StructureDefinition-ehealth-questionnaire.html#answer-significance) on questions and their linked answers in the QuestionnaireResponse are traversed and checked whether each particular question/answer pair is defined as a red and yellow trigger, respectively. the condition(s) of the answer significance is met by the linked answer. When this is the case, the question/answer pair a finding basis is added to internal bookkeeping in . Ultimately, the form of a triggered red set and triggered yellow set, respectively. Ultimately, the triggered sets determine a priority as followslist of finding basis determines the created ClinicalImpression finding and the priority of the created task:

  • In case the triggered red set list of finding basis contains at least one red question/answer pair, the priority is set to asap

  • In case the triggered red set is empty and the triggered yellow set list of finding basis contains at least one yellow question/answer pair and no red question/answer pair , the priority is set to urgent

  • Otherwise, the priority is set to routine

...

  • A ClinicalImpresssion:

    • .finding as follows:

      • If the triggered red set is not empty, a finding.item with a Coding:

        • system = http://ehealth.sundhed.dk/cs/clinicalimpression-finding-codes

        • code = red-question-answer

        • display = Rød spørgsmål/svar-kombination fundet i spørgeskemabesvarelse

      • If the triggered yellow set is not empty, a finding.item with a Coding:

        • system = http://ehealth.sundhed.dk/cs/clinicalimpression-finding-codes

        • code = yellow-question-answer

        • display = Gul spørgsmål/svar-kombination fundet i spørgeskemabesvarelse

      • If both triggered sets are empty, a finding.item with a Coding:

        • system = http://ehealth.sundhed.dk/cs/clinicalimpression-finding-codes

        • code = green-question-answer

        • display = Grøn spørgsmål/svar-kombination fundet i spørgeskemabesvarelse. Når anført som opsummering for hel spørgeskemabesvarelse er der ikke fundet røde eller gule spørgsmål/svar-kombinationer

  • A Task related to the ClinicalImpression with:

    • priority set to the priority value determined above.

Library Resources for Calculation-type Rules

The Library resources described in this section are either production-ready or slated for production (requiring approval for production use).

Library for Calculating Quality of Height Observation for Use in BMI Calculation

The Library for calculating the quality of a height observation can be used to evaluate a height observation for intended use in a Body Mass Index (BMI) calculation. The older a height observation is, the less likely that it is still applicable and reflecting the current height. When evaluated to be too old (with code Low, see below), a client such as a citizen solution may request a fresh height measurement from the patient and use that in the BMI calculation.

The Library has:

  • .type set to logic-library

  • .parameter[0]

    • .use set to out for output

    • .type set to Coding

  • .parameter[1]

    • .use set to in for input

    • .type set to Observation

  • .parameter[2]

    • .use set to in for input

    • .type set to ServiceRequest

The input Observation must have

It is not necessary to provide the ServiceRequest as input. The Libary$evaluate operation will retrieve it by resolving the basedOn reference in the Observation.

Output will be a code from the http://hl7.org/fhir/v3/ObservationInterpretation CodeSystem:

...

Output Coding

...

Evaluation

...

code=IND, system=http://hl7.org/fhir/v3/ObservationInterpretation, display=Indeterminate

...

The referenced ServiceRequest does not contain ehealth-reuseCriteria specifying a max age of the height Observation. This max age, although stated for reuse, is used for the height Observation use in an BMI calculation also.

...

code=N, system=http://hl7.org/fhir/v3/ObservationInterpretation, display=Normal

...

The height Observation has not exceeded the max age specified in ehealth-reuseCriteria in the referenced ServiceRequest.

...

code=L, system=http://hl7.org/fhir/v3/ObservationInterpretation, display=Low

...

The height Observation has exceeded the max age specified in ehealth-reuseCriteria in the referenced ServiceRequest.

Library for Calculating Body Mass Index

The Library for calculating the Body Mass Index (BMI) is intended for providing a value to be submitted as a BMI Observation as specified in an ActivityDefinition and possibly associated with reference ranges. Given an Observation of height and an Observation of weight as parameters, the evaluate operation returns a Quantity which can be set as the BMI Observation’s Observation.valueQuantity.

The Library has:

  • .type set to logic-library

  • .parameter[0]

    • .use set to out for output

    • .type set to Quantity

  • .parameter[1]

    • .use set to in for input

    • .type set to Observation

  • .parameter[2]

    • .use set to in for input

    • .type set to ServiceRequest

The library expects two observations as input:

It is not necessary to provide the ServiceRequest as input. The Libary$evaluate operation will retrieve it by resolving the basedOn reference in the weight Observation.

Output is a Quantity containing the calculated BMI:

Library for Calculating CAT-score (COPD Assessment Test)

The Library for calculating the CAT-score is intended for providing a value to be submitted as a CAT-score Observation as specified in an ActivityDefinition and possibly associated with reference ranges. Given a QuestionnaireResponse for the COPD Assessment test as input parameter, the evaluate operation returns a Quantity which can be set as the CAT-score Observation’s Observation.valueQuantity.

The Library has:

  • .type set to logic-library

  • .parameter[0]

    • .use set to out for output

    • .type set to Quantity

  • .parameter[1]

    • .use set to in for input

    • .type set to QuestionnaireResponse

  • .parameter[2]

    • .use set to in for input

    • .type set to Questionnaire

The library expects a QuestionnaireRespone as input:

  • The QuestionnaireResponse must reference a Questionnaire containing all 8 questions that are part of the COPD Assessment Test

  • The QuestionnaireResponse must contain valid answers for all 8 questions that are part of the COPD Assessment Test

It is not necessary to provide the Questionnaire as input. The Libary$evaluate operation will retrieve it by resolving the questionnairereference in the QuestionnaireResponse.

Output is a Quantity containing the calculated CAT score:

Library for Calculating MRC-score (Medical Research Council score)

...

      • If the Questionnaire does contain answer significance definitions but none have been triggered, a finding.item with a Coding:

        • system = http://ehealth.sundhed.dk/cs/clinicalimpression-finding-codes

        • code = no-effective-answer-significance

        • display = Ingen triageringsindikator for spørgsmål/svar-kombination har fundet anvendelse

      • If the Questionnaire does not contain answer significance definitions, a finding.item with a Coding:

        • system = http://ehealth.sundhed.dk/cs/clinicalimpression-finding-codes

        • code = no-answer-significance-defined

        • display = Ingen triageringsindikator defineret i spørgeskemaet

    • list of .ehealth-questionnaireresponse-finding-basis for each basis for the overall ClinicalImpression as follows:

      • test

  • A Task related to the ClinicalImpression with:

    • priority set to the priority value determined above.

Assessment of TeleCare Nord COPD Questionnaire

This Library contains a rule that performs assessment of a QuestionnaireResponse which answers the Questionnaire TeleCare Nord COPD Questionnaire.

The rule contains two sets of question/answer value pairs:

  • A red trigger set of question/answer pairs

  • A yellow trigger set of question/answer pairs

During processing of the rule, all questions and answers in the QuestionnaireResponse are traversed and checked whether each particular question/answer pair is defined as a red and yellow trigger, respectively. When this is the case, the question/answer pair is added to internal bookkeeping in the form of a triggered red set and triggered yellow set, respectively. Ultimately, the triggered sets determine a priority as follows:

  • In case the triggered red set contains at least one question/answer pair, the priority is set to asap

  • In case the triggered red set is empty and the triggered yellow set contains at least one question/answer pair, the priority is set to urgent

  • Otherwise, the priority is set to routine

The Library has:

  • .type set to automated-processing

  • .parameter

    • .use set to in for input

    • .type set to QuestionnaireResponse

  • .parameter

    • .use set to in for input

    • .type set to Questionnaire

  • .parameter

    • .use set to in for input

    • .type set to ServiceRequest

The Library rule sets up instructions that causes production of:

  • A ClinicalImpresssion:

    • .finding as follows:

      • If the triggered red set is not empty, a finding.item with a Coding:

        • system = http://ehealth.sundhed.dk/cs/clinicalimpression-finding-codes

        • code = red-question-answer

        • display = Rød spørgsmål/svar-kombination fundet i spørgeskemabesvarelse

      • If the triggered yellow set is not empty, a finding.item with a Coding:

        • system = http://ehealth.sundhed.dk/cs/clinicalimpression-finding-codes

        • code = yellow-question-answer

        • display = Gul spørgsmål/svar-kombination fundet i spørgeskemabesvarelse

      • If both triggered sets are empty, a finding.item with a Coding:

        • system = http://ehealth.sundhed.dk/cs/clinicalimpression-finding-codes

        • code = green-question-answer

        • display = Grøn spørgsmål/svar-kombination fundet i spørgeskemabesvarelse. Når anført som opsummering for hel spørgeskemabesvarelse er der ikke fundet røde eller gule spørgsmål/svar-kombinationer

  • A Task related to the ClinicalImpression with:

    • priority set to the priority value determined above.

Library Resources for Calculation-type Rules

The Library resources described in this section are either production-ready or slated for production (requiring approval for production use).

Library for Calculating Quality of Height Observation for Use in BMI Calculation

The Library for calculating the quality of a height observation can be used to evaluate a height observation for intended use in a Body Mass Index (BMI) calculation. The older a height observation is, the less likely that it is still applicable and reflecting the current height. When evaluated to be too old (with code Low, see below), a client such as a citizen solution may request a fresh height measurement from the patient and use that in the BMI calculation.

The Library has:

  • .type set to logic-library

  • .parameter[0]

    • .use set to out for output

    • .type set to Coding

  • .parameter[1]

    • .use set to in for input

    • .type set to Observation

  • .parameter[2]

    • .use set to in for input

    • .type set to ServiceRequest

The input Observation must have

It is not necessary to provide the ServiceRequest as input. The Libary$evaluate operation will retrieve it by resolving the basedOn reference in the Observation.

Output will be a code from the http://hl7.org/fhir/v3/ObservationInterpretation CodeSystem:

Output Coding

Evaluation

code=IND, system=http://hl7.org/fhir/v3/ObservationInterpretation, display=Indeterminate

The referenced ServiceRequest does not contain ehealth-reuseCriteria specifying a max age of the height Observation. This max age, although stated for reuse, is used for the height Observation use in an BMI calculation also.

code=N, system=http://hl7.org/fhir/v3/ObservationInterpretation, display=Normal

The height Observation has not exceeded the max age specified in ehealth-reuseCriteria in the referenced ServiceRequest.

code=L, system=http://hl7.org/fhir/v3/ObservationInterpretation, display=Low

The height Observation has exceeded the max age specified in ehealth-reuseCriteria in the referenced ServiceRequest.

Library for Calculating Body Mass Index

The Library for calculating the Body Mass Index (BMI) is intended for providing a value to be submitted as a MRC-score BMI Observation as specified in an ActivityDefinition and possibly associated with reference ranges. Given a QuestionnaireResponse for the MRC test as input parameteran Observation of height and an Observation of weight as parameters, the evaluate operation returns a Quantity which can be set as the MRC-score BMI Observation’s Observation.valueQuantity.

...

  • .type set to logic-library

  • .parameter[0]

    • .use set to out for output

    • .type set to Quantity

  • .parameter[1]

    • .use set to in for input

    • .type set to QuestionnaireResponse Observation

  • .parameter[2]

    • .use set to in for input

    • .type set to Questionnaire ServiceRequest

The library expects a QuestionnaireRespone as input:

  • The QuestionnaireResponse must reference a Questionnaire containing the question that constitutes the MRC Test

  • The QuestionnaireResponse must contain a valid answer for the question that constitutes the MRC Test

It is not necessary to provide the Questionnaire as input. The Libary$evaluate operation will retrieve it by resolving the questionnairereference in the QuestionnaireResponse.

Output is a Quantity containing the calculated MRC-score:

Library for Assessment of Questionnaire Response

This Library contains a generic rule that performs assessment of a QuestionnaireResponse in relation to answer significances defined on Questionnaires.

During processing of the rule, all answer significances on questions and their linked answers in the QuestionnaireResponse are traversed and checked whether the condition(s) of the answer significance is met by the linked answer. When this is the case, a finding basis is added to internal bookkeeping. Ultimately, the list of finding basis determines the created ClinicalImpression finding and the priority of the created task:

...

In case the list of finding basis contains at least one red question/answer pair, the priority is set to asap

...

In case the list of finding basis contains at least one yellow question/answer pair and no red question/answer pair , the priority is set to urgent

...

two observations as input:

It is not necessary to provide the ServiceRequest as input. The Libary$evaluate operation will retrieve it by resolving the basedOn reference in the weight Observation.

Output is a Quantity containing the calculated BMI:

Library for Calculating CAT-score (COPD Assessment Test)

The Library for calculating the CAT-score is intended for providing a value to be submitted as a CAT-score Observation as specified in an ActivityDefinition and possibly associated with reference ranges. Given a QuestionnaireResponse for the COPD Assessment test as input parameter, the evaluate operation returns a Quantity which can be set as the CAT-score Observation’s Observation.valueQuantity.

The Library has:

  • .type set to automatedlogic-processinglibrary

  • .parameter[0]

    • .use set to in out for inputoutput

    • .type set to QuestionnaireResponseQuantity

  • .parameter[1]

    • .use set to in for input

    • .type set to Questionnaire QuestionnaireResponse

  • .parameter[2]

    A ClinicalImpresssion:

    • .use set to in for input

    • .finding as follows:

    • If the triggered red set is not empty, a finding.item with a Coding:

      • system = http://ehealth.sundhed.dk/cs/clinicalimpression-finding-codes

      • code = red-question-answer

      • display = Rød spørgsmål/svar-kombination fundet i spørgeskemabesvarelse

    • If the triggered yellow set is not empty, a finding.item with a Coding:

      .type set to ServiceRequest

The Library rule sets up instructions that causes production of:

    • Questionnaire

The library expects a QuestionnaireRespone as input:

  • The QuestionnaireResponse must reference a Questionnaire containing all 8 questions that are part of the COPD Assessment Test

  • The QuestionnaireResponse must contain valid answers for all 8 questions that are part of the COPD Assessment Test

It is not necessary to provide the Questionnaire as input. The Libary$evaluate operation will retrieve it by resolving the questionnairereference in the QuestionnaireResponse.

Output is a Quantity containing the calculated CAT score:

  • .code=Number

  • .system=http://

    ehealth

    unitsofmeasure.

    sundhed.dk/cs/clinicalimpression-finding-codes
  • code = yellow-question-answer

  • display = Gul spørgsmål/svar-kombination fundet i spørgeskemabesvarelse

  • If both triggered sets are empty, a finding.item with a Coding:

    • system = http://ehealth.sundhed.dk/cs/clinicalimpression-finding-codes

    • code = green-question-answer

    • display = Grøn spørgsmål/svar-kombination fundet i spørgeskemabesvarelse

  • If both triggered sets are empty, a finding.item with a Coding:

    • system = http://ehealth.sundhed.dk/cs/clinicalimpression-finding-codes

    • code = no-effective-answer-significance

    • display = Ingen triageringsindikator for spørgsmål/svar-kombination har fundet anvendelse

  • If both triggered sets are empty, a finding.item with a Coding:

    • system = http://ehealth.sundhed.dk/cs/clinicalimpression-finding-codes

    • code = no-answer-significance-defined

    • display = Ingen triageringsindikator defineret i spørgeskemaet

  • list of .ehealth-questionnaireresponse-finding-basis for each basis for the overall ClinicalImpression as follows:

    • test

  • A Task related to the ClinicalImpression with:

    priority set to the priority value determined above.

    org

  • .unit=Number

  • .value=the calculated CAT-score as decimal value

Library for Calculating MRC-score (Medical Research Council score)

The Library for calculating the MRC-score is intended for providing a value to be submitted as a MRC-score Observation as specified in an ActivityDefinition and possibly associated with reference ranges. Given a QuestionnaireResponse for the MRC test as input parameter, the evaluate operation returns a Quantity which can be set as the MRC-score Observation’s Observation.valueQuantity.

The Library has:

  • .type set to logic-library

  • .parameter[0]

    • .use set to out for output

    • .type set to Quantity

  • .parameter[1]

    • .use set to in for input

    • .type set to QuestionnaireResponse

  • .parameter[2]

    • .use set to in for input

    • .type set to Questionnaire

The library expects a QuestionnaireRespone as input:

  • The QuestionnaireResponse must reference a Questionnaire containing the question that constitutes the MRC Test

  • The QuestionnaireResponse must contain a valid answer for the question that constitutes the MRC Test

It is not necessary to provide the Questionnaire as input. The Libary$evaluate operation will retrieve it by resolving the questionnairereference in the QuestionnaireResponse.

Output is a Quantity containing the calculated MRC-score: