Fujitsu Healthy Living Implementation Guide
1.1.28 - release

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

: AppointmentExample - XML Representation

Raw xml | Download



<Appointment xmlns="http://hl7.org/fhir">
  <id value="a001"/>
  <meta>
    <profile
             value="http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-appointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Appointment</b><a name="a001"> </a><a name="hca001"> </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 Appointment &quot;a001&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fujitsu-appointment.html">Fujitsu Appointment Profile</a></p></div><p><b>status</b>: booked</p><p><b>serviceCategory</b>: 医療機関 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-service-category.html">Service category</a>#35 &quot;Hospital&quot;)</span></p><p><b>specialty</b>: 大腸外科 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p><p><b>appointmentType</b>: 再診 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-v2-0276.html">appointmentReason</a>#FOLLOWUP &quot;A follow up visit from a previous appointment&quot;)</span></p><p><b>description</b>: PET-CT検査</p><p><b>start</b>: Mar 10, 2022, 1:00:00 AM</p><p><b>end</b>: Mar 10, 2022, 1:30:00 AM</p><p><b>comment</b>: 予約時間厳守でお越しください</p><p><b>patientInstruction</b>: 検査前6時間は絶食してください。</p><blockquote><p><b>participant</b></p><p><b>type</b>: 患者 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p><p><b>actor</b>: <a href="Patient-p001.html">Patient/p001</a> &quot; 健康&quot;</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: 医療従事者 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p><p><b>actor</b>: <a href="PractitionerRole-r001.html">PractitionerRole/r001</a></p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: 予約サービス <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p><p><b>actor</b>: <a href="HealthcareService-h001.html">HealthcareService/h001</a> &quot;予約センター&quot;</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: 行き先 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p><p><b>actor</b>: <a name="hcl001"> </a></p><blockquote><p/><p><a name="l001"> </a></p><p><a name="hcl001"> </a></p><p><b>status</b>: active</p><p><b>name</b>: 1階放射線受付</p></blockquote><p><b>status</b>: accepted</p></blockquote><hr/><blockquote><p><b>Generated Narrative: Location #l001</b><a name="l001"> </a><a name="hcl001"> </a></p><p><b>status</b>: active</p><p><b>name</b>: 1階放射線受付</p></blockquote></div>
  </text>
  <contained>
    <Location>
      <id value="l001"/>
      <status value="active"/>
      <name value="1階放射線受付"/>
    </Location>
  </contained>
  <status value="booked"/>
  <serviceCategory>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-category"/>
      <code value="35"/>
      <display value="Hospital"/>
    </coding>
    <text value="医療機関"/>
  </serviceCategory>
  <specialty>
    <text value="大腸外科"/>
  </specialty>
  <appointmentType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/>
      <code value="FOLLOWUP"/>
      <display value="A follow up visit from a previous appointment"/>
    </coding>
    <text value="再診"/>
  </appointmentType>
  <description value="PET-CT検査"/>
  <start value="2022-03-10T10:00:00+09:00"/>
  <end value="2022-03-10T10:30:00+09:00"/>
  <comment value="予約時間厳守でお越しください"/>
  <patientInstruction value="検査前6時間は絶食してください。"/>
  <participant>
    <type>
      <text value="患者"/>
    </type>
    <actor>🔗 
      <reference value="Patient/p001"/>
    </actor>
    <required value="required"/>
    <status value="accepted"/>
  </participant>
  <participant>
    <type>
      <text value="医療従事者"/>
    </type>
    <actor>🔗 
      <reference value="PractitionerRole/r001"/>
    </actor>
    <required value="required"/>
    <status value="accepted"/>
  </participant>
  <participant>
    <type>
      <text value="予約サービス"/>
    </type>
    <actor>🔗 
      <reference value="HealthcareService/h001"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <type>
      <text value="行き先"/>
    </type>
    <actor>
      <reference value="#l001"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>