DO.IBR.04 Beneficiary
DO.IBR.04 Beneficiary
Attribute
Type
Cardinality
Description
Example of JSON Data Structure for a Family Assistance Unit Beneficiary
{
"@context": {
"spdci": "https://schema.spdci.org/extensions/ibr/v1/",
"social": "https://schema.spdci.org/extensions/social/v1/",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"owl": "http://www.w3.org/2002/07/owl#",
"common": "https://schema.spdci.org/common/v1/"
},
"@type": "spdci:Beneficiary",
"assistance_unit": "family",
"group": {
"@type": "Group",
"group_identifier": [
{
"@type": "Identifier",
"identifier_type": "UIN",
"identifier_value": "847951632"
}
],
"group_type": "family",
"place_address":0,
"address": {
"@type": "Address",
"street_address": "123 Main St",
"city": "Anytown",
"postal_code": "12345",
"country": "CountryName"
}
},
"programme_identifier": [
{
"programme_name": "Health Support Program",
"programme_code": "HSP001"
},
{
"programme_name": "Education Aid",
"programme_code": "EDU001"
}
],
"enrollment_date": "2023-01-01T08:00:00Z",
"enrollment_status": "active",
"status_change_date": ["2023-01-01T08:00:00Z"],
"benefits": [
{
"@type": "Benefit",
"benefit_name": "Healthcare Coverage",
"benefit_amount": "1000",
"currency": "USD",
"date_received": "2023-01-01T08:00:00Z"
},
{
"@type": "Benefit",
"benefit_name": "Educational Grant",
"benefit_amount": "500",
"currency": "USD",
"date_received": "2023-01-01T08:00:00Z"
}
]
}
Example of JSON Data Structure for a Person/Group Member Assistance Unit Beneficiary
JSON-LD file on GitHub
Last updated
Was this helpful?

