Request

Operationcreate Patient
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/Patient
ResourcePatient
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Patient",
  "meta" : {
    "security" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST",
      "display" : "test health data"
    } ]
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/patient",
    "value" : "131188874-65692-575769"
  } ],
  "active" : true,
  "name" : [ {
    "use" : "official",
    "family" : "ImkayPm1Yvlg7",
    "given" : [ "KatiePm1Yvlg7" ]
  } ],
  "gender" : "female",
  "birthDate" : "1956-03-07"
}