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"
    } ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - Patient: James Notsowell</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/patient",
    "value" : "131188874-65692-02118670"
  } ],
  "active" : true,
  "name" : [ {
    "use" : "official",
    "family" : "Notsowellk5IT2FU",
    "given" : [ "Jamesk5IT2FU" ]
  } ],
  "gender" : "male",
  "birthDate" : "2002-03-07"
}