diff --git a/hapi-fhir-base/src/main/resources/ca/uhn/fhir/context/support/HapiFhirStorageResponseCode.json b/hapi-fhir-base/src/main/resources/ca/uhn/fhir/context/support/HapiFhirStorageResponseCode.json index b1ebcffce73..9c6c15804ac 100644 --- a/hapi-fhir-base/src/main/resources/ca/uhn/fhir/context/support/HapiFhirStorageResponseCode.json +++ b/hapi-fhir-base/src/main/resources/ca/uhn/fhir/context/support/HapiFhirStorageResponseCode.json @@ -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." } ] -} \ No newline at end of file +}