scr:Detention
A period of temporary custody of a PERSON that precedes disposition by a court.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:DetentionAugmentationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- scr:MedicationText [0..*] The text that describes the medication that needs to be provided during DETENTION.
- scr:InmateNumber [0..*] The number assigned to the DETENTION by the detention facility.
- scr:ProjectedReleaseDate [0..*] The date on which the DETENTION is predicted to be over
- scr:SentenceDate [0..*] The date of sentence for the DETENTION
- scr:ReleaseReasonCategoryCode [0..*] A kind of detention release reason.
- scr:ReleaseReasonCategoryDescriptionText [0..*] A description of a kind of detention release reason.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:AugmentationType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:AugmentationType |
Used in
- Type scr:EnforcementEncounterType (Element scr:EnforcementEncounter)
Sample instance
<scr:Detention> <scr:MedicationText>string</scr:MedicationText> <scr:InmateNumber>string</scr:InmateNumber> <scr:ProjectedReleaseDate> <nc:Date>2000-01-01</nc:Date> </scr:ProjectedReleaseDate> <scr:SentenceDate> <nc:Date>2000-01-01</nc:Date> </scr:SentenceDate> <scr:ReleaseReasonCategoryCode>BDLF</scr:ReleaseReasonCategoryCode> <scr:ReleaseReasonCategoryDescriptionText>string</scr:ReleaseReasonCategoryDescriptionText> </scr:Detention>