Care Connect API
4.0.0 - CI Build

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

: Discharge Notification - 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 with Details</b></p><p><b>id</b>: notification-discharge</p><p><b>url</b>: <a href=\"https://project-wildfyre.github.io/careconnect-api-r4/MessageDefinition/notification-discharge\">https://project-wildfyre.github.io/careconnect-api-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>: 22 Aug 2019, 12:49:51</p><p><b>publisher</b>: mayfield-is.co.uk</p><p><b>contact</b>: kevin.mayfield@mayfield-is.co.uk</p><p><b>jurisdiction</b>: United Kingdom of Great Britain and Northern Ireland (GBR) <span style=\"background: LightGoldenRodYellow\">(Details : {http://unstats.un.org/unsd/methods/m49/m49.htm code '826' = 'United Kingdom of Great Britain and Northern Ireland (GBR))</span></p><p><b>event</b>: Notification Discharge (Details: https://project-wildfyre.github.io/careconnect-api-r4/CodeSystem/message-events code notification-discharge = 'Discharge Notification', stated as 'Notification Discharge')</p><p><b>category</b>: notification</p><blockquote><p><b>focus</b></p><p><b>code</b>: Encounter</p><p><b>profile</b>: <a href=\"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter\">https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter</a></p><p><b>min</b>: 1</p><p><b>max</b>: 1</p></blockquote><blockquote><p><b>focus</b></p><p><b>code</b>: Patient</p><p><b>profile</b>: <a href=\"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient\">https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient</a></p><p><b>min</b>: 1</p><p><b>max</b>: 1</p></blockquote></div>"
  },
  "url" : "https://project-wildfyre.github.io/careconnect-api-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" : "2019-08-22T12:49:51+01:00",
  "publisher" : "mayfield-is.co.uk",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "kevin.mayfield@mayfield-is.co.uk"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "826"
        }
      ]
    }
  ],
  "eventCoding" : {
    "system" : "https://project-wildfyre.github.io/careconnect-api-r4/CodeSystem/message-events",
    "code" : "notification-discharge",
    "display" : "Notification Discharge"
  },
  "category" : "notification",
  "focus" : [
    {
      "code" : "Encounter",
      "profile" : "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter",
      "min" : 1,
      "max" : "1"
    },
    {
      "code" : "Patient",
      "profile" : "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient",
      "min" : 1,
      "max" : "1"
    }
  ]
}