Stream: implementers
Topic: Link observations to procedure
Werner De Mulder (Aug 09 2020 at 07:58):
Because a procedure generates many observations, I want to model the observations taken during the actual procedure. How do you link those observations correctly to a Procedure resource? Into the Observation resource, I can't find any reference to the Procedure resource.
Jose Costa Teixeira (Aug 09 2020 at 08:02):
Observation.partOf can refer to Procedure
Werner De Mulder (Aug 09 2020 at 08:06):
Jose Costa Teixeira said:
Observation.partOf can refer to Procedure
I'm looking into FHIR STU3 (http://hl7.org/fhir/STU3/observation.html)
Here I can't find the partOf element towards a Procedure resource. FHIR release 4 supports this, as you mention.
Jose Costa Teixeira (Aug 09 2020 at 08:09):
in STU3 you can add this standard extension
http://hl7.org/fhir/STU3/extension-event-partof.html
Werner De Mulder (Aug 09 2020 at 08:12):
Thank you!
Last updated: Apr 12 2022 at 19:14 UTC