{
  "resourceType" : "Appointment",
  "id" : "appt-from-referral",
  "meta" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
      "valueString" : "Appointment From Referral Example"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
      "valueMarkdown" : "This example of a *US Core Appointment Profile* illustrates a booked appointment created in response to a referral ServiceRequest."
    }],
    "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-from-referral</b></p><a name=\"appt-from-referral\"> </a><a name=\"hcappt-from-referral\"> </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 410155007}\">Rehabilitation Consult</span></p><p><b>start</b>: 2026-08-04 15:00:00+0000</p><p><b>end</b>: 2026-08-04 16:00:00+0000</p><p><b>basedOn</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/ServiceRequest-foodpantry-referral.html\">Food pantry referral</a></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/Location-hospital.html\">Holy Family Hospital</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" : "410155007",
      "display" : "Occupational therapy assessment"
    }],
    "text" : "Rehabilitation Consult"
  }],
  "start" : "2026-08-04T15:00:00Z",
  "end" : "2026-08-04T16:00:00Z",
  "basedOn" : [{
    "reference" : "ServiceRequest/foodpantry-referral",
    "display" : "Food pantry referral"
  }],
  "participant" : [{
    "actor" : {
      "reference" : "Practitioner/practitioner-1",
      "display" : "Dr Ronald Bone"
    },
    "required" : "required",
    "status" : "accepted"
  },
  {
    "actor" : {
      "reference" : "Location/hospital",
      "display" : "Holy Family Hospital"
    },
    "required" : "required",
    "status" : "accepted"
  },
  {
    "actor" : {
      "reference" : "Patient/example"
    },
    "required" : "required",
    "status" : "accepted"
  }]
}