Request

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