Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Examples/org.hl7.fhir.validator.jar
StructureDefinition/Extension-UKCore*.xml
StructureDefinition/Extension-UKCore*.json
StructureDefinition/UKCore*.xml
StructureDefinition/UKCore*.json
validation
IOPS-validation
validation-service-fhir-r4
.idea/workspace.xml
.simplifier/quality.control.result.json
.simplifier/folder.settings.json
.env
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion fhirpkg.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"uk.nhsdigital.r4": "2.5.0",
"hl7.fhir.r4.core": "4.0.1",
"fhir.r4.ukcore.stu1": "0.5.1"
"fhir.r4.ukcore.stu3.currentbuild": "0.22.0-pre-release"
},
"missing": {}
}
17 changes: 17 additions & 0 deletions options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"strict-validation": false,
"ignore-folders": ["Examples",
"BaRS-Images",
"BaRS-Images/DocumentReference",
"BaRS-Images/EntityMaps",
"BaRS-Images/FailureScenarios",
"BaRS-Images/General",
"BaRS-Images/Other-Images",
"BaRS-Images/SequenceDiagrams",
"BaRS-Images/TransactionIntegrity",
"BaRS-Images/Versioning",
"BaRS-Images/WorkFlows"
],
"ignore-files": [],
"error-if-metaProfile-present": false
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
],
"jurisdiction": "urn:iso:std:iso:3166:-2:GB-ENG",
"dependencies": {
"uk.nhsdigital.r4": "2.5.0",
"fhir.r4.ukcore.stu1": "0.5.1",
"uk.nhsdigital.r4": "2.11.0",
"fhir.r4.nhsengland.stu1": "1.4.0",
"fhir.r4.ukcore.stu3.currentbuild": "0.22.0-pre-release",
"hl7.fhir.r4.core": "4.0.1"
}
}
Loading