JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

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

: janusync-encounter-imp-example - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="janusync-encounter-imp-example"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-encounter"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter janusync-encounter-imp-example</b></p><a name="janusync-encounter-imp-example"> </a><a name="hcjanusync-encounter-imp-example"> </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-janusync-encounter.html">JanuSync Encounter</a></p></div><p><b>JanuSyncEncounterAuthoredOn</b>: 2000-01-01 12:00:00+0900</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-IMP">ActCode IMP</a>: inpatient encounter</p><p><b>subject</b>: <a href="Patient-janusync-patient-example.html">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><a href="PractitionerRole-janusync-medicaldoctor-practitionerrole-example.html">PractitionerRole DOCTOR</a></td></tr></table><p><b>period</b>: 2000-01-01 14:00:00+0900 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href="Organization-janusync-organization-example.html">Organization 파이종합병원</a></p></div>
  </text>
  <extension
             url="http://connectdtx.kr/fhir/StructureDefinition/JanuSyncEncounterAuthoredOn">
    <valueDateTime value="2000-01-01T12:00:00+09:00"/>
  </extension>
  <status value="in-progress"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
  </class>
  <subject>🔗 
    <reference value="Patient/janusync-patient-example"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference
                 value="PractitionerRole/janusync-medicaldoctor-practitionerrole-example"/>
    </individual>
  </participant>
  <period>
    <start value="2000-01-01T14:00:00+09:00"/>
  </period>
  <serviceProvider>🔗 
    <reference value="Organization/janusync-organization-example"/>
  </serviceProvider>
</Encounter>