nc:Drug
A legal or illegal substance that can be used as a medicine or a narcotic.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: lexs.gov/niem/niem-core/2.0/niem-core.xsd
Type: nc:DrugType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:ItemDescriptionText [0..1]A description of an item.
- nc:ItemSerialIdentification [0..1]An identification inscribed on or attached to a part, collection of parts, or complete unit by the manufacturer.
- nc:ItemStatus [0..1]A status of an item.
- nc:ItemValue [0..1]An evaluation of the monetary worth of an item.
- nc:ItemCategoryText [0..1]A kind of property item.
- Choice [0..3]
- nc:ItemColorDescriptionTextA description of the overall color of an item.
- nc:VehicleColorPrimaryCodeA single, upper-most, front-most, or majority color of a vehicle.
- nc:VehicleColorSecondaryCodeA lower-most or rear-most color of a two-tone vehicle or a lesser color of a multi-colored vehicle.
- nc:VesselColorPrimaryCodeA color of the majority of a vessel.
- nc:VesselColorSecondaryCodeA minor color of a vessel.
from subst. group nc:ItemColor - nc:ItemHeightMeasure [0..1]A measurement of the height of an item.
- nc:ItemLengthMeasure [0..1]A measurement of the length of an item.
- nc:ItemMakeName [0..1]A name of the manufacturer that produced an item.
- nc:ItemModelName [0..1]A name of a specific design or kind of item made by a manufacturer.
- nc:ItemModelYearDate [0..1]A year in which an item was manufactured or produced.
- nc:ItemQuantity [0..1]A count of the individual units which make up an item.
- nc:ItemSizeDescriptionText [0..1]A description of the size or physical dimensions of an item.
- nc:VehicleStyleCode [0..1]A style of a vehicle.
- nc:ItemWeightMeasure [0..1]A measurement of the weight of an item.
- nc:ItemWidthMeasure [0..1]A measurement of the width of an item.
- nc:SubstanceCategoryText [0..*]A kind of substance.
- Choice [0..1]
- j:DrugDEACodeA drug.
- j:HazardousMaterialCodeA hazardous material.
from subst. group nc:SubstanceCode - nc:SubstanceContainerDescriptionText [0..1]A description of a container used to hold a substance.
- nc:SubstanceQuantityMeasure [0..1]A quantity of a substance being described.
- nc:SubstanceCompositionDescriptionText [0..1]A description of the ingredients or makeup of a substance.
- nc:SubstanceFormText [0..1]A physical state or form in which a substance appears.
- nc:SubstanceFoundDescriptionText [0..1]A description of where a substance was found.
from type nc:ItemTypefrom type nc:TangibleItemTypefrom subst. group nc:ItemCategoryfrom subst. group nc:ItemStylefrom type nc:SubstanceTypefrom subst. group nc:SubstanceCategory
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
- NIEM reference target from nc:ContainerReference
- NIEM reference target from nc:ConveyedItemReference
- NIEM reference target from nc:ItemReference
- NIEM reference target from nc:RoleOfItemReference
- Type lexsdigest:EntityDrugType (Element lexsdigest:EntityDrug)
Sample instance
<nc:Drug s:id="Drug1" s:metadata="MDrug1"> <nc:ItemDescriptionText>Cocaine powder seized from subject</nc:ItemDescriptionText> <nc:ItemStatus> <nc:StatusText>Held for evidence</nc:StatusText> </nc:ItemStatus> <nc:ItemValue> <nc:ItemValueAmount nc:currencyCode="USD">100</nc:ItemValueAmount> <nc:ItemValueDate> <nc:Date>1967-08-13</nc:Date> </nc:ItemValueDate> <nc:ItemValueDescriptionText>Estimated street value</nc:ItemValueDescriptionText> </nc:ItemValue> <nc:ItemCategoryText>Drugs</nc:ItemCategoryText> <nc:ItemColorDescriptionText>Pale white</nc:ItemColorDescriptionText> <nc:ItemQuantity>1</nc:ItemQuantity> <nc:ItemSizeDescriptionText>small packet</nc:ItemSizeDescriptionText> <nc:SubstanceCategoryText>Amphetamine</nc:SubstanceCategoryText> <j:DrugDEACode>A1</j:DrugDEACode> <nc:SubstanceContainerDescriptionText>plastic bag</nc:SubstanceContainerDescriptionText> <nc:SubstanceQuantityMeasure> <nc:MeasurePointValue>1</nc:MeasurePointValue> <nc:SubstanceUnitCode>OZ</nc:SubstanceUnitCode> </nc:SubstanceQuantityMeasure> <nc:SubstanceCompositionDescriptionText>Crystalline</nc:SubstanceCompositionDescriptionText> <nc:SubstanceFormText>white powder</nc:SubstanceFormText> <nc:SubstanceFoundDescriptionText>in subject pocket</nc:SubstanceFoundDescriptionText> </nc:Drug>