Request

Operationupdate Encounter
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Encounter/C6AMW2T4GN722OXM
ResourceEncounterIdC6AMW2T4GN722OXM
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Encounter",
  "id" : "C6AMW2T4GN722OXM",
  "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-65692"
  } ],
  "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/C6AMW2PSAD42NOGG"
  },
  "participant" : [ {
    "individual" : {
      "reference" : "Practitioner/C6AMW2RSPIFOPYXT"
    }
  } ],
  "period" : {
    "start" : "2021-03-07T11:43:12Z",
    "end" : "2021-03-07T12:43:12Z"
  },
  "reasonCode" : [ {
    "text" : "The patient had fever peaks over the last couple of days."
  } ]
}