FamilyHistoryStatus

public enum FamilyHistoryStatus: String

A code that identifies the status of the family history record.

URL: http://hl7.org/fhir/history-status ValueSet: http://hl7.org/fhir/ValueSet/history-status

  • Some health information is known and captured, but not complete - see notes for details.

    Declaration

    Swift

    case partial = "partial"
  • All available related health information is captured as of the date (and possibly time) when the family member history was taken.

    Declaration

    Swift

    case completed = "completed"
  • This instance should not have been part of this patient’s medical record.

    Declaration

    Swift

    case enteredInError = "entered-in-error"
  • Health information for this individual is unavailable/unknown.

    Declaration

    Swift

    case healthUnknown = "health-unknown"