Case Based Surveillance Implementation Guide
0.2.1 - ci-build

Case Based Surveillance Implementation Guide - Local Development build (v0.2.1). See the Directory of published versions

: HAICA-TC-Hospitalization - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "HAICA-TC-Hospitalization",
  "meta" : {
    "profile" : [
      "http://cbsig.chai.gatech.edu/StructureDefinition/us-cbs-hospitalization"
    ]
  },
  "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 \"HAICA-TC-Hospitalization\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-cbs-hospitalization.html\">US Case Based Surveillance Hospitalization Encounter Profile</a></p></div><p><b>status</b>: unknown</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 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT&reg;)</a>#42628595)</span></p><p><b>subject</b>: <a href=\"Patient-HAICA-TC-Patient.html\">Patient/HAICA-TC-Patient: HAI-CA TC Example Patient</a> \"\"</p><p><b>period</b>: 2018-11-24 --&gt; (ongoing)</p><p><b>reasonReference</b>: <a href=\"Condition-HAICA-TC-Condition.html\">Condition/HAICA-TC-Condition</a></p><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td></tr><tr><td>*</td><td><span>: Masked Location</span></td></tr></table></div>"
  },
  "status" : "unknown",
  "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" : "42628595",
          "display" : "Inpatient Hospital"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/HAICA-TC-Patient",
    "display" : "HAI-CA TC Example Patient"
  },
  "period" : {
    "start" : "2018-11-24"
  },
  "reasonReference" : [
    {
      "reference" : "Condition/HAICA-TC-Condition"
    }
  ],
  "location" : [
    {
      "location" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "masked"
          }
        ],
        "display" : "Masked Location"
      }
    }
  ]
}