FamilyMemberHistory

The FamilyMemberHistory resource describes significant health events and conditions for a person related to the patient relevant in the context of care for the patient. This resource returns the current status, age, and medical and surgical history of relatives related to a specific patient.

FHIR Resource: FamilyMemberHistory https://www.hl7.org/fhir/familymemberhistory.html

Supported Attributes

NameComment
patient
status
name
relationship
gender
born
deceased
condition
condition.code
condition.outcome
condition.onset
condition.note
https://www.healthgorilla.com/fhir/StructureDefinition/record-recorderRecorder (Participant)
https://api.healthgorilla.com/fhir/FamilyMemberHistory

FHIR Operations

The following operations are currently supported:

1. Read

HTTP RequestMethodAction
/FamilyMemberHistory/{ID}GETRetrieve FamilyMemberHistory resource by ID

2. Search

HTTP RequestMethodAction
/FamilyMemberHistory?[parameter={value}]GETRetrieve FamilyMemberHistory resources by the specified search criteria

Parameters:

KeyTypeDescription
patientReferencePatient Identifier
_lastUpdatedDate
_offsetNumber
_countNumber

Examples

2.1 Retrieve FamilyMemberHistory records by patient

https://api.healthgorilla.com/fhir/FamilyMemberHistory?patient=8063965523692105bfc35def

2.2 Search records updated since March 2019

https://api.healthgorilla.com/fhir/FamilyMemberHistory?_lastUpdated=gt2019-03&_offset=0&_count=5

2.3 Retrieve records for the given patient updated in 2018

https://api.healthgorilla.com/fhir/FamilyMemberHistory?patient=8063965523692105bfc35def&_lastUpdated=2018

3. Create

HTTP RequestMethodAction
/FamilyMemberHistoryPOSTCreates FamilyMemberHistory resource

The following attributes are required:

NameDetails
patient
status
relationship

4. Update

HTTP RequestMethodAction
/FamilyMemberHistory/{ID}PUTUpdates FamilyMemberHistory resource

The following attributes are immutable:

NameDetails
patient
recorder

5. Delete

HTTP RequestMethodAction
/FamilyMemberHistory/{ID}DELETEDeletes FamilyMemberHistory resource