PARTY_IDENTIFIED
- _typeenumconst:PARTY_IDENTIFIEDrequiredvalues
- P
A R T Y _ I D E N T I F I E D
- externalType: object · PARTY_REF
_ref Identifier for parties in a demographic or identity service.
- idrequired
- _typeDiscriminatorenumconst:ARCHETYPE_IDrequiredvalues
- A
R C H E T Y P E _ I D
- valueType: stringrequired
- namespaceType: stringrequired
- typeType: string
Pattern: ^PERSON|ORGANISATION|GROUP|AGENT|ROLE|PARTY|ACTOR$required
- identifiersType: array object[] · DV_IDENTIFIER[]
Type for representing identifiers of real-world entities. Typical identifiers include drivers licence number, social security number, veterans affairs number, prescription id, order id, and so on.
DV_IDENTIFIER is used to represent any identifier of a real thing, issued by some authority or agency.
- idType: stringrequired
- assignerType: string
- issuerType: string
- typeType: string
Examples
{
"_type": "PARTY_IDENTIFIED",
"external_ref": {
"id": {
"_type": "GENERIC_ID",
"value": "16b74749-e6aa-4945-b760-b42bdc07098a",
"scheme": "pid"
},
"namespace": "cataniamc.prod.cadasto.com",
"type": "PERSON"
}
}