FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

NJSAMS - Local Development build (v0.1.0). See the Directory of published versions

: EncounterComplete - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="EncounterComplete"/>
  <meta>
    <profile
             value="http://dhs.nj.gov/njsams/StructureDefinition/NJSAMSEncounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Encounter</b><a name="EncounterComplete"> </a></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 "EncounterComplete" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-NJSAMSEncounter.html">NJSAMSEncounter</a></p></div><p><b>identifier</b>: id: abcd-1234</p><p><b>status</b>: in-progress</p><p><b>class</b>: AMB (Details: [not stated] code AMB = 'AMB', stated as 'null')</p><p><b>type</b>: 2 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ([not stated]#2)</span></p><p><b>serviceType</b>: 1 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ([not stated]#1)</span></p><p><b>subject</b>: <a href="Patient-PatientComplete.html">Patient/PatientComplete</a> " SMITH"</p><p><b>period</b>: 2022-01-15 --&gt; (ongoing)</p><h3>Hospitalizations</h3><table class="grid"><tr><td>-</td><td><b>AdmitSource</b></td></tr><tr><td>*</td><td>Intoxicated Drivers Resource Center (IDRC) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-EncounterReferralSource.html">Encounter Referral Source</a>#5)</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-LocationComplete.html">Location/LocationComplete</a> "integrity house"</td></tr></table><p><b>serviceProvider</b>: <a href="Organization-OrganizationComplete.html">Organization/OrganizationComplete</a> "Dasie Test Agency"</p></div>
  </text>
  <identifier>
    <system value="http://dhs.nj.gov/njsams/m-client-id"/>
    <value value="abcd-1234"/>
  </identifier>
  <status value="in-progress"/>
  <class>
    <code value="AMB"/>
  </class>
  <type>
    <coding>
      <code value="2"/>
    </coding>
  </type>
  <serviceType>
    <coding>
      <code value="1"/>
    </coding>
  </serviceType>
  <subject>
    <reference value="Patient/PatientComplete"/>
  </subject>
  <period>
    <start value="2022-01-15"/>
  </period>
  <hospitalization>
    <admitSource>
      <coding>
        <system
                value="http://dhs.nj.gov/njsams/CodeSystem/EncounterReferralSource"/>
        <code value="5"/>
      </coding>
    </admitSource>
  </hospitalization>
  <location>
    <location>
      <reference value="Location/LocationComplete"/>
    </location>
  </location>
  <serviceProvider>
    <reference value="Organization/OrganizationComplete"/>
  </serviceProvider>
</Encounter>