Fujitsu Healthy Living Implementation Guide
1.1.30 - release

Publication Build: This will be filled in by the publication tooling

: EncounterDummyExample - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="e004"/>
  <meta>
    <profile
             value="http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Encounter</b><a name="e004"> </a><a name="hce004"> </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 &quot;e004&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fujitsu-encounter.html">Fujitsu Encounter Profile</a></p></div><p><b>identifier</b>: <code>urn:uuid:62d85406-cc18-4e13-94c5-3d1b87ee1322</code>/1234567890_20250917</p><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>type</b>: 産科 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (ClinicalDepartment#24)</span></p><p><b>subject</b>: <a href="http://fhir.org/packages/us.nlm.vsac/Patient?identifier=urn:uuid:1a9c138d-e039-4c96-ad72-4d91aa71100c|12345">Patient?identifier=urn:uuid:1a9c138d-e039-4c96-ad72-4d91aa71100c|12345</a></p><p><b>period</b>: 2025-09-17 00:00:00+0900 --&gt; 2025-09-17 23:59:59+0900</p><p><b>serviceProvider</b>: <a href="http://fhir.org/packages/us.nlm.vsac/Organization?identifier=urn:uuid:ad73ca8e-7c15-4cad-8a9d-a4ecf7a480f8|1310415067">Organization?identifier=urn:uuid:ad73ca8e-7c15-4cad-8a9d-a4ecf7a480f8|1310415067</a></p></div>
  </text>
  <identifier>
    <system value="urn:uuid:62d85406-cc18-4e13-94c5-3d1b87ee1322"/>
    <value value="1234567890_20250917"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <type>
    <coding>
      <system value="http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment"/>
      <code value="24"/>
      <display value="産科"/>
    </coding>
    <text value="産科"/>
  </type>
  <subject>
    <reference
               value="Patient?identifier=urn:uuid:1a9c138d-e039-4c96-ad72-4d91aa71100c|12345"/>
  </subject>
  <period>
    <start value="2025-09-17T00:00:00+09:00"/>
    <end value="2025-09-17T23:59:59+09:00"/>
  </period>
  <serviceProvider>
    <reference
               value="Organization?identifier=urn:uuid:ad73ca8e-7c15-4cad-8a9d-a4ecf7a480f8|1310415067"/>
  </serviceProvider>
</Encounter>