scr:Device
An identifier that represents an ENCOUNTER DEVICE.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:EncounterDeviceType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- scr:EncounterDeviceID [0..*] An identifier for a device that is specific to its deployment site or operating organization.
- scr:EncounterDeviceClassification [0..*] A kind of encounter device.
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 scr:DeviceReference
Sample instance
<scr:Device> <scr:EncounterDeviceID>string</scr:EncounterDeviceID> <scr:EncounterDeviceClassification> <scr:EncounterDeviceCategoryCode>SCANNER</scr:EncounterDeviceCategoryCode> <scr:EncounterDeviceDescriptionText>string</scr:EncounterDeviceDescriptionText> </scr:EncounterDeviceClassification> </scr:Device>