scr:ScreeningPerson
Additional information about a person.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:ScreeningPersonType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:RoleOfPersonReference [0..*] A person of whom the role object is a function.
- scr:PersonCategory [0..*] A classification of PERSON.
- scr:PersonRole [0..*] A part played by a Person in an Encounter.
- scr:PersonTelephoneNumber [0..*] An association between a PERSON and TELEPHONE
- scr:PersonIdentification [0..*] An identifier that represents a PERSON.
- scr:Biographic [0..*] A description of a PERSON at a specific point in time
- scr:BirthPlaceNearLargeCityName [0..*] The urban area nearest to where an individual was born.
- scr:BirthplaceNearLargeCityDistanceMilesLengthMeasure [0..*] The number of miles between the location where an individual was born, and the nearest urban area.
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 |
Sample instance
<scr:ScreeningPerson> <nc:RoleOfPersonReference/> <scr:PersonCategory> <scr:PersonCategoryCode>Alien</scr:PersonCategoryCode> <scr:PersonCategoryDescriptionText>string</scr:PersonCategoryDescriptionText> </scr:PersonCategory> <scr:PersonRole> <scr:PersonRoleID>string</scr:PersonRoleID> <scr:PersonRoleEffectiveDate> <nc:Date>2000-01-01</nc:Date> </scr:PersonRoleEffectiveDate> <scr:PersonRoleEndDate> <nc:Date>2000-01-01</nc:Date> </scr:PersonRoleEndDate> <scr:PersonRoleCategoryCode>Attorney</scr:PersonRoleCategoryCode> <scr:PersonRoleCategoryText>string</scr:PersonRoleCategoryText> </scr:PersonRole> <scr:PersonTelephoneNumber> <nc:FullTelephoneNumber> <nc:TelephoneNumberFullID>string</nc:TelephoneNumberFullID> <nc:TelephoneSuffixID>string</nc:TelephoneSuffixID> </nc:FullTelephoneNumber> </scr:PersonTelephoneNumber> <scr:PersonIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </scr:PersonIdentification> <scr:Biographic> <scr:BiographicIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </scr:BiographicIdentification> <scr:UnknownSubjectIndicator>true</scr:UnknownSubjectIndicator> <scr:ReligionCategoryCode>SHIIT</scr:ReligionCategoryCode> <scr:BirthID>string</scr:BirthID> <scr:ComplexionCategoryCode>DRK</scr:ComplexionCategoryCode> <scr:BirthplaceNearLargeCityDistanceMilesLengthMeasure> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:LengthUnitCode>HMT</nc:LengthUnitCode> </scr:BirthplaceNearLargeCityDistanceMilesLengthMeasure> <scr:BirthPlaceNearLargeCityName>string</scr:BirthPlaceNearLargeCityName> </scr:Biographic> <scr:BirthPlaceNearLargeCityName>string</scr:BirthPlaceNearLargeCityName> <scr:BirthplaceNearLargeCityDistanceMilesLengthMeasure> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:LengthUnitCode>HMT</nc:LengthUnitCode> </scr:BirthplaceNearLargeCityDistanceMilesLengthMeasure> </scr:ScreeningPerson>