--- type: "codesystem" title: "Family History Status" codesystem: "history-status" --- # Family History Status - **Official URL**: http://hl7.org/fhir/history-status - **Version**: 6.0.0 - **Status**: active - **Name**: FamilyHistoryStatus - **Title**: Family History Status - **Publisher**: HL7 (FHIR Project) - **Description**: A code that identifies the status of the family history record. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | partial | Partial | Some health information is known and captured, but not complete - see notes for details. | | completed | Completed | All available related health information is captured as of the date (and possibly time) when the family member history was taken. | | entered-in-error | Entered in Error | This instance should not have been part of this patient's medical record. | | health-unknown | Health Unknown | Health information for this family member is unavailable/unknown. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="A code that identifies the status of the family history record."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/history-status"/> <content value="complete"/> <concept> <code value="partial"/> <display value="Partial"/> <definition value="Some health information is known and captured, but not complete - see notes for details."/> </concept> <concept> <code value="completed"/> <display value="Completed"/> <definition value="All available related health information is captured as of the date (and possibly time) when the family member history was taken."/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered in Error"/> <definition value="This instance should not have been part of this patient's medical record."/> </concept> <concept> <code value="health-unknown"/> <display value="Health Unknown"/> <definition value="Health information for this family member is unavailable/unknown."/> </concept> </CodeSystem> ```