Request

Operationupdate Encounter
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Encounter/54567c3cdf6046c98792cc017f1978eb
ResourceEncounterId54567c3cdf6046c98792cc017f1978eb
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Encounter",
  "id" : "54567c3cdf6046c98792cc017f1978eb",
  "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\"><p>Touchstone Test Data - Encounter: ambulatory</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/encounter",
    "value" : "131188874-310"
  } ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [ {
    "coding" : [ {
      "system" : "http://snomed.info/sct",
      "code" : "11429006",
      "display" : "Consultation"
    } ]
  } ],
  "priority" : {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
      "code" : "EM",
      "display" : "emergency"
    } ]
  },
  "subject" : {
    "reference" : "Patient/01b7c10a41d34dfcbaeed5dc3bfd614a"
  },
  "participant" : [ {
    "individual" : {
      "reference" : "Practitioner/f9e1cbec8327463280da6a14b2ebf23d"
    }
  } ],
  "period" : {
    "start" : "2021-03-07T11:42:47Z",
    "end" : "2021-03-07T12:42:47Z"
  },
  "reasonCode" : [ {
    "text" : "The patient had fever peaks over the last couple of days."
  } ]
}