4.0.0 - CI Build

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

: Notitification Discharge - JSON Representation

Raw json | Download

{
  "resourceType" : "MessageDefinition",
  "id" : "notification-discharge",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: notification-discharge</p><p><b>url</b>: <a href=\"https://project-wildfyre.github.io/careconnect-messaging-r4/MessageDefinition/notification-discharge\">https://project-wildfyre.github.io/careconnect-messaging-r4/MessageDefinition/notification-discharge</a></p><p><b>identifier</b>: c81b88dc-760e-4b1e-9cdb-c5f853630664</p><p><b>version</b>: 4.0.0</p><p><b>title</b>: Patient Discharge Notification</p><p><b>status</b>: active</p><p><b>date</b>: 8 Jul 2020, 15:03:26</p><p><b>publisher</b>: gmdigitialplatforms.nhs.uk</p><p><b>contact</b>: mailto:kevin.mayfield1@nhs.net</p><p><b>jurisdiction</b>: <span title=\"Codes: {http://unstats.un.org/unsd/methods/m49/m49.htm 826}\">United Kingdom of Great Britain and Northern Ireland (GBR)</span></p><p><b>event</b>: <span title=\"{https://project-wildfyre.github.io/careconnect-messaging-r4/CodeSystem/message-events notification-discharge}\">Notification Discharge</span></p><p><b>category</b>: notification</p><h3>Focus</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Profile</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td>*</td><td>Encounter</td><td><a href=\"https://fhir.nhs.uk/R4/StructureDefinition/UKCore-Encounter\">https://fhir.nhs.uk/R4/StructureDefinition/UKCore-Encounter</a></td><td>1</td><td>1</td></tr></table></div>"
  },
  "url" : "https://project-wildfyre.github.io/careconnect-messaging-r4/MessageDefinition/notification-discharge",
  "identifier" : [
    {
      "system" : "https://tools.ietf.org/html/rfc4122",
      "value" : "c81b88dc-760e-4b1e-9cdb-c5f853630664"
    }
  ],
  "version" : "4.0.0",
  "title" : "Patient Discharge Notification",
  "status" : "active",
  "date" : "2020-07-08T15:03:26+01:00",
  "publisher" : "gmdigitialplatforms.nhs.uk",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:kevin.mayfield1@nhs.net"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "826"
        }
      ]
    }
  ],
  "eventCoding" : {
    "system" : "https://project-wildfyre.github.io/careconnect-messaging-r4/CodeSystem/message-events",
    "code" : "notification-discharge",
    "display" : "Notification Discharge"
  },
  "category" : "notification",
  "focus" : [
    {
      "code" : "Encounter",
      "profile" : "https://fhir.nhs.uk/R4/StructureDefinition/UKCore-Encounter",
      "min" : 1,
      "max" : "1"
    }
  ]
}