cbrn:RelatedCase
A case that is related to a case of interest.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:CaseRelationshipType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RelationshipBeginDateTime [0..*] DateTime a relationship began.
- cbrn:RelationshipEndDateTime [0..*] DateTime a relationship ended.
- cbrn:RelatedCaseUUID [0..*] The identifier of a case that is related in some manner to a case of interest.
- cbrn:CaseRelationshipKindCode [0..*] The kind of relationship between two cases.
- cbrn:CaseRelationshipDescriptionText [0..*] A description of the nature, reason, status, etc of the relationship.
from type cbrn:EncounterRelationshipType
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 cbrn:CaseSetType (Element cbrn:CaseSet)
Sample instance
<cbrn:RelatedCase> <cbrn:RelationshipBeginDateTime>2000-01-01T12:00:00</cbrn:RelationshipBeginDateTime> <cbrn:RelationshipEndDateTime>2000-01-01T12:00:00</cbrn:RelationshipEndDateTime> <cbrn:RelatedCaseUUID>string</cbrn:RelatedCaseUUID> <cbrn:CaseRelationshipKindCode>Child</cbrn:CaseRelationshipKindCode> <cbrn:CaseRelationshipDescriptionText>string</cbrn:CaseRelationshipDescriptionText> </cbrn:RelatedCase>