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
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"context":{"requestId":"\u003cstring\u003e","source":"\u003cstring\u003e","quorum":"\u003cboolean\u003e","notify":"\u003cboolean\u003e"},"data":{"id":"\u003cinteger\u003e","status":"\u003cstring\u003e"}}