familymemberhistory.csv

In the FHIR to Manifest operation, this file contains information on the family member history reflected in the FHIR bundle.

In FHIR, a patient can have 0:N FamilyMemberHistory resources, each of which can have 0:N conditions. The manifest will contain one row for each FamilyMemberHistory/condition combination.

For example, if a patient has the following FamilyMemberHistory resources:

  • Brother, with 0 conditions
  • Mother, with 2 conditions
  • Father, with 3 conditions

There would be a total of 6 rows in the manifest: 1 for the brother, 2 for the mother (one for each condition), and 3 for the father (one for each condition).

Columns

resource_id string

The unique resource identifier from the FHIR bundle field familymemberhistory.id.

identifier string

The primary business identifier for the family member record.

date date

The date when the history was recorded or last updated, as formatted in the FHIR bundle.

status_code, status_display, and status_code_system string

The code, display, and code system of the family history record status (e.g., completed or partial).

relationship_source_code, relationship_source_display, relationship_source_code_system, and relationship_source_code_text string

The code, display, code system, and text representing the patient’s relationship with the family member, as provided by the source.

relationship_hl7code, relationship_hl7display string

The HL7 Family Member value set code/display associated with the family member’s relationship to the patient.

sex_code, sex_display, sex_code_system, and sex_code_text string

The code, display, code system, and text of the family member’s sex.

born_date and born_string see description

The family member’s date of birth as a date (as formatted in the FHIR bundle) and a freeform text string. Typically only one of these fields will be present in the FHIR bundle, but the manifest will reflect all available values.

age_string see description

The family member’s age as a freeform text string.

deceased_boolean, deceased_date, deceased_string see description

Indicate whether the family member is deceased, the date of death, and any notes about their death. Typically only one of these fields will be present in the FHIR bundle, but the manifest will reflect all available values.

condition_source_code, condition_source_display, condition_source_code_system, and condition_source_code_text string

The code, display, code system, and text components of the condition that the family member had, as provided by the source.

condition_icd10code[N] and condition_icd10display[N] string

The code and display string for any ICD10 codes associated with the condition the family member had. Each pair will be numbered sequentially, e.g., condition_icd10code1 and condition_icd10display2, condition_icd10code2 and condition_icd10display2, etc.

condition_snomedcode[N] and condition_snomeddisplay[N] string

The code and display string for any SNOMED codes associaed with the condition the family member had. Each pair will be numbered sequentially, e.g., condition_snomedcode1 and condition_snomeddisplay1, condition_snomedcode2 and condition_snomeddisplay2 etc.

condition_contributed_to_death boolean

Whether the condition contributed to the death of the family member.

condition_onset_date and condition_onset_string see description

The onset of the condition, as both a date (as formatted in the FHIR bundle familymemberhistory.onsetPeriod.start field) and a freeform text string.

patient_id string

The patient identifier of the patient for whom the family member history was documented. Uniquely identifies a row in patients.csv.

metadata_id string

Reflects the origin of the data. Uniquely identifies a row in metadata.csv.