standardhealth / ballot

0 stars 0 forks source link

Unlimited Codings allowed for `<Field> is <code>` CIMPL in IG #23

Closed okeefm closed 6 years ago

okeefm commented 6 years ago

If an element is defined with a <Field> is <code> definition, such as TopicCode is LNC#76544-6, one would expect that the Coding element that maps to would allow 1..1 of these Codings. Instead, you are allowed to have 0..* of these same Coding elements, all fixed to the same code.

Element that exhibits the issue: http://build.fhir.org/ig/HL7/us-breastcancer/StructureDefinition-oncology-ProsignaRecurrenceScore.html (look under Code)

Screenshot:

screen shot 2018-03-27 at 10 07 54 am

CIMPL for this element: EntryElement: ProsignaRecurrenceScore Based on: SimplifiedLaboratoryTestResultRecorded Concept: LNC#76544-6 Description: "Breast cancer genomic signature assay for 10-year risk of distant recurrence score calculated by Prosigna.

The Prosigna Score is reported on a 0 -100 scale (referred to as ROR Score or Risk of Recurrence Score in the literature), which is correlated with the probability of distant recurrence at ten years for post-menopausal women with hormone receptorpositive, early stage breast cancer."
Value:          Quantity with units UCUM#1
            TopicCode is LNC#76544-6
            Interpretation from RecurrenceRiskScoreInterpretationVS
            DiagnosticService is #pathology
            Specimen is type BreastSpecimen
0..0            EvaluationComponent
cmoesel commented 6 years ago

Fixed. image

cmoesel commented 6 years ago

Here's the differential view (matching your original screenshot)... image