diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a72063ae..9848557c 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,6 +2,12 @@ # Release Notes api-ti-messenger +## Hotfix 1.1.1-8 + +### changed + +- changed FHIR status inactive to "off" to be FHIR compliant + ## Hotfix 1.1.1-7 ### changed diff --git a/src/openapi/TiMessengerTestTreiber.yaml b/src/openapi/TiMessengerTestTreiber.yaml index 6285a5e9..b828d3bd 100644 --- a/src/openapi/TiMessengerTestTreiber.yaml +++ b/src/openapi/TiMessengerTestTreiber.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: TiMessengerTestDriver description: REST interface to automate the test of a TI-Messenger client implementation. - version: 0.9.5 + version: 0.9.6 contact: name: gematik GmbH email: software-development@gematik.de @@ -2661,7 +2661,7 @@ components: type: string description: "Status of the ressource" example: "active" - enum: [ active, suspended, inactive ] + enum: [ active, suspended, "off" ] address: description: "For endpoint in tim context the mxid in uri scheme" type: string