Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions
<Appointment xmlns="http://hl7.org/fhir">
<id value="appt-telehealth"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="Telehealth Appointment Example"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="This is a booked telehealth consultation appointment example for the *US Core Appointment Profile*."/>
</extension>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-appointment"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment appt-telehealth</b></p><a name="appt-telehealth"> </a><a name="hcappt-telehealth"> </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-us-core-appointment.html">US Core Appointment Profile</a></p></div><p><b>status</b>: Booked</p><p><b>serviceType</b>: <span title="Codes:{http://snomed.info/sct 448337001}">Telehealth Visit</span></p><p><b>start</b>: 2026-06-22 13:00:00+0000</p><p><b>end</b>: 2026-06-22 13:30:00+0000</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="http://hl7.org/fhir/us/core/2026Jan/Practitioner-practitioner-1.html">Dr Ronald Bone</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="http://hl7.org/fhir/us/core/2026Jan/Patient-example.html">Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote></div>
</text>
<status value="booked"/>
<serviceType>
<coding>
<system value="http://snomed.info/sct"/>
<code value="448337001"/>
<display value="Telemedicine consultation with patient"/>
</coding>
<text value="Telehealth Visit"/>
</serviceType>
<start value="2026-06-22T13:00:00Z"/>
<end value="2026-06-22T13:30:00Z"/>
<participant>
<actor>
<reference value="Practitioner/practitioner-1"/>
<display value="Dr Ronald Bone"/>
</actor>
<required value="required"/>
<status value="accepted"/>
</participant>
<participant>
<actor>
<reference value="Patient/example"/>
</actor>
<required value="required"/>
<status value="accepted"/>
</participant>
</Appointment>