Skip to content

Commit

Permalink
HAPI FHIR 7.4.5 and Spring 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMayfield committed Jan 16, 2025
1 parent 47a0595 commit 1dfb33a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ class ValidateR4Provider (
}
if (issue.diagnostics.contains("http://unstats.un.org/unsd/")
|| issue.diagnostics.contains("note that the validator cannot judge what is suitable")
|| issue.diagnostics.contains("A resource should have narrative for robust management")) {
//|| issue.diagnostics.contains("A resource should have narrative for robust management")
) {
issue.severity = OperationOutcome.IssueSeverity.INFORMATION
}
if (//!issue.diagnostics.contains("Validation failed for 'http://loinc.org")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"packageName": "fhir.r4.ukcore.stu3.currentbuild",
"version": "0.0.9-pre-release"
"version": "0.0.17-pre-release"
},
{
"packageName": "hl7.fhir.uv.sdc",
Expand Down

0 comments on commit 1dfb33a

Please sign in to comment.