PackagesCanonicalsLogsProblems
    Packages
    uk.gm@0.0.5-dev
    https://fhir.lhcre.nhs.uk/CapabilityStatement/messaging
{
  "description": "Minimal conformance requirements for a FHIR Messaging Server",
  "_filename": "CapabilityStatement-messaging.json",
  "package_name": "uk.gm",
  "format": [ "application/fhir+json", "application/fhir+json" ],
  "date": "2020-07-08T15:03:26+01:00",
  "publisher": "gmdigitialplatforms.nhs.uk",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "826",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "name": "Messaging Support",
  "type": null,
  "experimental": null,
  "resourceType": "CapabilityStatement",
  "title": null,
  "package_version": "0.0.5-dev",
  "status": "active",
  "messaging": [ {
    "supportedMessage": [ {
      "mode": "receiver",
      "definition": "https://fhir.lhcre.nhs.uk/MessageDefinition/unsolicited-observation"
    } ]
  } ],
  "id": "5d8f198b-2b0a-45ec-ac62-f6069869c8c0",
  "kind": "requirements",
  "url": "https://fhir.lhcre.nhs.uk/CapabilityStatement/messaging",
  "version": "4.0.1",
  "contact": [ {
    "telecom": [ {
      "value": "mailto:kevin.mayfield1@nhs.net",
      "system": "email"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "security": {
      "service": [ {
        "coding": [ {
          "code": "OAuth",
          "system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
          "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"
    } ]
  } ]
}