Operation | create |
Method | POST |
Path | https://blaze.life.uni-leipzig.de/fhir/Practitioner |
Resource | Practitioner | | | | |
{
"resourceType" : "Practitioner",
"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 - Practitioner: Dr Richard Heartbeat</p></div>"
},
"identifier" : [ {
"system" : "http://happyvalley.com/practitioner",
"value" : "3788109874-65692-310"
} ],
"name" : [ {
"family" : "HeartbeatPm1Yvlg7",
"given" : [ "RichardPm1Yvlg7" ],
"prefix" : [ "Dr" ]
} ],
"telecom" : [ {
"system" : "phone",
"value" : "(310) 310-6986",
"use" : "work"
} ],
"address" : [ {
"use" : "work",
"line" : [ "65692 Healthcare Drive" ],
"city" : "St. Louis",
"state" : "MO"
} ],
"gender" : "male",
"birthDate" : "1967-03-07"
}