Internal object references on "contained" objects ...
# support
p
Hi! If I currently try to traverse a contained object's reference to an internal object (i.e # reference to an internal object), Medplum currently returns an error: "Unknown resource type" it seems that Medplum currently doesn't attempt to resolve these internal resources?
r
That's correct
r
@Pavan , if you're referring to using the
medplum.readReference
command, then that indeed seems correct.
However, it seems like this would be a reasonable thing for us to add to the MedplumClient's behavior
151 Views