Fix invalid resource HapiFhirStorageResponseCode.json to remove unnecessary warnings

The builtin resource `HapiFhirStorageResponseCode.json` causes unnecessary warnings because it is not valid. The JSON has an array property `author` which a [`CodeSystem`](http://hl7.org/fhir/R5/codesystem.html) resource does not have.

This fix replaces the `author` property with `publisher` (scalar because `publisher` is {0,1} instead of {0,*}).
This commit is contained in:
Stefan Otto 2023-07-09 11:22:16 +02:00 committed by GitHub
parent eb06b473b9
commit 3c1f3b99b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -3,9 +3,7 @@
"url": "https://hapifhir.io/fhir/CodeSystem/hapi-fhir-storage-response-code",
"status": "active",
"copyright": "Licensed under the terms of the Apache Software License 2.0.",
"author": [ {
"name": "HAPI FHIR"
} ],
"publisher": "HAPI FHIR",
"caseSensitive": true,
"content": "complete",
"concept": [ {
@ -57,4 +55,4 @@
"code": "SUCCESSFUL_CONDITIONAL_PATCH_NO_CHANGE",
"display": "Conditional patch succeeded: No changes were detected so no action was taken."
} ]
}
}