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

: GenV2-TC-Hospitalization - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="GenV2-TC-Hospitalization"/>
  <meta>
    <profile
             value="http://cbsig.chai.gatech.edu/StructureDefinition/us-cbs-hospitalization"/>
  </meta>
  <text>
    <status value="generated"/>
    <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 "GenV2-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-GenV2-TC-Patient.html">Patient/GenV2-TC-Patient: GenV2-TC Example Patient</a> ""</p><p><b>period</b>: 2014-02-26 --&gt; 2014-03-02</p><p><b>reasonReference</b>: <a href="Condition-GenV2-TC-Condition.html">Condition/GenV2-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>
  </text>
  <status value="unknown"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
    <display value="inpatient encounter"/>
  </class>
  <type>
    <coding>
      <system value="http://www.ama-assn.org/go/cpt"/>
      <code value="42628595"/>
      <display value="Inpatient Hospital"/>
    </coding>
  </type>
  <subject>
    <reference value="Patient/GenV2-TC-Patient"/>
    <display value="GenV2-TC Example Patient"/>
  </subject>
  <period>
    <start value="2014-02-26"/>
    <end value="2014-03-02"/>
  </period>
  <length>
    <value value="4"/>
    <unit value="days"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="d"/>
  </length>
  <reasonReference>
    <reference value="Condition/GenV2-TC-Condition"/>
  </reasonReference>
  <location>
    <location>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="masked"/>
      </extension>
      <display value="Masked Location"/>
    </location>
  </location>
</Encounter>