FamilyHistoryCondition
A family history condition record for a client
Fields
relationships
· [String!]
· Enum field for family relationships snomed_term
· SnomedTerm
· snomed term associated with the condition Used By
Definition
"""A family history condition record for a client"""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}