FHIR Chat · DeviceUseStatement.Indication.Extension · implementers

Stream: implementers

Topic: DeviceUseStatement.Indication.Extension


view this post on Zulip Yuri Bonanno (Jan 09 2019 at 13:24):

I am trying to retrieve a Condition(Problem) type object for the MedicalDevice HCIM. I have a Java class which is a representation of the Problem HCIM.

The problem is that DeviceUseStatement.Indication.Extension returns an extension and not a Condition object. I have tried casting the object but that does not seem to work. I do not know how to handle this. Does anybody else know?

Edit:
Same goes for DeviceUseStatement.Extension (Healthprofessional and HealtchCareProvider)

view this post on Zulip Lloyd McKenzie (Jan 09 2019 at 15:13):

You'll need to navigate to extension.value


Last updated: Apr 12 2022 at 19:14 UTC