FHIR Chat · subject not required? · genomics / eMerge Pilot

Stream: genomics / eMerge Pilot

Topic: subject not required?


view this post on Zulip Larry Babb (May 07 2019 at 16:58):

Why is subject not a requirement on the obs-comp-finding profile ? I see that specimen is required, but then subject is not required on specimen, so there is still the potential to not end up being able to affiliate the finding with the patient.

Is there some reasoning that goes behind the decision to make certain attributes required and not others?

Can someone explain the logic behind requiring specimen on the genotype/haplotype/variant parent profile obs-comp-findings but not requiring subject on profiles like the obs-medication-implication?

view this post on Zulip Lloyd McKenzie (May 07 2019 at 17:32):

Generally because sometimes testing is done without any knowledge of who the patient is - all you've got is a specimen with a specimen id. The linking back to the patient is handled back in the ordering system.

view this post on Zulip Larry Babb (May 07 2019 at 20:14):

That makes sense to me.

In the documentation (see below) both the Requirements - Observations have no value if you don't know who or what they're about. and the second sentence in the Comments - ... The only circumstance in which the subject can be missing is when the observation is made by a device that does not know the patient. ... make it seem like it should always be used when available. I'm seeing genomics DR examples that don't have it - so I was wondering why.

Maybe your note about how sometimes testing is done without any knowledge of who the patient is... should be added to the docs to help accentuate that it is really important and should only be left out when truly not available.

Thanks.

Observation.subject
Element Id Observation.subject
Definition
The patient, or group of patients, location, or device this observation is about and into whose record the observation is placed. If the actual focus of the observation is different from the subject (or a sample of, part, or region of the subject), the focus element or the code itself specifies the actual focus of the observation.

Cardinality 0..1
Type Reference(Patient | Group | Device | Location)
Requirements Observations have no value if you don't know who or what they're about.

Summary true
Comments
One would expect this element to be a cardinality of 1..1. The only circumstance in which the subject can be missing is when the observation is made by a device that does not know the patient. In this case, the observation SHALL be matched to a patient through some context/channel matching technique, and at this point, the observation should be updated.

view this post on Zulip Lloyd McKenzie (May 07 2019 at 23:01):

Feel free to submit a change request


Last updated: Apr 12 2022 at 19:14 UTC