Create Family Member History

POST {{baseUrl}}/api/v2/FamilyMemberHistory

Overview:

Adds new family health history records to the system, facilitating the seamless integration of updated genetic and familial health data and supporting efficient documentation of hereditary health factors within healthcare applications.

This is supported only in ELATION.

Use Cases:

  • Record Family History: Store details of family health

  • Submit Health Records: Add family member health records

  • Document Genetic Conditions: Record information on genetic conditions

  • Log Disease History: Add family member disease history

  • Capture Medical Background: Record family medical background

Request Body

{"context"=>{"departmentId"=>"<string>"}, "data"=>{"resourceType"=>"FamilyMemberHistory", "patient"=>{"reference"=>"<string>"}, "relationship"=>{"coding"=>[{"code"=>"<integer>", "display"=>"<string>"}, {"code"=>"<integer>", "display"=>"<string>"}]}, "condition"=>[{"code"=>{"coding"=>[{"code"=>"<integer>", "display"=>"<string>", "system"=>"<string>"}, {"code"=>"<integer>", "display"=>"<string>", "system"=>"<string>"}]}, "note"=>[{"text"=>"<string>"}, {"text"=>"<string>"}], "onsetAge"=>{"value"=>"<integer>"}}, {"code"=>{"coding"=>[{"code"=>"<integer>", "display"=>"<string>", "system"=>"<string>"}, {"code"=>"<integer>", "display"=>"<string>", "system"=>"<string>"}]}, "note"=>[{"text"=>"<string>"}, {"text"=>"<string>"}], "onsetAge"=>{"value"=>"<integer>"}}]}}

HEADERS

KeyDatatypeRequiredDescription
x-source-idstring(Required) The source id provided for connecting to the data source
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{&quot;context&quot;:{&quot;requestId&quot;:&quot;\u003cstring\u003e&quot;,&quot;source&quot;:&quot;\u003cstring\u003e&quot;,&quot;quorum&quot;:&quot;\u003cboolean\u003e&quot;,&quot;notify&quot;:&quot;\u003cboolean\u003e&quot;},&quot;data&quot;:{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;}}