ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions
: connectdtx-encounter-imp-example - XML Representation
Raw xml | Download
<Encounter xmlns="http://hl7.org/fhir">
<id value="connectdtx-encounter-imp-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/connectdtx-encounter"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Encounter</b><a name="connectdtx-encounter-imp-example"> </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 "connectdtx-encounter-imp-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-connectdtx-encounter.html">ConnectDTx Encounter</a></p></div><p><b>status</b>: in-progress</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'null')</p><p><b>subject</b>: <a href="Patient-connectdtx-patient-example.html">Patient/connectdtx-patient-example</a> ""</p><h3>Participants</h3><table class="grid"><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a href="PractitionerRole-connectdtx-practitionerrole-example.html">PractitionerRole/connectdtx-practitionerrole-example</a></td></tr></table><p><b>period</b>: 2000-01-01 00:00:00+0900 --> (ongoing)</p><p><b>serviceProvider</b>: <a href="Organization-connectdtx-organization-example.html">Organization/connectdtx-organization-example</a> "파이종합병원"</p></div>
</text>
<status value="in-progress"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="IMP"/>
</class>
<subject>
<reference value="Patient/connectdtx-patient-example"/>
</subject>
<participant>
<individual>
<reference
value="PractitionerRole/connectdtx-practitionerrole-example"/>
</individual>
</participant>
<period>
<start value="2000-01-01T00:00:00+09:00"/>
</period>
<serviceProvider>
<reference value="Organization/connectdtx-organization-example"/>
</serviceProvider>
</Encounter>