...
Conveys basic information about the patient (name, address, birth date, gender, civil registration number, demographics information, etc.)
Conveys extended information about the patient
Contact information
Language / Need for an interpreter
Temporary addresses
General practitioner
Info |
---|
A Patient is considered a 'singleton' in the eHealth Infrastructure. The patient is primarily a container for demographic information. While it is allowed according to the FHIR specification to have multiple different logical Patients for the same person, it does not fit the case for the infrastructure and the Danish modelling of patient information. As such, the patient resource is shared across different episodes of care and other clinical resources. |
Ensuring a Match Between CRN and Citizen
...
The EpisodeOfCare is created by invoking $create-episode-of-care on the CarePlan Service.
Preparing Conditions
An EpisodeOfCare relates to one or more conditions. These must be created as part of the $create-episode-of-care operation by including them in the input bundle.
...
Setting the
status
toactive
through an EpisodeOfCare Updateupdate.Setting a status change to
active
in theEpisodeOfCare.ehealth-statusschedule
resulting in an automatic status change in the future.
...
Setting
EpisodeOfCare.status
directlySetting a scheduled status change by updating
EpisodeOfCare.ehealth-statusschedule
scheduled changes are applied when the ApplyPlannedChangesJob is run. (see Automated Processing )
Allowed status changes:
From
planned
toactive
,onhold
,waitlist
,cancelled
, orentered-in-error
From waitlist
active
to plannedonhold
, activefinished
, onhold,cancelled
, orentered-in-error
From
waitlist
toplanned
,active
to ,onhold
, finished,cancelled,
orentered-in-error
From
onhold
toactive
,finished
,cancelled
, orentered-in-error
From
finished
toentered-in-error
See implementation guide: EpisodeOfCare.status
Info |
---|
Enforced constraints on the duration of scheduled status with value When setting scheduled status changes it is automatically enforced how long the EpisodeOfCare can be planned as paused (with When setting
|
...
Through EpisodeOfCare Patch
Setting the
EpisodeOfCare.team
Setting the scheduled team changes in
EpisodeOfCare.ehealth-teamschedule
Through EpisodeOfCare$update-care-teams
Note |
---|
CareTeam Handover and Unhandled Tasks The CareTeams involved in an EpisodeOfCare have access to the EpisodeOfCare, all CarePlan related to it, and all measurements related to ServiceRequest related to the CarePlan and so on (provided the appropriate Role-based access privileges are present for a user using the CareTeam). For Task resources currently created automatically by the infrastructure, the set of CareTeam involved in an EpisodeOfCare are not designated as Task responsible. There might, however, still exist Tasks created by other means, for instance, Tasks created on user initiative in a solution. For these, it should be considered whether a change in the set of CareTeam involved in the EpisodeOfCare should also result in adjusting of |
Adjusting the Period
The period in which the EpisodeOfCare is applicable is reflected in the EpisodeOfCare.period
. Adjustment of EpisodeOfCare.period
is performed through EpisodeOfCare Patch.
...