Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/Patient
ResourcePatient
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Patient",
  "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 - Patient: Michael George Feelsgood</p></div>"
  },
  "identifier" : [ {
    "use" : "usual",
    "type" : {
      "coding" : [ {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MR"
      } ]
    },
    "system" : "urn:oid:1.2.36.146.595.217.0.1",
    "value" : "3788109874-65692",
    "period" : {
      "start" : "2011-03-07"
    },
    "assigner" : {
      "display" : "Acme Healthcare"
    }
  } ],
  "active" : true,
  "name" : [ {
    "use" : "official",
    "family" : "FeelsgoodCvApnrN",
    "given" : [ "MichaelCvApnrN", "George" ]
  } ],
  "telecom" : [ {
    "system" : "phone",
    "value" : "(310) 310 6986",
    "use" : "home"
  } ],
  "gender" : "male",
  "birthDate" : "1994-03-07",
  "deceasedBoolean" : false,
  "address" : [ {
    "use" : "home",
    "line" : [ "65692 Davis Ford Rd" ],
    "city" : "Manassas",
    "state" : "VA",
    "postalCode" : "20110"
  } ],
  "contact" : [ {
    "relationship" : [ {
      "coding" : [ {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
        "code" : "N"
      } ]
    } ],
    "name" : {
      "family" : "FeelsgoodCvApnrN",
      "given" : [ "Margaret" ]
    },
    "telecom" : [ {
      "system" : "phone",
      "value" : "(310) 310 6986",
      "use" : "home"
    } ],
    "address" : {
      "use" : "home",
      "line" : [ "65692 Davis Ford Rd" ],
      "city" : "Manassas",
      "state" : "VA",
      "postalCode" : "20110"
    },
    "gender" : "female"
  } ],
  "managingOrganization" : {
    "reference" : "Organization/C6AMX2YSOBJFNA64"
  }
}