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
Endpoint URI
https://api.healthgorilla.com/fhir/FamilyMemberHistory
The following operations are currently supported:
HTTP Request Method Action /FamilyMemberHistory/{ID} GET Retrieve FamilyMemberHistory resource by ID
HTTP Request Method Action /FamilyMemberHistory?[parameter={value}] GET Retrieve FamilyMemberHistory resources by the specified search criteria
Parameters:
Key Type Description patient Reference Patient Identifier _lastUpdated Date _offset Number _count Number
HTTP GET
https://api.healthgorilla.com/fhir/FamilyMemberHistory?patient=8063965523692105bfc35def
HTTP GET
https://api.healthgorilla.com/fhir/FamilyMemberHistory?_lastUpdated=gt2019-03&_offset=0&_count=5
HTTP GET
https://api.healthgorilla.com/fhir/FamilyMemberHistory?patient=8063965523692105bfc35def&_lastUpdated=2018
HTTP Request Method Action /FamilyMemberHistory POST Creates FamilyMemberHistory resource
The following attributes are required:
Name Details patient status relationship
HTTP Request Method Action /FamilyMemberHistory/{ID} PUT Updates FamilyMemberHistory resource
The following attributes are immutable:
Name Details patient recorder
HTTP Request Method Action /FamilyMemberHistory/{ID} DELETE Deletes FamilyMemberHistory resource