Request

OperationupdateCreate Practitioner
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Practitioner/pQghi-wqf3Df-65692
ResourcePractitionerIdpQghi-wqf3Df-65692
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Practitioner",
  "id" : "pQghi-wqf3Df-65692",
  "identifier" : [ {
    "system" : "http://happyvalley.com/practitioner",
    "value" : "pQghiwqf3Df-65692"
  } ],
  "name" : [ {
    "family" : "HeartbeatpQghi",
    "given" : [ "TerrancepQghi" ],
    "prefix" : [ "Dr" ]
  } ],
  "telecom" : [ {
    "system" : "phone",
    "value" : "(310) 310-6986",
    "use" : "work"
  } ],
  "address" : [ {
    "use" : "work",
    "line" : [ "6986 Wellness Way" ],
    "city" : "Fairfax",
    "state" : "VA"
  } ],
  "gender" : "male",
  "birthDate" : "1976-10-07"
}