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 - XML Representation

Raw xml | Download


<MessageDefinition xmlns="http://hl7.org/fhir">
  <id value="notification-discharge"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url
       value="https://project-wildfyre.github.io/careconnect-api-r4/MessageDefinition/notification-discharge"/>
  <identifier>
    <system value="https://tools.ietf.org/html/rfc4122"/>
    <value value="c81b88dc-760e-4b1e-9cdb-c5f853630664"/>
  </identifier>
  <version value="4.0.0"/>
  <title value="Patient Discharge Notification"/>
  <status value="active"/>
  <date value="2019-08-22T12:49:51+01:00"/>
  <publisher value="mayfield-is.co.uk"/>
  <contact>
    <telecom>
      <system value="email"/>
      <value value="kevin.mayfield@mayfield-is.co.uk"/>
    </telecom>
  </contact>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="826"/>
    </coding>
  </jurisdiction>
  <eventCoding>
    <system
            value="https://project-wildfyre.github.io/careconnect-api-r4/CodeSystem/message-events"/>
    <code value="notification-discharge"/>
    <display value="Notification Discharge"/>
  </eventCoding>
  <category value="notification"/>
  <focus>
    <code value="Encounter"/>
    <profile
             value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter"/>
    <min value="1"/>
    <max value="1"/>
  </focus>
  <focus>
    <code value="Patient"/>
    <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"/>
    <min value="1"/>
    <max value="1"/>
  </focus>
</MessageDefinition>