EducationOrganizationInterventionPrescriptionAssociation

Entity Type: Association

Ed-Fi ID: 595

Definition

This association indicates interventions made available by an education organization. Often, a district-level education organization purchases a set of intervention prescriptions and makes them available to its schools for use on demand.

References

PropertyDatatypeIdentityCardinalityDefinition
EducationOrganizationDomainEntityPropertyYesrequiredThe EducationalOrganization, often times a district, which is making the InterventionPrescription available to its hierarchy. In some cases, it may be an education organization network instead of a district.
InterventionPrescriptionInterventionPrescriptionDomainEntityPropertyYesrequiredThe InterventionPrescription being made available by the EducationOrganization.
BeginDateDatePropertyNooptionalThe begin date of the period during which the InterventionPrescription is available.
EndDateDatePropertyNooptionalThe end date of the period during which the InterventionPrescription is available.

XSD

<xs:complexType name="EducationOrganizationInterventionPrescriptionAssociation">
  <xs:annotation>
    <xs:documentation>This association indicates interventions made available by an education organization. Often, a district-level education organization purchases a set of intervention prescriptions and makes them available to its schools for use on demand.</xs:documentation>
    <xs:appinfo>
      <ann:TypeGroup>Association</ann:TypeGroup>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ComplexObjectType">
      <xs:sequence>
        <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
          <xs:annotation>
            <xs:documentation>The EducationalOrganization, often times a district, which is making the InterventionPrescription available to its hierarchy. In some cases, it may be an education organization network instead of a district.</xs:documentation>
          </xs:annotation>

        </xs:element>
        <xs:element name="InterventionPrescriptionReference" type="InterventionPrescriptionReferenceType">
          <xs:annotation>
            <xs:documentation>The InterventionPrescription being made available by the EducationOrganization.</xs:documentation>
          </xs:annotation>

        </xs:element>
        <xs:element name="BeginDate" type="xs:date" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The begin date of the period during which the InterventionPrescription is available.</xs:documentation>
          </xs:annotation>

        </xs:element>
        <xs:element name="EndDate" type="xs:date" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The end date of the period during which the InterventionPrescription is available.</xs:documentation>
          </xs:annotation>

        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

SQL Snippet

edfi.EducationOrganizationInterventionPrescriptionAssociation

EducationOrganizationId [INT] NOT NULL
InterventionPrescriptionEducationOrganizationId [INT] NOT NULL
InterventionPrescriptionIdentificationCode [NVARCHAR](60) NOT NULL
BeginDate [DATE] NULL
EndDate [DATE] NULL
CreateDate [DATETIME] NOT NULL
LastModifiedDate [DATETIME] NOT NULL
Id [UNIQUEIDENTIFIER] NOT NULL

Primary Keys:
EducationOrganizationId
InterventionPrescriptionEducationOrganizationId
InterventionPrescriptionIdentificationCode