Skip to content

Enum: FamilyHistoryStatus

Status of family history information availability

URI: valuesets:FamilyHistoryStatus

Permissible Values

Value Meaning Description
COMPLETED HL7:observation-status#final All relevant family history information has been obtained
PARTIAL HL7:observation-status#preliminary Some family history information is available but not complete
UNKNOWN HL7:data-absent-reason#unknown Family history status is unknown
UNABLE_TO_OBTAIN HL7:data-absent-reason#patient-refused Information could not be obtained due to patient/family constraints
NOT_ASKED HL7:data-absent-reason#not-asked Family history information was not requested

Slots

Name Description
family_history_status Status of family history information

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: FamilyHistoryStatus
description: Status of family history information availability
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  COMPLETED:
    text: COMPLETED
    description: All relevant family history information has been obtained
    meaning: HL7:observation-status#final
  PARTIAL:
    text: PARTIAL
    description: Some family history information is available but not complete
    meaning: HL7:observation-status#preliminary
  UNKNOWN:
    text: UNKNOWN
    description: Family history status is unknown
    meaning: HL7:data-absent-reason#unknown
  UNABLE_TO_OBTAIN:
    text: UNABLE_TO_OBTAIN
    description: Information could not be obtained due to patient/family constraints
    meaning: HL7:data-absent-reason#patient-refused
  NOT_ASKED:
    text: NOT_ASKED
    description: Family history information was not requested
    meaning: HL7:data-absent-reason#not-asked