Request

OperationupdateCreate Patient
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Patient/pQghi-wqf3Df-6986
ResourcePatientIdpQghi-wqf3Df-6986
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Patient",
  "id" : "pQghi-wqf3Df-6986",
  "identifier" : [ {
    "system" : "http://happyvalley.com/patient",
    "value" : "pQghiwqf3Df-6986"
  } ],
  "active" : true,
  "name" : [ {
    "use" : "official",
    "family" : "TimminspQghi",
    "given" : [ "JessicapQghi" ]
  } ],
  "gender" : "female",
  "birthDate" : "1986-10-14"
}