FHIR Chat · Outcomes of procedures · implementers

Stream: implementers

Topic: Outcomes of procedures


view this post on Zulip Ardon Toonstra (May 16 2019 at 07:42):

What is the way in FHIR to connect Outcome measurements (e.g. observations with a mental or physical status) to certain procedures?

  • In R4, Observation has a partOf element. Would that fit the purpose?
  • CarePlan has an outcomeReference element that allows to reference any resource

view this post on Zulip Ardon Toonstra (May 16 2019 at 08:04):

Aah, I now also see the Procedure.report that allows a reference to a DiagnosticReport

view this post on Zulip Lloyd McKenzie (May 16 2019 at 16:23):

All of those are options - which works best depends on the semantics of the link. A surgical report would use Procedure.report. Measurements/observations taken during surgery (e.g. pulseox, assessments by the surgeon, etc.) could use the 'partOf'. CarePlan would be more for post assessments. I.e. "We tried physio for three weeks, the result of that was X".


Last updated: Apr 12 2022 at 19:14 UTC