nc:PersonIntoxication
A physiological state of a person due to the presence of drugs, alcohol, or another toxic substance.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:IntoxicationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:IntoxicationLevelText [0..*] A degree to which a person is intoxicated or under the influence of a substance.
- nc:IntoxicationTestCategoryText [0..*] A kind of test performed to determine the nature and/or level of intoxication of a person.
- nc:IntoxicationAlcoholInvolvedIndicator [0..*] True if alcohol contributed to the intoxication of a person; false otherwise.
- nc:IntoxicationDrugInvolvedIndicator [0..*] True if a drug contributed to the intoxication of a person; false otherwise.
- nc:IntoxicationIntoxicantIllegalIndicator [0..*] True if a substance that contributed to the intoxication of a person was illegal at the time and location of the event; false if it was legal.
- Choice [0..*]
- nc:IntoxicationIntoxicantCategoryCode A kind of substance by which a person is intoxicated.
- nc:IntoxicationIntoxicantCategoryText A kind of substance by which a person is intoxicated.
from subst. group nc:IntoxicationIntoxicantCategory - nc:IntoxicationOverLimitIndicator [0..*] True if the quantity of an intoxicating substance in the system of a person is over the legal limit; false otherwise.
- nc:IntoxicationTester [0..*] An entity which administers a test to determine the intoxication of a person.
- nc:IntoxicationTestDate [0..*] A date a test of intoxication was performed.
- nc:IntoxicationTestDescriptionText [0..*] A description of a test performed to determine the nature and/or level of intoxication of a person.
- nc:IntoxicationRelatedActivity [0..*] An activity in which the intoxication of a person was suspected or measured.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type scr:ChildType via extension of nc:PersonType (Element scr:Child)
- Type nc:PersonType (Elements im:SchoolOwner, ip:Crew, it:CrewMember, it:RepresentativePerson, j:ActivityOfficial, j:DrivingIncidentPassenger, j:EvidenceCollector, j:MissingPersonDeclarationPerson, j:PersonPrimaryWorker, j:PersonReferralWorker, j:PropertySeizureOwningPerson, j:PropertySeizurePossessingPerson, j:ProtectionOrderRestrictedPerson, j:ServiceCallDispatcher, j:ServiceCallOperator, j:ServiceCallOriginator, j:ServiceCallResponsePerson, j:SubjectInvolvementPerson, j:SupervisionRestrictionPerson, j:TargetPerson, j:VictimPerson, j:VisitationRestrictedAccessPerson, j:VisitationVisitor, scr:AgentPerson, nc:AssessmentPerson, nc:ContactResponder, nc:DisciplinaryActionPerson, nc:DocumentEntrySubmitter, nc:DriverLicenseIssuedPerson, nc:DriverLicensePerson, nc:Employee, nc:EmployeeSupervisor, nc:EntityPerson, nc:IdentityPersonRepresentation, nc:ImageOperator, nc:InjuryCauserPerson, nc:InjurySustainer, nc:OrganizationPrincipalOfficial, nc:Person, nc:ProgramPerson, nc:ReferralPerson, nc:ReleasePerson, nc:SchedulePerson, nc:SupervisionPerson)
Sample instance
<nc:PersonIntoxication> <nc:IntoxicationLevelText>string</nc:IntoxicationLevelText> <nc:IntoxicationTestCategoryText>string</nc:IntoxicationTestCategoryText> <nc:IntoxicationAlcoholInvolvedIndicator>true</nc:IntoxicationAlcoholInvolvedIndicator> <nc:IntoxicationDrugInvolvedIndicator>true</nc:IntoxicationDrugInvolvedIndicator> <nc:IntoxicationIntoxicantIllegalIndicator>true</nc:IntoxicationIntoxicantIllegalIndicator> <nc:IntoxicationIntoxicantCategoryCode>A</nc:IntoxicationIntoxicantCategoryCode> <nc:IntoxicationOverLimitIndicator>true</nc:IntoxicationOverLimitIndicator> <nc:IntoxicationTester> <nc:EntityOrganizationReference/> </nc:IntoxicationTester> <nc:IntoxicationTestDate> <nc:Date>2000-01-01</nc:Date> </nc:IntoxicationTestDate> <nc:IntoxicationTestDescriptionText>string</nc:IntoxicationTestDescriptionText> <nc:IntoxicationRelatedActivity> <nc:ActivityIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:ActivityIdentification> <nc:ActivityCategoryText>string</nc:ActivityCategoryText> <nc:ActivityDate> <nc:Date>2000-01-01</nc:Date> </nc:ActivityDate> <nc:ActivityDescriptionText>string</nc:ActivityDescriptionText> <nc:ActivityName>string</nc:ActivityName> <nc:ActivityReasonText>string</nc:ActivityReasonText> <nc:ActivityDisposition> <nc:DispositionEntity>... </nc:DispositionEntity> <nc:DispositionDate>... </nc:DispositionDate> <nc:DispositionDescriptionText>string</nc:DispositionDescriptionText> <nc:DispositionReasonText>string</nc:DispositionReasonText> <nc:DispositionReportedAuthorityText>string</nc:DispositionReportedAuthorityText> <nc:DispositionText>string</nc:DispositionText> <nc:DispositionCategoryText>string</nc:DispositionCategoryText> <nc:DispositionInstrument>... </nc:DispositionInstrument> </nc:ActivityDisposition> </nc:IntoxicationRelatedActivity> </nc:PersonIntoxication>