Versions Compared

Key

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

...

The following is an example of a notification pointing to a newly created Task. 

Points of Interest:

status

Status is completed when the Processing Service has created the notification.

medium

The channel that the notification is sent through. In the example below, it is sent as an SMS.

recipient

A reference to the Practitioner that is to receive the notification. This is determined from the CareTeam relations on the CarePlan that is in context.

The Processing Service uses the "shadow Practitioner profiles", maintained at logon, to be able to address Practitioners individually.

ehealth-communication-recipientCareTeam

A recipientCareTeam has recently been added but not in a released version. The following snippet shows how this i defined


Code Block
languagejava
"ehealth-communication-recipientCareTeam": [
{
	"reference": "https://vendortest2.ehealth.sundhed.dk/organization/fhir/CareTeam/60"
}
]




subject

A reference to the Patient.

context 

A reference to the Episode Of Care. 

topic 

A reference to the Task that the Communication resource is notifying about.

sender 

A reference to the Organization that is legally responsible of the Patients Episode of Care (managingOrganization)

payload

The contents of the notification

...