Request

Operationcreate RelatedPerson
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/RelatedPerson
ResourceRelatedPersonIdd2726cf1b4444847ae6a0c96c153b22e
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "RelatedPerson",
  "id" : "d2726cf1b4444847ae6a0c96c153b22e",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <table>\n        <tbody>\n          <tr>\n            <td>Name</td>\n            <td>Peter Chalmers</td>\n          </tr>\n          <tr>\n            <td>Address</td>\n            <td>534 Erewhon, Pleasantville, Vic, 3999</td>\n          </tr>\n          <tr>\n            <td>Contacts</td>\n            <td>Work: (03) 5555 6473</td>\n          </tr>\n        </tbody>\n      </table>\n    </div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/relatedperson",
    "value" : "pQghiwqf3Df-6986"
  } ],
  "patient" : {
    "reference" : "Patient/C72AWDCHWM3O4RFH"
  },
  "relationship" : [ {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
      "code" : "C"
    } ]
  } ],
  "name" : [ {
    "use" : "official",
    "family" : "Chalmers",
    "given" : [ "Peter", "James" ]
  } ],
  "telecom" : [ {
    "system" : "phone",
    "value" : "(03) 5555 6473",
    "use" : "work"
  } ],
  "gender" : "male",
  "address" : [ {
    "use" : "home",
    "line" : [ "534 Erewhon St" ],
    "city" : "PleasantVille",
    "state" : "Vic",
    "postalCode" : "3999"
  } ],
  "period" : {
    "start" : "2021-03-11"
  }
}