Stream: implementers
Topic: Patient as a Recorder or Asserter
Tushar Nair (Nov 06 2020 at 17:47):
Hello,
I wanted t understand the scenario where Patient is referred as a 'recorder' or 'asserter' or 'performer' etc. From a business stand-point is it correct to assume that the patient being referred in the 'Patient' resource for these fields,has to be same patient who is the 'subject ' of that resource. e.g. If a 'Condition' resource has 'subject':Patient/P1, then wouldn't it becorrect to assume that Condition.recorder:Patient/P1?. Fundamentally if a relative or next-of-kin reports the condition then ideally it should be recorded in RelatedPerson and not Patient. I understand that FHIR doesn't constrain this behavior and if we try -we can allow other Patients other than the 'subject' to be recorders/asserters/performers etc. But purely from a real-world standpoint , is it possible that Patient/P2 'records' the condition for 'subject':Patient/P1?
Lloyd McKenzie (Nov 06 2020 at 22:24):
Hi Tushar,
Nice catch. Yes, that's indeed the assumption, but you're right that we don't state explicitly anywhere that the Patient who's pointed to in .subject is expected to be the same patient elsewhere. I'm not sure where in the specification would be the appropriate place to put the clarification, and I'm not sure we can force it as an invariant. At minimum, please submit a change request for us to clarify this. Ideas on where to do so would be welcome too...
John Moehrke (Nov 08 2020 at 16:16):
what about mother reporting on child?
Lloyd McKenzie (Nov 08 2020 at 17:29):
One of the two would be a RelatedPerson
Lloyd McKenzie (Nov 08 2020 at 17:30):
If it's the child's record, the reporter mom would be RelatedPerson.
Last updated: Apr 12 2022 at 19:14 UTC