Skip to content

Commit 79530f9

Browse files
authored
Merge pull request #220 from NHSDigital/Feature-Firely-Validation
QC fixes
2 parents e4de3f0 + e5a1071 commit 79530f9

17 files changed

Lines changed: 60 additions & 106 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

ActivityDefinition/DGTS-ActivityDefinition-Example.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}
1515
],
1616
"title": "15q11 critical region (AS/PWS) - MLPA or equivalent",
17+
"name": "GT1_ActivityDefinition",
1718
"version": "1.0",
1819
"status": "active",
1920
"experimental": false,

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
},

DiagnosticReport/DiagnosticReport-GenomicVariantAssessment-Example.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{
22
"resourceType": "DiagnosticReport",
33
"id": "DiagnosticReport-GenomicVariantAssessment-Example",
4-
"meta": {
5-
"profile": [
6-
"http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report",
7-
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport",
8-
"http://hl7.eu/fhir/laboratory/StructureDefinition/DiagnosticReport-eu-lab"
9-
]
10-
},
114
"extension": [
125
{
136
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",

0 commit comments

Comments
 (0)