| Operation | create Patient |
| Method | POST |
| Path | https://fhir.eb5c2078ca2f4a328ebc.eastus.aksapp.io/fhir-server/api/v4/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: James Notsowell</p></div>"
},
"identifier" : [ {
"system" : "http://happyvalley.com/patient",
"value" : "139578325-06855-67720537"
} ],
"active" : true,
"name" : [ {
"use" : "official",
"family" : "Notsowell1KTrTUp",
"given" : [ "James1KTrTUp" ]
} ],
"gender" : "male",
"birthDate" : "2003-11-08"
}