OBJECT

FamilyHistoryCondition

A family history condition record for a client

link GraphQL Schema definition

  • type FamilyHistoryCondition {
  • # The unique identifier of the family history condition
  • id: ID!
  • # Enum field for family relationships
  • relationships: [String!]
  • # snomed term associated with the condition
  • snomed_term: SnomedTerm
  • }