FluxNotes/flux

Hardcoded patient doesn't correctly reference the person object

jgibson opened this issue · 2 comments

The value field of the shr.entity.Patient in the hard-coded patient is an instance of shr.entity.Person rather than a reference to a separate Person entry.

Note that the existing Javadocs, JSON Schema, and traditional spec documentation all incorrectly identify the field as a Person, not as a reference to a person.

Added to our product backlog. We have other places where the spec misled us and we need to fix actual objects to be references instead. JIRA ASCODCP-989

This has been fixed with JIRA ASCODCP-989.