Request

OperationupdateCreate Patient
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Patient/e27793e51be34405add0c4763532bd66
ResourcePatientIde27793e51be34405add0c4763532bd66
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Patient",
  "id" : "e27793e51be34405add0c4763532bd66",
  "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 - Patient: Majorie Socrates</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/patient",
    "value" : "3788109874-310-2904979"
  } ],
  "active" : true,
  "name" : [ {
    "use" : "official",
    "family" : "Socrateswqf3Df",
    "given" : [ "Majoriewqf3Df" ]
  } ],
  "gender" : "female",
  "birthDate" : "1990-03-07"
}