HL7中国FHIR Connectathon测试实施指南
2025.3.12 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Appointment xmlns="http://hl7.org/fhir">
<id value="AppointmentExample01"/>
<meta>
<profile
value="http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-my-appointment"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment AppointmentExample01</b></p><a name="AppointmentExample01"> </a><a name="hcAppointmentExample01"> </a><a name="AppointmentExample01-en-US"> </a><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"/><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>: <span title="Codes:{http://hl7.org/fhir/CodeSystem/service-category gp}">General Practice</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 394814009}">General practice</span></p><p><b>appointmentType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 WALKIN}">A previously unscheduled walk-in visit</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><span title="Codes:{http://snomed.info/sct 413095006}">Clinical Review</span></td></tr></table><p><b>description</b>: 预约CT结果就诊</p><p><b>minutesDuration</b>: 15</p><p><b>requestedPeriod</b>: 2016-06-02 --> 2016-06-09</p><p><b>slot</b>: <a href="Slot-SlotExample03.html">Slot: extension = ; appointmentType = A previously unscheduled walk-in visit; status = free; start = 2024-07-23 13:00:00+0000; end = 2024-07-23 16:30:00+0000; comment = 消化内科特需门诊7月23日下午出诊.</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">刘康</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Practitioner-PractitionerExample01.html">赵勇</a></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">消化内科门诊</a></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>