Operation | create Patient |
Method | POST |
Path | https://blaze.life.uni-leipzig.de/fhir/Patient |
Resource | Patient | | | | |
{
"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-2904979"
} ],
"active" : true,
"name" : [ {
"use" : "official",
"family" : "Amherstk5IT2FU",
"given" : [ "Anthonyk5IT2FU" ]
} ],
"gender" : "male",
"birthDate" : "1985-03-07"
}