Access4LearningNA / NADM

North American Data Model
2 stars 2 forks source link

Unexpected 'identity' as child of 'identity' #143

Open rpp9999 opened 7 years ago

rpp9999 commented 7 years ago

There is a spot in the object that looks like a parent "identity" contains a child "identity", which sets off alarms for me. I think I understand the intent, that there is a human involved in an evaluation and that there is an interest in additional information about that human. As written though, it appears to me that "<identity>" can mean two different things, which I presume to be undesirable.

​/xIndividualizedEducationPlans​/xIndividualizedEducationPlan​/iepEligibility​/background​/consentToEvaluation​/identity​/identity

    <consentToEvaluation>
      <accepted/>
      <identity>
        <identity/>
        <qualification/>
        <date/>
        <contactInfo/>
        <intrinsicRole/>
      </identity>
    </consentToEvaluation>