Download OpenAPI specification:Download
resourceType required | string Value: "Communication" |
id required | string |
required | Array of objects |
object | |
status required | string Value: "completed" |
required | Array of objects |
required | object |
required | Array of objects |
required | Array of objects |
required | Array of objects |
required | Array of objects |
{- "resourceType": "Communication",
- "id": 1234567890,
- "identifier": [
- {
- "system": "nl.spreekuur.communication-id",
- "value": 1234567890
}
], - "topic": {
- "text": "Example topic"
}, - "status": "completed",
- "payload": [
- {
- "contentString": "Dit is een testbericht van Spreekuur.nl naar het XIS.",
- "contentAttachment": {
- "contentType": "jpeg",
- "title": "Test afbeelding"
}
}
], - "encounter": {
- "identifier": [
- {
- "system": "nl.example-xis.encounter-id",
- "value": 1234567890
}
]
}, - "recipient": [
], - "sender": [
], - "subject": [
], - "category": [
- {
- "coding": [
- {
- "system": "nl.spreekuur.communication-type",
- "code": "chat"
}
]
}
]
}
This endpoint uses the "conditional patch" operation. See https://build.fhir.org/http.html#cond-patch for more information.
communicationId | string The id of the Communication resource which should be marked as read. |
op required | string Value: "add" |
path required | string |
required | object |
{- "op": "add",
- "path": "/recipient/0/extension",
- "value": {
- "url": "nl.spreekuur.nl.ResourceSeenAt",
- "valueDateTime": "2024-09-09T16:35:47"
}
}