HL7 FHIR JP Core ImplementationGuide
1.1.1 - release Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.1). See the Directory of published versions

: JP Core Encounter Example 外来 - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="jp-encounter-example-1"/>
  <meta>
    <profile
             value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_Encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Encounter</b><a name="jp-encounter-example-1"> </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 "jp-encounter-example-1" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-jp-encounter.html">JP Core Encounter Profile</a></p></div><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'null')</p><p><b>subject</b>: <a href="Patient-jp-patient-example-1.html">Patient/jp-patient-example-1: 山田 太郎</a> " 山田"</p><h3>Participants</h3><table class="grid"><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a href="Practitioner-jp-practitioner-example-female-1.html">Practitioner/jp-practitioner-example-female-1: 東京 春子</a> " 東京"</td></tr></table><p><b>period</b>: 2022-05-08 01:08:24+0900 --&gt; 2022-05-08 01:23:24+0900</p><p><b>serviceProvider</b>: <a href="Organization-jp-organization-example-clinic.html">Organization/jp-organization-example-clinic: 太郎花子クリニック</a> "太郎花子クリニック"</p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
  </class>
  <subject>
    <reference value="Patient/jp-patient-example-1"/>
    <display value="山田 太郎"/>
  </subject>
  <participant>
    <individual>
      <reference value="Practitioner/jp-practitioner-example-female-1"/>
      <display value="東京 春子"/>
    </individual>
  </participant>
  <period>
    <start value="2022-05-08T13:08:24+09:00"/>
    <end value="2022-05-08T13:23:24+09:00"/>
  </period>
  <serviceProvider>
    <reference value="Organization/jp-organization-example-clinic"/>
    <display value="太郎花子クリニック"/>
  </serviceProvider>
</Encounter>