Request

OperationupdateCreate Patient
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Patient/f2237f63ccef429bbcd46940edd2bca4
ResourcePatientIdf2237f63ccef429bbcd46940edd2bca4
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Patient",
  "id" : "f2237f63ccef429bbcd46940edd2bca4",
  "meta" : {
    "security" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST",
      "display" : "test health data"
    } ]
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/patient",
    "value" : "131188874-310-575769"
  } ],
  "active" : true,
  "name" : [ {
    "use" : "official",
    "family" : "Feelsbadwqf3Df",
    "given" : [ "Johnwqf3Df" ]
  } ],
  "gender" : "male",
  "birthDate" : "1958-03-07"
}