FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.rcm
Resource TypeOperationDefinition
IdSubmitCommunicationAlert.OperationDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.rcm@1.2.0&canonical=http://fhir.synapxe.sg/OperationDefinition/submit-communication-alert
URLhttp://fhir.synapxe.sg/OperationDefinition/submit-communication-alert
Statusactive
NameSubmitCommunicationAlert
TitleSubmit Communication Alert
DescriptionThis operation serves three functions: - submit communication alert together with vital readings for alert-code "Threshold". - submit communication alert together with start/end dates for alert-code "Missed Reading". - submit communication alert only for other alert codes (for example "Contact Patient", etc).
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}