FHIR IG Statistics: ValueSet/bh-funding-types
Resources that use this resource
StructureDefinition |
bh-grant-info | Behavioral Health Grant Funding Information |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"resourceType": "ValueSet",
"id": "bh-funding-types",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.org/guides/astp/bhp/ValueSet/bh-funding-types",
"version": "0.1.0",
"name": "BehavioralHealthProgramFundingTypes",
"title": "Behavioral Health Program Funding Types",
"status": "draft",
"experimental": true,
"date": "2025-07-21T20:14:05+00:00",
"publisher": "ASTP / BHIT",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.healthit.gov/"
}
]
}
],
"description": "This ValueSet defines coded concepts pertaining to a Behavioral Health program/grant.",
"compose": {
"include": [
{
"system": "http://fhir.org/guides/astp/bhp/CodeSystem/bh-funding-type-codes",
"concept": [
{
"code": "discretionary",
"display": "Discretionary Funding"
},
{
"code": "grant-funding-type",
"display": "Grant Funding Type"
},
{
"code": "funding-program-info",
"display": "Program Funding Information"
}
]
}
]
}
}