Download OpenAPI specification:Download
resourceType required | string Value: "Communication" |
required | Array of Patient (object) |
required | object |
status required | string Value: "completed" |
required | Array of objects The category will be used by Spreekuur.nl to differentiate between chat messages and notifications. |
required | Array of objects |
required | Array of objects |
{- "resourceType": "Communication",
- "contained": [
- {
- "resourceType": "Patient",
- "id": "9876543210",
- "telecom": [
- {
- "system": "email",
- "value": "jan.janssen@example.com"
}
]
}
], - "topic": {
- "text": "Lab results available"
}, - "status": "completed",
- "category": [
- {
- "coding": [
- {
- "system": "nl.spreekuur.communication-category",
- "code": "notification"
}
]
}
], - "payload": [
- {
- "contentString": "Your lab results are available."
}
], - "recipient": [
- {
- "reference": "#9876543210"
}
]
}