Skip to content

PCS term

A term in the Philanthropy Classification System (PCS).

Visit taxonomy.candid.org for more information.

Property Type Required Description
term string Yes The term for the organization type.
Classification string Yes The class for the organization type.
code string Yes The code for the organization type.
description string No The description for the organization type.

A JSON example of this model.

{
"term": "Hospital",
"class": "Organization types",
"description": "Institutions with the primary purpose of providing in-patient physical and mental health services...",
"code": "EO000000"
}
VersionChangesSchema
0.2.0
  • Added PCSTerm model
PCSTerm.yaml

The class to which the PCS term belongs.

Value Description
orgTypes The class for organization types.
subjects The class for subjects.
populationGroups The class for population groups.
transactionTypes The class for transaction types.
supportStrategies The class for support strategies.

A JSON example of this model.

"Organization types"

PCS terms are divided into the following sub-types based on the class property:

A PCSTerm where the class is "Organization types". Categorizes the type of organization receiving philanthropic support.

See PCS organization types for more information.

A JSON example of this model.

{
"class": "Organization types",
"term": "Hospital",
"description": "Institutions with the primary purpose of providing in-patient physical and mental health services...",
"code": "EO000000"
}

A PCSTerm where the class is "Subjects". Categorizes the subject or focus of philanthropic activities.

See PCS subjects for more information.

A JSON example of this model.

{
"class": "Organization types",
"term": "Hospital",
"description": "Institutions with the primary purpose of providing in-patient physical and mental health services...",
"code": "EO000000"
}

A PCSTerm where the class is "Population groups". Categorizes the population being served by philanthropic activities.

See PCS population groups for more information.

A JSON example of this model.

{
"class": "Organization types",
"term": "Hospital",
"description": "Institutions with the primary purpose of providing in-patient physical and mental health services...",
"code": "EO000000"
}

A PCSTerm where the class is "Support strategies". Categorizes the strategy used to support philanthropic activities.

See PCS support strategies for more information.

A JSON example of this model.

{
"class": "Organization types",
"term": "Hospital",
"description": "Institutions with the primary purpose of providing in-patient physical and mental health services...",
"code": "EO000000"
}

A PCSTerm where the class is "Transaction types". Categorizes the type of transaction used to support philanthropic activities. For example, “Grant” or “Loan”.

See PCS transaction types for more information.

A JSON example of this model.

{
"class": "Organization types",
"term": "Hospital",
"description": "Institutions with the primary purpose of providing in-patient physical and mental health services...",
"code": "EO000000"
}