Da Vinci Unsolicited Notifications Implementation Guide (Release 0.2.0 STU1 Ballot)

This page is part of the Da Vinci Unsolicited Notifications (v0.2.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: Encounter-admit-discharge-notification-encounter-01

Download Raw json

{
  "resourceType" : "Encounter",
  "id" : "admit-discharge-notification-encounter-01",
  "meta" : {
    "lastUpdated" : "2017-05-26T11:56:57.250-04:00",
    "profile" : [
      "http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/admit-discharge-notification-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: admit-discharge-notification-encounter-01</p><p><b>meta</b>: </p><p><b>status</b>: finished</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</p><p><b>type</b>: Inpatient hospital care <span style=\"background: LightGoldenRodYellow\">(Details : {http://www.ama-assn.org/go/cpt code '99234' = '99234)</span></p><p><b>subject</b>: <a href=\"urn:uuid:e442c924-df77-47fa-838f-24a8253bbdd4\">Amy V. Shaw</a></p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Period</b></td><td><b>Individual</b></td></tr><tr><td>*</td><td>primary performer <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v3-ParticipationType code 'PPRF' = 'primary performer)</span></td><td>Nov 1, 2015 10:00:14 PM --&gt; Nov 1, 2015 11:00:14 PM</td><td><a href=\"urn:uuid:e4b71aed-1c54-4f85-bea0-48444aa31f59\">Ronald Bone</a></td></tr></table><p><b>period</b>: Nov 1, 2015 10:00:14 PM --&gt; Nov 1, 2015 11:00:14 PM</p><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><a href=\"urn:uuid:75ea28b5-74b8-4d9c-9eb5-cfdc10b48fa\">Health Level Seven International - Amherst</a></td></tr></table></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://www.ama-assn.org/go/cpt",
          "code" : "99234"
        }
      ],
      "text" : "Inpatient hospital care"
    }
  ],
  "subject" : {
    "reference" : "urn:uuid:e442c924-df77-47fa-838f-24a8253bbdd4",
    "display" : "Amy V. Shaw"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PPRF"
            }
          ],
          "text" : "primary performer"
        }
      ],
      "period" : {
        "start" : "2015-11-01T17:00:14-05:00",
        "end" : "2015-11-01T18:00:14-05:00"
      },
      "individual" : {
        "reference" : "urn:uuid:e4b71aed-1c54-4f85-bea0-48444aa31f59",
        "display" : "Ronald Bone"
      }
    }
  ],
  "period" : {
    "start" : "2015-11-01T17:00:14-05:00",
    "end" : "2015-11-01T18:00:14-05:00"
  },
  "location" : [
    {
      "location" : {
        "reference" : "urn:uuid:75ea28b5-74b8-4d9c-9eb5-cfdc10b48fa",
        "display" : "Health Level Seven International - Amherst"
      }
    }
  ]
}