NHSN Reporting: Adverse Drug Events - Glycemic Control
0.1.0 - CI Build

NHSN Reporting: Adverse Drug Events - Glycemic Control, published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-nhsn-ade-ig/ and changes regularly. See the Directory of published versions

: US Core Encounter [Inpatient - Name 'masked'] - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "encounter-completed-inpatient-ade-1",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-01-13T08:58:31.865+00:00",
    "source" : "#aqzXMUHvXF7e4agZ",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"encounter-completed-inpatient-ade-1\" Version \"1\" Updated \"2021-01-13T08:58:31.865Z\" </p><p style=\"margin-bottom: 0px\">Information Source: #aqzXMUHvXF7e4agZ!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-encounter.html\">US Core Encounter Profile</a></p></div><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>: Medical consultation on hospital inpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#24882007)</span></p><p><b>subject</b>: <a href=\"Patient-patient-ade-1.html\">Patient/patient-ade-1: Name: 'masked'</a> \"\"</p><p><b>period</b>: 2020-08-01 --&gt; 2020-08-12</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td>-</td><td><b>Condition</b></td></tr><tr><td>*</td><td><a href=\"Condition-condition-diabetes-ade.html\">Condition/condition-diabetes-ade</a></td></tr></table><h3>Hospitalizations</h3><table class=\"grid\"><tr><td>-</td><td><b>DischargeDisposition</b></td></tr><tr><td>*</td><td>Discharged to home <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-discharge-disposition.html\">Discharge disposition</a>#home)</span></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><a href=\"Location-location-salem-medical-center-ade.html\">Location/location-salem-medical-center-ade: Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368</a> \"Clinic Bldg A, Salem Medical Center\"</td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-organization-salem-medical-center-ade.html\">Organization/organization-salem-medical-center-ade: Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999</a> \"Salem Medical Center\"</p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "24882007"
        }
      ],
      "text" : "Medical consultation on hospital inpatient"
    }
  ],
  "subject" : {
    "reference" : "Patient/patient-ade-1",
    "display" : "Name: 'masked'"
  },
  "period" : {
    "start" : "2020-08-01",
    "end" : "2020-08-12"
  },
  "diagnosis" : [
    {
      "condition" : {
        "reference" : "Condition/condition-diabetes-ade"
      }
    }
  ],
  "hospitalization" : {
    "dischargeDisposition" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code" : "home"
        }
      ],
      "text" : "Discharged to home"
    }
  },
  "location" : [
    {
      "location" : {
        "reference" : "Location/location-salem-medical-center-ade",
        "display" : "Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368"
      }
    }
  ],
  "serviceProvider" : {
    "reference" : "Organization/organization-salem-medical-center-ade",
    "display" : "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999"
  }
}