You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not part of the FHIR object model, but FHIRPath is more general that just FHIR; there could be cases where "resourceType" is valid. In general, fhirpath.js does not limit you to paths known from the object model. That would require extra checking which would make it slower. That being said, I admit it is tempting to use the resourceType field which everyone can see in the JSON of a FHIR resource. Perhaps we should output a warning in that case if a FHIR model is supplied.
See remarks by @brianpos on Zulip: https://chat.fhir.org/#narrow/stream/179167-hapi/topic/resourceType.20and.20fhirpath
The text was updated successfully, but these errors were encountered: