|
38 | 38 | java-version: '21' |
39 | 39 |
|
40 | 40 | - name: Firely.Terminal (GitHub Actions) |
41 | | - uses: FirelyTeam/firely-terminal-pipeline@v0.7.20-alpha3 |
| 41 | + uses: FirelyTeam/firely-terminal-pipeline@v0.7.32-alpha2 |
42 | 42 | with: |
43 | 43 | PATH_TO_CONFORMANCE_RESOURCES: input/resources |
44 | 44 | PATH_TO_EXAMPLES: input/resources |
|
60 | 60 | SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }} |
61 | 61 | SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} |
62 | 62 | SUSHI_ENABLED: false |
63 | | - FIRELY_TERMINAL_VERSION: 3.5.0-beta-1 |
| 63 | + ##FIRELY_TERMINAL_VERSION: 3.5.0 |
64 | 64 | ##JAVA_VALIDATOR_VERSION: 6.7.1 |
65 | | - FIRELY_TERMINAL_VALIDATOR_ENGINE: Default |
66 | 65 |
|
67 | 66 | - name: Upload validation artifacts |
68 | 67 | uses: actions/upload-artifact@v4 |
|
79 | 78 | bundle-file: validation.json |
80 | 79 | include: errors |
81 | 80 | filters: | |
| 81 | + # Manual check in latest version of SNOMED does find the code '1351964001'. The error might be due to a older version of SNOMED available in tx.fhir.org/r4 |
| 82 | + |VALUESET_INCLUDE_INVALID_CONCEPT_CODE|*1351964001*| |
| 83 | + |Terminology_TX_NoValid_1_CC|*1351964001*| |
| 84 | + |
82 | 85 | # Suppressed issues because of error in invariate in base fhir spec |
83 | 86 | Questionnaire-ACP-zib2017.json||*que-7*| |
84 | 87 |
|
|
87 | 90 | StructureDefinition-ACP-HealthProfessional-Practitioner.json||*launches straight into slicing without the slicing being set up properly*| |
88 | 91 | StructureDefinition-ACP-MedicalDevice.json||*launches straight into slicing without the slicing being set up properly*| |
89 | 92 | StructureDefinition-ACP-OrganDonationChoiceRegistration.json||*launches straight into slicing without the slicing being set up properly*| |
90 | | - StructureDefinition-ACP-OtherImportantInformation.json||*launches straight into slicing without the slicing being set up properly*| |
| 93 | + StructureDefinition-ACP-SenseOfPurpose.json||*launches straight into slicing without the slicing being set up properly*| |
91 | 94 | StructureDefinition-ACP-Patient.json||*launches straight into slicing without the slicing being set up properly*| |
92 | 95 | StructureDefinition-ACP-PositionRegardingEuthanasia.json||*launches straight into slicing without the slicing being set up properly*| |
93 | 96 | StructureDefinition-ACP-PreferredPlaceOfDeath.json||*launches straight into slicing without the slicing being set up properly*| |
|
0 commit comments