FHIR Chat · ServiceRequest in a triage scenario · implementers

Stream: implementers

Topic: ServiceRequest in a triage scenario


view this post on Zulip Kenneth Myhra (Dec 02 2020 at 14:50):

We are looking at using Questionnaire/QuestionnaireResponse in a digital self triage scenario. The patient themselves will answer a set of question which determines the priority by the severity of their condition or likelihood of recovery with and without treatment.

If the priority determines it we are going to look into how we can extract the data entered into the QuestionnaireResponse to a ServiceRequest and possible a set of Observations.

Currently it looks like we will probably use the following attributes: status, intent, category, priority, code, subject, encounter, requester, performer, reasoncode og supportingInfo.

Questions:

  1. Should we use the ServiceRequest if the patient is the initiator/requestor?
  2. Is the ServiceRequest resource a good match in a Patient -> Practitioner triage scenario or is there some other resource that would be better?

Cc: @Ole Kristian Losvik

view this post on Zulip Lloyd McKenzie (Dec 02 2020 at 17:31):

Creating a ServiceRequest with intent of 'proposed' would be quite reasonable. (Typically you'd need an actual person to sign off before you could have a ServiceRequest with intent of 'order'.) Technically the 'initiator' isn't the patient, but rather the software (Device) that evaluates the patient's responses and decides what services are necessary. Patient as requester would be when the Patient themselves dictates what services they want.

view this post on Zulip Lloyd McKenzie (Dec 02 2020 at 17:32):

You might look at the FHIR Structured Data Capture IG which provides guidance on generating resources from a QuestionnaireResponse.

view this post on Zulip Kenneth Myhra (Dec 02 2020 at 17:50):

Thanks, Lloyd!

We are already dipping our feet into the Extraction chapter from the SDC :)


Last updated: Apr 12 2022 at 19:14 UTC