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
{
"resourceType" : "Appointment",
"id" : "appt-telehealth",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Telehealth Appointment Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This is a booked telehealth consultation appointment example for the *US Core Appointment Profile*."
}
],
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-appointment"
]
},
"text" : {
"status" : "generated",
"div" : "<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:\u00a01032702\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote></div>"
},
"status" : "booked",
"serviceType" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "448337001",
"display" : "Telemedicine consultation with patient"
}
],
"text" : "Telehealth Visit"
}
],
"start" : "2026-06-22T13:00:00Z",
"end" : "2026-06-22T13:30:00Z",
"participant" : [
{
"actor" : {
"reference" : "Practitioner/practitioner-1",
"display" : "Dr Ronald Bone"
},
"required" : "required",
"status" : "accepted"
},
{
"actor" : {
"reference" : "Patient/example"
},
"required" : "required",
"status" : "accepted"
}
]
}