FHIR Chat · Observation.component · implementers

Stream: implementers

Topic: Observation.component


view this post on Zulip Pranitha Sruthi (Jan 23 2018 at 13:39):

Hi all, how can I capture 'body site' (Structure of right upper quadrant of abdomen, right lower quadrant , left upper quadrant, left lower quadrant, Epigastric and hypogastric region) for the component named 'tenderness' (Observation.component) in Abdomen Observation? Thank you

view this post on Zulip Eric Haas (Jan 23 2018 at 15:48):

can you clarify? I can imagine a code:value pair representing the concept of abdominal tenderness and a c the concept of bodysite location represented by Observation.bodysite. It sound like you want to nest a component within a component which is not possible ( unless you create an extension)

view this post on Zulip Richard Townley-O'Neill (Jan 25 2018 at 05:05):

If you have something like this

Observation.code = "observation of abdomen"
Observation.component.code = "tenderness"
Observation.component.valueCodeableConcept = "very"

you would need to add an extension to Observation.component.

Or not use Observation.component, and have whole observation just for abdominal tenderness.


Last updated: Apr 12 2022 at 19:14 UTC