FHIR Chat · US Core QA issue #5 · IG creation

Stream: IG creation

Topic: US Core QA issue #5


view this post on Zulip Eric Haas (Jul 14 2020 at 18:35):

this code 34133-9 in this example

specifically here:

...
    <type>
        <coding>
            <system value="http://loinc.org"/>
            <code value="34133-9"/>
            <display value="Summary of episode note"/>
        </coding>
        <text value="CCD Document"/>
    </type>
...

is yielding the following qa error:

DocumentReference/episode-summary:
DocumentReference.type (l12/c8) error   None of the
 codes provided are in the value set
http://hl7.org/fhir/us/core/ValueSet/us-core-
documentreference-type
(http://hl7.org/fhir/us/core/ValueSet/us-core-
documentreference-type), and a code from this value
set is required) (codes = http://loinc.org#34133-9)

The CLD for the valueset us-core-documentreference-type is "Include codes from http://loinc.org where SCALE_TYP = DOC"

As seen when clicking on the LOINC code above , It should be included in the valuest based on its scale.

view this post on Zulip Eric Haas (Jul 14 2020 at 18:42):

IT looks like a term server access issue. So may correct itself once this is resolved:

image.png

view this post on Zulip Grahame Grieve (Jul 14 2020 at 21:28):

yes oops. Fix is about 30min away

view this post on Zulip Grahame Grieve (Jul 15 2020 at 01:43):

this should be alright now

view this post on Zulip Eric Haas (Jul 16 2020 at 21:18):

I Just checked this after deleting my cache and all the package caches and its is still present.

view this post on Zulip Eric Haas (Jul 28 2020 at 21:39):

unfortunately still seeing this error in the CI Build:

image.png


Last updated: Apr 12 2022 at 19:14 UTC