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

: AppointmentExample01 - XML Representation

Raw xml | Download



<Appointment xmlns="http://hl7.org/fhir">
  <id value="AppointmentExample01"/>
  <meta>
    <profile
             value="http://hl7.org.cn/fhir/StructureDefinition/profile-my-appointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Appointment</b><a name="AppointmentExample01"> </a><a name="hcAppointmentExample01"> </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;AppointmentExample01&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-profile-my-appointment.html">预约本地化定义</a></p></div><p><b>identifier</b>: <code>http://example.org/sampleappointment-identifier</code>/123</p><p><b>status</b>: booked</p><p><b>serviceCategory</b>: General Practice <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (service-category#gp)</span></p><p><b>specialty</b>: General practice <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#394814009)</span></p><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><h3>Reasons</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td>Clinical Review <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#413095006)</span></td></tr></table><p><b>description</b>: 预约CT结果就诊</p><p><b>minutesDuration</b>: 15</p><p><b>requestedPeriod</b>: 2016-06-02 --&gt; 2016-06-09</p><p><b>slot</b>: <a href="Slot-SlotExample03.html">Slot/SlotExample03</a></p><p><b>created</b>: 2024-04-02</p><p><b>note</b>: Further expand on the results of the MRI and determine the next actions that may be appropriate.</p><p><b>subject</b>: <a href="Patient-PatientExample01.html">Patient/PatientExample01: 刘康</a> &quot; 刘&quot;</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Practitioner-PractitionerExample01.html">Practitioner/PractitionerExample01: 赵勇</a> &quot; 赵&quot;</p><p><b>required</b>: true</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Location-LocationExample02.html">Location/LocationExample02: 消化内科门诊</a> &quot;消化内科一室&quot;</p><p><b>required</b>: true</p><p><b>status</b>: accepted</p></blockquote></div>
  </text>
  <identifier>
    <system value="http://example.org/sampleappointment-identifier"/>
    <value value="123"/>
  </identifier>
  <status value="booked"/>
  <serviceCategory>
    <coding>
      <system value="http://hl7.org/fhir/CodeSystem/service-category"/>
      <code value="gp"/>
      <display value="General Practice"/>
    </coding>
  </serviceCategory>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394814009"/>
      <display value="General practice"/>
    </coding>
  </specialty>
  <appointmentType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/>
      <code value="WALKIN"/>
      <display value="A previously unscheduled walk-in visit"/>
    </coding>
  </appointmentType>
  <reason>
    <concept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="413095006"/>
        <display value="Clinical Review"/>
      </coding>
    </concept>
  </reason>
  <description value="预约CT结果就诊"/>
  <minutesDuration value="15"/>
  <requestedPeriod>
    <start value="2016-06-02"/>
    <end value="2016-06-09"/>
  </requestedPeriod>
  <slot>🔗 
    <reference value="Slot/SlotExample03"/>
  </slot>
  <created value="2024-04-02"/>
  <note>
    <text
          value="Further expand on the results of the MRI and determine the next actions that may be appropriate."/>
  </note>
  <subject>🔗 
    <reference value="Patient/PatientExample01"/>
    <display value="刘康"/>
  </subject>
  <participant>
    <actor>🔗 
      <reference value="Practitioner/PractitionerExample01"/>
      <display value="赵勇"/>
    </actor>
    <required value="true"/>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>🔗 
      <reference value="Location/LocationExample02"/>
      <display value="消化内科门诊"/>
    </actor>
    <required value="true"/>
    <status value="accepted"/>
  </participant>
</Appointment>