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

: ScheduleExample02 - XML Representation

Raw xml | Download



<Schedule xmlns="http://hl7.org/fhir">
  <id value="ScheduleExample02"/>
  <meta>
    <profile
             value="http://hl7.org.cn/fhir/StructureDefinition/profile-my-schedule"/>
    <profile value="https://example.org/fhir/StructureDefinition/MySchedule"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Schedule</b><a name="ScheduleExample02"> </a><a name="hcScheduleExample02"> </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 Schedule &quot;ScheduleExample02&quot; </p><p style="margin-bottom: 0px">Profiles: <a href="StructureDefinition-profile-my-schedule.html">日程计划本地化定义</a>, <code>https://example.org/fhir/StructureDefinition/MySchedule</code></p></div><p><b>identifier</b>: <code>http://example.org/Myscheduleid</code>/45 (use: USUAL)</p><p><b>active</b>: true</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-type.html">Service type</a>#17)</span></p><h3>ServiceTypes</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td>消化内科 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-service-type.html">Service type</a>#480)</span></td></tr></table><p><b>specialty</b>: 消化内科 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#394312002)</span></p><p><b>name</b>: 消化内科特需号源表</p><p><b>actor</b>: </p><ul><li><a href="Location/9">Location/9: 消化内科门诊</a></li><li><a href="Practitioner-PractitionerExample02.html">Practitioner/PractitionerExample02: 王东方</a> &quot; 王&quot;</li></ul><p><b>planningHorizon</b>: 2024-07-22 08:00:00+0000 --&gt; 2024-07-28 20:00:00+0000</p><p><b>comment</b>: 消化内科特需门诊2024年7月22日周出诊表</p></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="http://example.org/Myscheduleid"/>
    <value value="45"/>
  </identifier>
  <active value="true"/>
  <serviceCategory>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-type"/>
      <code value="17"/>
      <display value="全科医学"/>
    </coding>
  </serviceCategory>
  <serviceType>
    <concept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/service-type"/>
        <code value="480"/>
        <display value="消化内科"/>
      </coding>
    </concept>
  </serviceType>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394312002"/>
      <display value="消化内科"/>
    </coding>
  </specialty>
  <name value="消化内科特需号源表"/>
  <actor>
    <reference value="Location/9"/>
    <display value="消化内科门诊"/>
  </actor>
  <actor>🔗 
    <reference value="Practitioner/PractitionerExample02"/>
    <display value="王东方"/>
  </actor>
  <planningHorizon>
    <start value="2024-07-22T08:00:00Z"/>
    <end value="2024-07-28T20:00:00Z"/>
  </planningHorizon>
  <comment value="消化内科特需门诊2024年7月22日周出诊表"/>
</Schedule>