Using Views and Action Guidances
See View and ActionGuidance for introduction and use of the resources and elements.
Views
A Basic resource of the profile ehealth-view is used for presenting aspects of a resource. The current archetype of a view is the Interpreted View (element ehealth-view-type
is interpretedview
) which enables a different ordering and selection of what questions and answers in a QuestionnaireResponses to display.
Clinicians may use any available view. Currently, a Patient should use a view only when approved through a ClinicalImpression by a clinician for a particular QuestionnaireResponse, see https://ehealth.sundhed.dk/fhir/StructureDefinition-ehealth-clinicalimpression.html#use-for-approving-interpretedview.
Typical use is to find a View through a Basic Search operation using the following parameters:
profile
ishttp://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-view
(or, alternatively,code
ishttp://ehealth.sundhed.dk/cs/basic-resource-type|view
)ehealth-status
isactive
ehealth-view-type
isinterpretedview
ehealth-view-for
is a reference to a Questionnaire (through elements whereforType
isQuestionnaire
,forReference
is a reference to the Questionnaire)
Multiple View can exist for the same Questionnaire, so in addition a clinician will probably also include parameters for:
ehealth-intendedAudience
and possiblyehealth-recommendation
Having found a view, the client will typically use it for displaying a QuestionnaireResponse referring to the Questionnaire for which the view is suited for.
ActionGuidance
A Basic resource of the profile ehealth-actionguidance is used for an action guidance text relevant for a Questionnaire.
Typical use is to find an action guidance through a Basic Search operation using the following parameters:
profile
ishttp://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-actionguidance
(or, alternatively,code
ishttp://ehealth.sundhed.dk/cs/basic-resource-type|actionguidance
)ehealth-status
isactive
ehealth-actionguidance-for
is a reference to a Questionnaire (through elements whereforType
isQuestionnaire
,forReference
is a reference to the Questionnaire)
Multiple action guidance can exist for the same Questionnaire, so in addition a clinician will probably also include parameters for:
ehealth-intendedAudience
and possiblyehealth-recommendation
Having found an action guidance, the client will typically offer display when viewing a QuestionnaireResponse referring to the Questionnaire for which the action guidance is suited for.