HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SlotExample01 - XML Representation

Raw xml | Download



<Slot xmlns="http://hl7.org/fhir">
  <id value="SlotExample01"/>
  <meta>
    <profile
             value="http://hl7.org.cn/fhir/StructureDefinition/profile-my-slot"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Slot</b><a name="SlotExample01"> </a><a name="hcSlotExample01"> </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 Slot &quot;SlotExample01&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-profile-my-slot.html">日程计划可预约时间段本地化定义</a></p></div><blockquote><p><b>排班信息可预约数量扩展</b></p><blockquote><p><b>url</b></p><code>totel</code></blockquote><p><b>value</b>: 10</p><blockquote><p><b>url</b></p><code>remain</code></blockquote><p><b>value</b>: 10</p></blockquote><p><b>appointmentType</b>: A previously unscheduled walk-in visit <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-v2-0276.html">appointmentReason</a>#WALKIN)</span></p><p><b>schedule</b>: <a href="Schedule-ScheduleExample01.html">Schedule/ScheduleExample01: 消化内科特需号源表</a> &quot;消化内科普通号源表&quot;</p><p><b>status</b>: free</p><p><b>start</b>: 2024年7月26日 下午4:00:00</p><p><b>end</b>: 2024年7月26日 下午8:00:00</p><p><b>comment</b>: 消化内科特需门诊7月26日上午出诊.</p></div>
  </text>
  <extension
             url="http://hl7.org.cn/fhir/StructureDefinition/ext-slot-frame-number">
    <extension url="totel">
      <valueCount>
        <value value="10"/>
      </valueCount>
    </extension>
    <extension url="remain">
      <valueCount>
        <value value="10"/>
      </valueCount>
    </extension>
  </extension>
  <appointmentType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/>
      <code value="WALKIN"/>
      <display value="A previously unscheduled walk-in visit"/>
    </coding>
  </appointmentType>
  <schedule>🔗 
    <reference value="Schedule/ScheduleExample01"/>
    <display value="消化内科特需号源表"/>
  </schedule>
  <status value="free"/>
  <start value="2024-07-26T08:00:00Z"/>
  <end value="2024-07-26T12:00:00Z"/>
  <comment value="消化内科特需门诊7月26日上午出诊."/>
</Slot>