{
"resourceType" : "FamilyMemberHistory",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // External Id(s) for this record
"patient" : { Reference(Patient) }, // R! Patient history is about
"date" : "<dateTime>", // When history was captured/updated
"status" : "<code>", // R! partial | completed | entered-in-error | health-unknown
"name" : "<string>", // The family member described
"relationship" : { CodeableConcept }, // R! Relationship to the subject
"gender" : "<code>", // male | female | other | unknown
// born[x]: (approximate) date of birth. One of these 3:
"bornPeriod" : { Period },
"bornDate" : "<date>",
"bornString" : "<string>",
// age[x]: (approximate) age. One of these 3:
"ageQuantity" : { Quantity(Age) },
"ageRange" : { Range },
"ageString" : "<string>",
// deceased[x]: Dead? How old/when?. One of these 5:
"deceasedBoolean" : <boolean>,
"deceasedQuantity" : { Quantity(Age) },
"deceasedRange" : { Range },
"deceasedDate" : "<date>",
"deceasedString" : "<string>",
"note" : { Annotation }, // General note about related person
"condition" : [{ // Condition that the related person had
"code" : { CodeableConcept }, // R! Condition suffered by relation
"outcome" : { CodeableConcept }, // deceased | permanent disability | etc.
// onset[x]: When condition first manifested. One of these 4:
"onsetQuantity" : { Quantity(Age) },
"onsetRange" : { Range },
"onsetPeriod" : { Period },
"onsetString" : "<string>",
"note" : { Annotation } // Extra information about condition
}]
}
FamilyMemberHistory Search Parameters
The following search parameters can be used to query FamilyMemberHistory resources. Just submit them like so: