Request

OperationupdateCreate Practitioner
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Practitioner/1881e83d40154445b8e9a905107b06a1
ResourcePractitionerId1881e83d40154445b8e9a905107b06a1
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Practitioner",
  "id" : "1881e83d40154445b8e9a905107b06a1",
  "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 Maku Allwell</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/practitioner",
    "value" : "131188874-310-131188874"
  } ],
  "name" : [ {
    "family" : "Allwellwqf3Df",
    "given" : [ "Makuwqf3Df" ],
    "prefix" : [ "Dr" ]
  } ],
  "telecom" : [ {
    "system" : "phone",
    "value" : "(310) 310-6986",
    "use" : "work"
  } ],
  "gender" : "female",
  "birthDate" : "1980-03-07"
}