Request

OperationupdateCreate Appointment
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Appointment/e1316ca3b7ca4c6b9314e7baaf64097b
ResourceAppointmentIde1316ca3b7ca4c6b9314e7baaf64097b
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Appointment",
  "id" : "e1316ca3b7ca4c6b9314e7baaf64097b",
  "meta" : {
    "security" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST",
      "display" : "test health data"
    } ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Touchstone Test Data - Appointment: A follow up visit from a previous appointment</div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/appointment",
    "value" : "13816582032-310"
  } ],
  "status" : "proposed",
  "serviceCategory" : [ {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/service-type",
      "code" : "124",
      "display" : "General Practice"
    } ]
  } ],
  "appointmentType" : {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
      "code" : "FOLLOWUP",
      "display" : "A follow up visit from a previous appointment"
    } ]
  },
  "reasonCode" : [ {
    "coding" : [ {
      "system" : "http://snomed.info/sct",
      "code" : "813001",
      "display" : "Ankle instability"
    } ]
  } ],
  "priority" : 5,
  "description" : "Discuss results of recent MRI",
  "minutesDuration" : 15,
  "created" : "2021-03-06",
  "comment" : "Further expand on the results of the MRI and determine the next actions that may be appropriate.",
  "participant" : [ {
    "actor" : {
      "reference" : "Patient/3039b327168c49babd7767ca8ac1984c"
    },
    "required" : "required",
    "status" : "needs-action"
  } ]
}