Request

OperationupdateCreate Organization
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Organization/a6e97bc748124df790032ef097994163
ResourceOrganizationIda6e97bc748124df790032ef097994163
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Organization",
  "id" : "a6e97bc748124df790032ef097994163",
  "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 - Organization: Happy Valley Clinic</p></div>"
  },
  "identifier" : [ {
    "use" : "official",
    "system" : "http://happyvalley.com/organization",
    "value" : "3788109874-310-02118670"
  } ],
  "active" : true,
  "name" : "Happy Valley Clinic 6LyrBteu4C",
  "telecom" : [ {
    "system" : "phone",
    "value" : "(+1) 310-310-6986"
  } ]
}