...
Once the devices are provided, the following FHIR resources are created or, for the first two, reused:
FHIR Device representing the particular device instance
FHIR DeviceMetric represents the state and details of the particular device instance
FHIR DeviceUseStatement which establishes relationships between the Device, Patient, and CarePlan.
...
An activity group is represented as a PlanDefinition.action
with sub-activities defined as PlanDefinition.action.action
. As per the recursive construct of PlanDefinition.action.action
, an activity group can be nested, in principle at any nesting level. A Same Device Group is a PlanDefinition.action or PlanDefinition.action.action with code
set to Coding with code
= SDG
, system
= http://ehealth.sundhed.dk/cs/activitydefinition-code
.
Info |
---|
See the ValueSet https://docs.ehealth.sundhed.dk/latest-released/igfhir/ValueSet-ehealth-activitydefinition-code.html for details on the concept of SDG. |
...
When submitting measurements, it is mandatory to specify the resolved timing (see https://ehealth-dk.atlassian.net/wiki/spaces/EDTW/pages/1661665301/Adhering+to+Care+Plans+and+Measurement+Regimes#When-an-Activity-is-Supposed-to-Happen---The-Notion-of-Resolved-Timing ) information in the ehealth-resolved-timing
element of Observation, QuestionnaireResponse and Media. The structure of ehealth-resolved-timing
contains:
...
One way to determine what resolved time to used is to invoke the get-patient-procedures operation.
Determining Qualities
...
As described in https://ehealth-dk.atlassian.net/wiki/spaces/EDTW/pages/1716060177/Managing+Questionnaires#Preparing-a-Questionnaire-with-Embedded%2C-Simple-Calculations, a Questionnaire defined with the eHealth profile ehealth-questionnaire-advanced
(see https://docs.ehealth.sundhed.dk/latest-released/igfhir/StructureDefinition-ehealth-questionnaire-advanced.html ) can contain variables and expressions.
...
Telemedicine Solution submits measurements using the $submit-measurement operation.
The access control for submit-measurement is described here: Access Control for submit-measurement and the roles her Role to Privilege mapping
...
Submit each measurement in a separate call to
$submit-measurement.
Submit all measurements from a wider measurement period in a single call to
$submit-measurement
.
As noted, all measurements must pertain to the same Patient and EpisodeOfCare.
...