Request

Operationupdate Practitioner
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Practitioner/C6AMYANMKGGL5P45
ResourcePractitionerIdC6AMYANMKGGL5P45
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Practitioner",
  "id" : "C6AMYANMKGGL5P45",
  "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 Ruth Heartwise</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/practitioner",
    "value" : "02118670-65692"
  } ],
  "name" : [ {
    "family" : "HeartwisePm1Yvlg7",
    "given" : [ "RuthPm1Yvlg7" ],
    "prefix" : [ "Dr" ]
  } ],
  "telecom" : [ {
    "system" : "phone",
    "value" : "(310) 310-6986",
    "use" : "work"
  } ],
  "address" : [ {
    "use" : "work",
    "line" : [ "65692 Healthfirst Drive" ],
    "city" : "St. Louis",
    "state" : "MO"
  } ],
  "gender" : "female",
  "birthDate" : "1970-03-07",
  "communication" : [ {
    "coding" : [ {
      "system" : "urn:ietf:bcp:47",
      "code" : "fr",
      "display" : "French"
    } ]
  } ]
}