FHIR Chat · Missing Data · Da+Vinci+PDex+Plan-Net

Stream: Da+Vinci+PDex+Plan-Net

Topic: Missing Data


view this post on Zulip Saul Kravitz (Sep 17 2020 at 16:23):

Moving the discussion here from #implementers --
Question from @Yengibar Manasyan : Could you please confirm that there is no missing data extension in Plannet like this one?
http://hl7.org/fhir/us/core/general-guidance.html#missing-data

Answer: See Section 2.1.3 -- http://build.fhir.org/ig/HL7/davinci-pdex-plan-net/implementation.html#must-support-1 which discusses missing data.

view this post on Zulip Carie Hammond (Dec 08 2020 at 16:18):

@Saul Kravitz Follow up on this question. When an implementation does not support/ever provide data for a Must Support element, is that valid? For example, if a system simply never supplies a value for say, PractitionerRole.organization on any returned PractitionerRole resource, meaning they effectively cannot meet the criteria for searching by PractitionerRole.organization as laid out by the Capabilities Statement which indicate that is a 'shall' support search. Or are they compliant if when that type of search is done, they simply return no values?
http://build.fhir.org/ig/HL7/davinci-pdex-plan-net/CapabilityStatement-plan-net.html#practitionerrole

We are trying to hone the tests for Plan-Net and and want to ensure the tests are interpreting the spec guidance correctly. Thanks!

view this post on Zulip Saul Kravitz (Dec 08 2020 at 16:37):

Hi @Carie Hammond . My interpretation of the IG (http://build.fhir.org/ig/HL7/davinci-pdex-plan-net/implementation.html#must-support-1) is that if an element is MS with min cardinality 0 -- In situations where information on a particular Must Support data element is not present and the minimum cardinality is 0 , the Health Plan API actors SHALL NOT include the data elements in the resource instance returned as part of the query results. Translation: if you don't have the data, you can't conjure it up. They are compliant if they support the search, and return no values.

Similarly, if the element is MS with min cardinality >0, a data absent reason is required, and the search must be supported, but the search would return no values.

view this post on Zulip Carie Hammond (Dec 08 2020 at 16:43):

@Saul Kravitz Thank you, that's the clarification we need. We'll update our tests to ensure that we aren't being overly persnickety for data elements that an implementation simply does not have when we attempt to test the required searches.


Last updated: Apr 12 2022 at 19:14 UTC