Skip to content

Commit ccd052b

Browse files
committed
QC fixes
1 parent e4de3f0 commit ccd052b

9 files changed

Lines changed: 13 additions & 70 deletions

.github/workflows/firely-validation-dotnet.yaml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/firely-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
PATH_TO_CONFORMANCE_RESOURCES: StructureDefinition ValueSet CodeSystem
4646
PATH_TO_EXAMPLES: ActivityDefinition AuditEvent BodyStructure Bundle CapabilityStatement Composition ConceptMap Condition Consent Device DiagnosticReport DocumentReference FamilyMemberHistory GraphDefinition Group Library MessageDefinition MessageHeader NamingSystem Observation OperationDefinition OperationOutcome Organization Parameters Patient PlanDefinition Practitioner PractitionerRole Procedure Provenance Questionnaire QuestionnaireResponse RelatedPerson RequestGroup SearchParameter ServiceRequest Specimen SpecimenDefinition StructureMap Subscription Task
4747
PATH_TO_QUALITY_CONTROL_RULES: custom
48-
DOTNET_VALIDATION_ENABLED: false
49-
JAVA_VALIDATION_ENABLED: true
48+
DOTNET_VALIDATION_ENABLED: true
49+
JAVA_VALIDATION_ENABLED: false
5050
#EXPECTED_FAILS: VALIDATION_EXAMPLES_JAVA
5151
SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }}
5252
SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }}

.github/workflows/terminology.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
# Allows you to run this workflow manually from the Actions tab
77

8-
push:
8+
# push:
99

1010
workflow_dispatch:
1111

Bundle/Bundle-NonWGSTestOrderForm-Example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
{
361361
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
362362
"code": "inactive",
363-
"display": "inactive"
363+
"display": "Inactive"
364364
}
365365
]
366366
},

Bundle/Bundle-NonWGSTestOrderForm-Reanalysis-Example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
{
381381
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
382382
"code": "inactive",
383-
"display": "inactive"
383+
"display": "Inactive"
384384
}
385385
]
386386
},

Bundle/Bundle-WGSTestOrderForm-Example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
{
374374
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
375375
"code": "inactive",
376-
"display": "inactive"
376+
"display": "Inactive"
377377
}
378378
]
379379
},

Condition/Condition-InbornErrorOfMetabolism-Example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{
1616
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
1717
"code": "unconfirmed",
18-
"display": "unconfirmed"
18+
"display": "Unconfirmed"
1919
}
2020
]
2121
},

Condition/Condition-MonogenicHearingLoss-Example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
88
"code": "inactive",
9-
"display": "inactive"
9+
"display": "Inactive"
1010
}
1111
]
1212
},

custom.rules.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is the minimal rule series
2-
31
- action: parse
42
name: parse-fhir-resources
53
status: "Checking if all FHIR Resource files can be parsed"
@@ -20,11 +18,15 @@
2018
- eld-16
2119
- ref-1
2220
- dom-6
21+
- 1012
22+
- 4005
23+
- CONFIG
24+
- 6006
2325

2426
- action: unique
2527
name: unique-canonicals
2628
status: "Checking if all StructureDefinitions have a unique canonical"
2729
category: StructureDefinition
2830
unique: url
2931

30-
# - include: manifest
32+
# - include: manifest

0 commit comments

Comments
 (0)