Patient lab results

Introduction

The sfm-Observation resource is used to report INR values to SFM (may be extended to other observation types in the future).

Write Observation

postObservation

  1. User register/aprove a lab result on selected patient.
  2. EPJ posts the result to SFM (if INR value).
  3. SFM send a response to EPJ.
  4. EPJ presents the response to the user (if negative).

Input information and checks performed

The following information is required to provide when writing to SFM:

  • identifier (EPJ local identifier), may be used to post updates
  • status
  • code
  • subject (patient ticket)
  • value

At the moment SFM is only accepting INR values as lab result provided as valueQuantity

Input data that will not be store or validated

The following data will not be validated or stored in SFM at the moment:

  • partOf
  • category
  • focus
  • encounter
  • effective
  • interpretation
  • note
  • bodySite
  • method
  • device
  • referanceRange
  • hasMember
  • derivedFrom
  • component

Read Observation

Read operation follows standard FHIR/REST

Note that reference to Oberservation might follow medicationstatement in lib list in special cases.

Update Observation

Update operation follows standard FHIR/REST

In special cases it might be valuable to update an Observation.