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"
} ]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - Patient: Megan Alberfeddy</p></div>"
},
"identifier" : [ {
"system" : "http://happyvalley.com/patient",
"value" : "13816582032-65692-36"
} ],
"active" : true,
"name" : [ {
"use" : "official",
"family" : "AlberfeddyPm1Yvlg7",
"given" : [ "MeganPm1Yvlg7" ]
} ],
"gender" : "female",
"birthDate" : "1997-03-07"
}