Skip to content

Commit

Permalink
Reordered known-issues alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
LuudSlagter committed Aug 22, 2023
1 parent b974de7 commit b50c77b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions known-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ ext-TreatmentDirective2.AdvanceDirective:
- cardinality: 0..1 instead of 0..*
reason: FHIR restricts Extension.value to a max cardinality of 0..1. To use it more than once, the extension is added 0..* in the hosting element.

nl-core-HelpFromOthers:
ignored issues:
CarePlan:
- message: The slice definition for CarePlan.activity.detail.performer has a maximum of 1 but the slices add up to a maximum of 3. Check that this is what is intended
reason: This is indeed what is intended, just one of these slices may be chosen.

nl-core-HearingFunction.HearingAid.Product:
ignored issues:
Device:
Expand All @@ -40,6 +34,12 @@ nl-core-HearingFunction.HearingAid.Product:
- message: The slice definition for Device.udiCarrier has a maximum of 1 but the slices add up to a maximum of 2. Check that this is what is intended
reason: This is indeed what is intended, just one of these slices may be chosen.

nl-core-HelpFromOthers:
ignored issues:
CarePlan:
- message: The slice definition for CarePlan.activity.detail.performer has a maximum of 1 but the slices add up to a maximum of 3. Check that this is what is intended
reason: This is indeed what is intended, just one of these slices may be chosen.

nl-core-MedicalDevice.Product:
ignored issues:
Device:
Expand All @@ -63,6 +63,12 @@ nl-core-PharmaceuticalProduct-randomCode-invalid:
- message: Code System URI 'urn:oid:2.16.840.1.113883.2.4.4.9999' is unknown so the code cannot be validated
reason: This is an example of a resource that purposely contains an invalid code system and code.

nl-core-PharmaceuticalProduct-INV-invalid:
ignored issues:
Medication.code:
- message: None of the codings provided are in the value set 'ProductCodeCodelijsten'
reason: This is an example of a resource that purposely contains an invalid code.

nl-core-VisualFunction.VisualAid.Product:
ignored issues:
Device:
Expand All @@ -71,12 +77,6 @@ nl-core-VisualFunction.VisualAid.Product:
- message: The slice definition for Device.udiCarrier has a maximum of 1 but the slices add up to a maximum of 2. Check that this is what is intended
reason: This is indeed what is intended, just one of these slices may be chosen.

nl-core-PharmaceuticalProduct-INV-invalid:
ignored issues:
Medication.code:
- message: None of the codings provided are in the value set 'ProductCodeCodelijsten'
reason: This is an example of a resource that purposely contains an invalid code.

pattern-GstdSimpleQuantity:
ignored issues:
StructureDefinition:
Expand Down

0 comments on commit b50c77b

Please sign in to comment.