SFM Basis API Implementation Guide

Task

In the SFM Basis context, the national systems Reseptformidleren and Kjernejorunal may be polled for a list of patients having changes:

Reseptformidleren keeps track of changes for patients belongig to a single multidose responsibility registration (Practitioner+Organisation)

Kjernejournal exposes a general service to poll for changes on a list of patients.

TASK retreival for RF/Multidose

GET [base]/Task?code=8&owner=<HPR>&_lastUpdated=gt<dateTime>

Organisation is implicit given claims in HelseID token, owner is optional and overrides personal identity in token. This operation may be perfomed without personal identity in token.

Note the following: Code=8 is from codesystem: sfm-task-types and is "Endring på multidosepasient" Returns a list with one task for each multidosepatient registered in the given combination (organisation /practitioner) having changes in Reseptformidleren since the _lastUpdated time.

TASK retreival for Kjernejournal

GET [base]/Task?code=10&_lastUpdated=gt<dateTime>&PatientNiN=a,b,c...

Organisation is implicit given claims in HelseID token. PatientNiN contains a list of patients to check for changes against Kjernejournal This operation may be perfomed without personal identity in token.

Note the following: Code=10 is from codesystem: sfm-task-types and is "Endring på pasient" Returns a list with one task for each patient having changes in medicaton in Kjernejournal since the _lastUpdated time.

General TASK operations

Create operation on Task is not available

Delete operation on Task is not available

Search operation directly on Task without given code will not trig a lookup in national systems

Search operations on Task other than described here have an upredictable result

Format of returned info

The most relevant action for sfm-Task is the seach operations defined. The format of the return is a search bundle containing tasks. Each task will have a "Patient" referred from for field. This reference is to a contained sfm-Patient within the Task.

Profile

sfm-Task

idΣ0..1id
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifier0..*Identifier
instantiatesCanonicalΣ0..0canonical(ActivityDefinition)
instantiatesUriΣ0..0uri
basedOnΣ I0..0Reference(Resource)
groupIdentifierΣ0..0Identifier
partOfΣ I0..0Reference(Task)
statusS Σ ?!1..1codeBinding
statusReasonΣ0..0CodeableConcept
businessStatusΣ0..0CodeableConcept
intentS Σ1..1codeBinding
priority0..1codeBinding
id0..1
extensionI0..*Extension
id0..1
extensionI0..*Extension
systemΣ0..1uriFixed Value
versionΣ0..1string
codeΣ1..1code
displayΣ1..1string
userSelectedΣ0..1boolean
textΣ0..1string
descriptionS Σ1..1string
focusΣ I0..0Reference(Resource)
forS Σ I0..1Reference(sfm-Patient)
encounterΣ I0..0Reference(Encounter)
executionPeriodΣ I0..0Period
authoredOnS I0..1dateTime
lastModifiedS Σ I0..1dateTime
requesterΣ I0..1Reference(Device | sfm-PractitionerRole)
performerTypeS0..*CodeableConceptBinding
ownerS Σ I0..1Reference(sfm-Practitioner | sfm-Organization)
locationΣ I0..0Reference(Location)
reasonCode0..0CodeableConcept
reasonReferenceI0..0Reference(Resource)
insuranceI0..0Reference(Coverage | ClaimResponse)
note0..0Annotation
relevantHistoryI0..0Reference(Provenance)