Observed in classes generated from v0.9.0 of the spec, for instance onco.core.PrimaryCancerCondition:
if (asExtension) {
inst.value = fhir['valueReference'];
}
valueReference is a FHIR Reference, so setting a value to it isn't going to produce anything useful. In other fields this is handled correctly, more like this:
Observed in classes generated from v0.9.0 of the spec, for instance onco.core.PrimaryCancerCondition:
valueReference
is a FHIR Reference, so setting a value to it isn't going to produce anything useful. In other fields this is handled correctly, more like this: