diff --git a/README.adoc b/README.adoc index 0be47792..df17f7bc 100644 --- a/README.adoc +++ b/README.adoc @@ -16,8 +16,8 @@ image::meta/gematik_logo.svg[gematik,width="70%"] image:https://img.shields.io/badge/Release%20Notes-v1.1.1-red?style=plastic&logo=github&logoColor=red[link="ReleaseNotes.md"] + image:https://img.shields.io/badge/I_TiMessengerContactManagement-v1.0.1-blue?style=plastic&logo=github&logoColor=blue[link=/src/openapi/TiMessengerContactManagement.yaml"] + -image:https://img.shields.io/badge/TiMessengerTestDriver-v0.9.1-purple?style=plastic&logo=github&logoColor=purple[link="/src/openapi/TiMessengerTestTreiber.yaml"] -image:https://img.shields.io/badge/TiMessengerTestSuite-v0.9.1-purple?style=plastic&logo=github&logoColor=purple[link="https://github.com/gematik/TI-Messenger-Testsuite"] + +image:https://img.shields.io/badge/TiMessengerTestDriver-v0.9.2-purple?style=plastic&logo=github&logoColor=purple[link="/src/openapi/TiMessengerTestTreiber.yaml"] +image:https://img.shields.io/badge/TiMessengerTestSuite-v0.9.2-purple?style=plastic&logo=github&logoColor=purple[link="https://github.com/gematik/TI-Messenger-Testsuite"] + image:https://img.shields.io/badge/TI‐Messenger‐Dienst-v1.1.1-green?style=plastic&logo=github&logoColor=green[link="https://fachportal.gematik.de/fachportal-import/files/gemSpec_TI-Messenger-Dienst_V1.1.1.pdf"] image:https://img.shields.io/badge/TI‐Messenger‐FD-v1.1.1-green?style=plastic&logo=github&logoColor=green[link="https://fachportal.gematik.de/fachportal-import/files/gemSpec_TI-Messenger-FD_V1.1.1.pdf"] image:https://img.shields.io/badge/TI‐Messenger‐Client-v1.1.1-green?style=plastic&logo=github&logoColor=green[link="https://fachportal.gematik.de/fachportal-import/files/gemSpec_TI-Messenger-Client_V1.1.1.pdf"] + diff --git a/src/openapi/TiMessengerTestTreiber.yaml b/src/openapi/TiMessengerTestTreiber.yaml index 16ad47d0..ac6cf3f1 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.1 + version: 0.9.2 contact: name: gematik GmbH email: software-development@gematik.de @@ -2439,6 +2439,10 @@ components: type: array items: $ref: "#/components/schemas/FhirReference" + telecom: + type: array + items: + $ref: "#/components/schemas/FhirTelecom" endpoint: type: array items: @@ -2446,11 +2450,11 @@ components: serviceProvisionCode: type: array items: - $ref: "#/components/schemas/FhirCoding" + $ref: "#/components/schemas/FhirCodeableConcept" communication: type: array items: - $ref: "#/components/schemas/FhirCoding" + $ref: "#/components/schemas/FhirCodeableConcept" appointmentRequired: type: boolean description: "Is an appointment mandatory" @@ -2541,7 +2545,7 @@ components: payloadType: type: array items: - $ref: "#/components/schemas/FhirCodingEntry" + $ref: "#/components/schemas/FhirCodeableConcept" FhirPractitioner: allOf: @@ -2555,6 +2559,10 @@ components: type: array items: $ref: "#/components/schemas/FhirName" + telecom: + type: array + items: + $ref: '#/components/schemas/FhirTelecom' FhirAvailableTimes: type: object @@ -2664,7 +2672,7 @@ components: items: $ref: "#/components/schemas/FhirCoding" - FhirCodingEntry: + FhirCodeableConcept: description: "Coding object" type: object properties: @@ -2672,6 +2680,9 @@ components: type: array items: $ref: "#/components/schemas/FhirCoding" + text: + type: string + description: "Plain text representation of the concept" FhirCoding: description: "Coding object" @@ -2687,6 +2698,23 @@ components: type: string example: "TI-Messenger chat" + FhirTelecom: + description: "Coding object" + type: object + properties: + system: + type: string + example: "phone" + description: "one of phone | fax | email | pager | url | sms | other" + value: + type: string + example: "030-606 06 60" + description: "the actual value" + use: + type: string + example: "work" + description: "home | work | temp | old | mobile - purpose of this contact point" + FhirConnectionType: type: object properties: