Care Connect API
4.0.0 - CI Build

Care Connect API - Local Development build (v4.0.0). See the Directory of published versions

: Messaging API - JSON Representation

Raw json | Download

{
  "resourceType" : "CapabilityStatement",
  "id" : "messaging",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Messaging support Capability Statement</h2><div><p>Conformance requirements for Message endpoint</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr></table></div>"
  },
  "url" : "https://project-wildfyre.github.io/careconnect-api-r4/CapabilityStatement/messaging",
  "version" : "4.0.0",
  "name" : "Messaging support Capability Statement",
  "status" : "active",
  "date" : "2021-04-02T09:18:26+01:00",
  "publisher" : "mayfield-is.co.uk",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "kevin.mayfield@mayfield-is.co.uk"
        }
      ]
    }
  ],
  "description" : "Conformance requirements for Message endpoint",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "826"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "format" : [
    "application/fhir+json",
    "application/fhir+xml"
  ],
  "rest" : [
    {
      "mode" : "server",
      "security" : {
        "service" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code" : "OAuth",
                "display" : "OAuth2 Token"
              }
            ]
          }
        ]
      },
      "operation" : [
        {
          "name" : "validate",
          "definition" : "http://hl7.org/fhir/OperationDefinition/Resource-validate"
        },
        {
          "name" : "process-message",
          "definition" : "http://hl7.org/fhir/OperationDefinition/MessageHeader-process-message"
        }
      ]
    }
  ],
  "messaging" : [
    {
      "supportedMessage" : [
        {
          "mode" : "receiver",
          "definition" : "https://project-wildfyre.github.io/careconnect-api-r4/MessageDefinition/notification-admit"
        },
        {
          "mode" : "receiver",
          "definition" : "https://project-wildfyre.github.io/careconnect-api-r4/MessageDefinition/notification-discharge"
        }
      ]
    }
  ]
}