Request

OperationupdateCreate Practitioner
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Practitioner/dfb82127b48d47bbaa1bf42419825ba5
ResourcePractitionerIddfb82127b48d47bbaa1bf42419825ba5
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Practitioner",
  "id" : "dfb82127b48d47bbaa1bf42419825ba5",
  "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"
}