FHIR IG analytics| Package | synapxe.rcm.snapshots |
| Resource Type | OperationDefinition |
| Id | SubmitCommunicationAlert.OperationDefinition.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "submit-communication-alert",
"url": "http://fhir.synapxe.sg/OperationDefinition/submit-communication-alert",
"name": "SubmitCommunicationAlert",
"title": "Submit Communication Alert",
"status": "active",
"kind": "operation",
"description": "This operation serves three functions:\r\n- submit communication alert together with vital readings for alert-code \"Threshold\".\r\n- submit communication alert together with start/end dates for alert-code \"Missed Reading\".\r\n- submit communication alert only for other alert codes (for example \"Contact Patient\", etc).",
"code": "submit-communication-alert",
"system": true,
"type": false,
"instance": false,
"inputProfile": "http://fhir.synapxe.sg/StructureDefinition/profile-bundle-communication-observation",
"outputProfile": "http://fhir.synapxe.sg/StructureDefinition/profile-bundle-communication-observation",
"parameter": [
{
"name": "communication-observation",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Bundle",
"type": "Bundle"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Bundle",
"type": "Bundle"
}
]
}