FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/submit-communication-alert

Packagesynapxe.rcm.snapshots
Resource TypeOperationDefinition
Idsubmit-communication-alert
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.rcm.snapshots@1.0.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

CapabilityStatement
profile-capability-statement

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

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