Request

OperationupdateCreate Practitioner
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Practitioner/cc47e43c1ce9475798a42430ca68b728
ResourcePractitionerIdcc47e43c1ce9475798a42430ca68b728
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Practitioner",
  "id" : "cc47e43c1ce9475798a42430ca68b728",
  "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 Ronald Heartbeat</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/practitioner",
    "value" : "3788109874-310-310"
  } ],
  "name" : [ {
    "family" : "Heartbeatwqf3Df",
    "given" : [ "Ronaldwqf3Df" ],
    "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" : "1969-03-07"
}