Operation | create Patient | ||||
---|---|---|---|---|---|
Method | POST | ||||
Path | https://blaze.life.uni-leipzig.de/fhir/Patient | ||||
Resource | Patient |
Accept | application/fhir+json;charset=UTF-8 |
---|---|
Content-Type | application/fhir+json;charset=UTF-8 |
{ "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" : "02118670-65692-575769" } ], "active" : true, "name" : [ { "use" : "official", "family" : "Flagswqf3Df", "given" : [ "JerichoPm1Yvlg7" ] } ], "gender" : "female", "birthDate" : "1964-03-07" }