Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-resp-net-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<Encounter xmlns="http://hl7.org/fhir">
<id value="resp-net-encounter-example"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2023-09-13T03:02:05.806+00:00"/>
<profile
value="http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-encounter"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter resp-net-encounter-example</b></p><a name="resp-net-encounter-example"> </a><a name="hcresp-net-encounter-example"> </a><a name="resp-net-encounter-example-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">version: 1; Last updated: 2023-09-13 03:02:05+0000</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/ecr/STU2.1/StructureDefinition-eicr-encounter.html">eICR Encounter</a></p></div><p><b>identifier</b>: <code>http://hospital.smarthealthit.org</code>/9937012</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP">ActCode IMP</a>: inpatient encounter</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 183807002}">Inpatient stay for nine days</span></p><p><b>subject</b>: <a href="Patient-patient-respnet-eve-everywoman.html">Eve Everywoman</a></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}">attender</span></td><td><a href="PractitionerRole-practitionerrole-henry-seven.html">Henry Seven</a></td></tr></table><p><b>period</b>: 2023-10-01 10:00:00-0500 --> 2023-10-09 10:15:00-0500</p><h3>Diagnoses</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Extension</b></td><td><b>Condition</b></td></tr><tr><td style="display: none">*</td><td/><td><a href="Condition-influenza-example.html">Condition Influenza caused by Influenza A virus (disorder)</a></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-location-salem-medical-center.html">Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368</a></td></tr></table><p><b>serviceProvider</b>: <a href="Organization-organization-salem-medical-center.html">Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999</a></p></div>
</text>
<identifier>
<system value="http://hospital.smarthealthit.org"/>
<value value="9937012"/>
</identifier>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="IMP"/>
<display value="inpatient encounter"/>
</class>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="183807002"/>
</coding>
<text value="Inpatient stay for nine days"/>
</type>
<subject>🔗
<reference value="Patient/patient-respnet-eve-everywoman"/>
<display value="Eve Everywoman"/>
</subject>
<participant>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
<code value="ATND"/>
<display value="attender"/>
</coding>
</type>
<individual>🔗
<reference value="PractitionerRole/practitionerrole-henry-seven"/>
<display value="Henry Seven"/>
</individual>
</participant>
<period>
<start value="2023-10-01T10:00:00-05:00"/>
<end value="2023-10-09T10:15:00-05:00"/>
</period>
<diagnosis>
<extension
url="http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-trigger-code-flag-extension">
<extension url="triggerCodeValueSet">
<valueOid value="urn:oid:2.16.840.1.114222.4.11.7508"/>
</extension>
<extension url="triggerCodeValueSetVersion">
<valueString value="12/12/2018"/>
</extension>
<extension url="triggerCode">
<valueCoding>
<system value="http://snomed.info/sct"/>
<code value="6142004"/>
<display value="Influenza (disorder)"/>
</valueCoding>
</extension>
</extension>
<condition>🔗
<reference value="Condition/influenza-example"/>
</condition>
</diagnosis>
<location>
<location>🔗
<reference value="Location/location-salem-medical-center"/>
<display
value="Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368"/>
</location>
</location>
<serviceProvider>🔗
<reference value="Organization/organization-salem-medical-center"/>
<display
value="Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999"/>
</serviceProvider>
</Encounter>