Patient
POST {{host}}/fhir/Patient
Request Body
{"resourceType"=>"Patient", "id"=>"{{fhir_patient_id_1}}", "text"=>{"status"=>"generated", "div"=>"<div xmlns=\"http://www.w3.org/1999/xhtml\">Generated by <a href=\"https://github.com/synthetichealth/synthea\">Synthea</a>.Version identifier: v2.4.0-404-ge7ce2295\n . Person seed: -2459295241513827627 Population seed: 0</div>"}, "identifier"=>[{"system"=>"https://github.com/synthetichealth/synthea", "value"=>"{{fhir_patient_id_1}}"}], "name"=>[{"use"=>"official", "family"=>"Jerde200", "given"=>["Floyd420"], "prefix"=>["Mr."]}], "telecom"=>[{"system"=>"phone", "value"=>"555-114-6492", "use"=>"home"}], "gender"=>"male", "birthDate"=>"1917-08-06", "deceasedDateTime"=>"2013-02-10T09:04:10-05:00", "address"=>[{"extension"=>[{"url"=>"http://hl7.org/fhir/StructureDefinition/geolocation", "extension"=>[{"url"=>"latitude", "valueDecimal"=>42.37931378112332}, {"url"=>"longitude", "valueDecimal"=>-70.90455248443486}]}], "line"=>["648 Walker Ranch"], "city"=>"Boston", "state"=>"Massachusetts", "postalCode"=>"02108", "country"=>"US"}], "maritalStatus"=>{"coding"=>[{"system"=>"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus", "code"=>"M", "display"=>"M"}], "text"=>"M"}, "multipleBirthBoolean"=>false, "communication"=>[{"language"=>{"coding"=>[{"system"=>"urn:ietf:bcp:47", "code"=>"en-US", "display"=>"English"}], "text"=>"English"}}], "meta"=>{"versionId"=>"1", "lastUpdated"=>"2023-09-20T06:15:22.541+00:00"}, "link"=>[{"other"=>{"reference"=>"Patient/{{fhir_patient_id}}", "display"=>"P. van de Heuvel"}, "type"=>"seealso"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
prefer | string |