FHIR Implementation Guide for NJSAMS


1.0.0 - release

NJSAMS - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EncounterComplete - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="EncounterComplete"/>
  <meta>
    <profile
             value="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/NJSAMSEncounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter EncounterComplete</b></p><a name="EncounterComplete"> </a><a name="hcEncounterComplete"> </a><a name="EncounterComplete-en-US"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-NJSAMSEncounter.html">NJSAMSEncounter</a></p></div><p><b>identifier</b>: <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/m-client-id</code>/abcd-1234</p><p><b>status</b>: In Progress</p><p><b>class</b>: [not stated] AMB: AMB</p><p><b>type</b>: <span title="Codes:">2</span></p><p><b>subject</b>: <a href="Patient-PatientComplete.html">William Smith  Other, DoB: 2000-06-11 ( http://hl7.org/fhir/sid/us-ssn#United States Social Security Number#00-00-0000)</a></p><p><b>period</b>: 2022-01-15 --&gt; (ongoing)</p><h3>Hospitalizations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>AdmitSource</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/EncounterReferralSource 5}">Intoxicated Drivers Resource Center (IDRC)</span></td></tr></table><h3>Locations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Location</b></td></tr><tr><td style="display: none">*</td><td><a href="Location-LocationComplete.html">Location integrity house</a></td></tr></table><p><b>serviceProvider</b>: <a href="Organization-OrganizationComplete.html">Organization Dasie Test Agency</a></p></div>
  </text>
  <identifier>
    <system value="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/m-client-id"/>
    <value value="abcd-1234"/>
  </identifier>
  <status value="in-progress"/>
  <class>
    <code value="AMB"/>
  </class>
  <type>
    <coding>
      <code value="2"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/PatientComplete"/>
  </subject>
  <period>
    <start value="2022-01-15"/>
  </period>
  <hospitalization>
    <admitSource>
      <coding>
        <system
                value="https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/EncounterReferralSource"/>
        <code value="5"/>
      </coding>
    </admitSource>
  </hospitalization>
  <location>
    <location>🔗 
      <reference value="Location/LocationComplete"/>
    </location>
  </location>
  <serviceProvider>🔗 
    <reference value="Organization/OrganizationComplete"/>
  </serviceProvider>
</Encounter>