Skip to content

PCS term

A term in the Philanthropy Classification System (PCS).

Visit taxonomy.candid.org for more information.

PropertyTypeRequiredDescription
termstringYesThe term for the organization type.
ClassificationstringYesThe class for the organization type.
codestringYesThe code for the organization type.
descriptionstringNoThe 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"
}
Version Changes
0.2.0
  • Added PCSTerm model

The class to which the PCS term belongs.

ValueDescription
orgTypesThe class for organization types.
subjectsThe class for subjects.
populationGroupsThe class for population groups.
transactionTypesThe class for transaction types.
supportStrategiesThe 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"
}