Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/Person
ResourcePerson
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Person",
  "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 - Person: Thomas Pieterson</p></div>"
  },
  "identifier" : [ {
    "use" : "official",
    "system" : "http://happyvalley.com/person",
    "value" : "3788109874-65692"
  } ],
  "name" : [ {
    "use" : "official",
    "family" : "PietersonCvApnrN",
    "given" : [ "ThomasCvApnrN" ]
  } ],
  "telecom" : [ {
    "system" : "phone",
    "value" : "(310) 310 6986",
    "use" : "home"
  } ],
  "gender" : "male",
  "birthDate" : "1984-03-07",
  "address" : [ {
    "use" : "home",
    "line" : [ "65692 Caring Drive" ],
    "city" : "NorthfieldZxiTCqgC",
    "state" : "MN"
  } ],
  "managingOrganization" : {
    "reference" : "Organization/C6AMX5R3OMWMENOY"
  },
  "active" : true
}