FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/bh-funding-types

Packagefhir.astp.bhp
TypeValueSet
Idbh-funding-types
FHIR VersionR4
Sourcehttp://fhir.org/guides/astp/bhp/https://build.fhir.org/ig/HL7/us-behavioral-health-profiles/ValueSet-bh-funding-types.html
URLhttp://fhir.org/guides/astp/bhp/ValueSet/bh-funding-types
Version0.1.0
Statusdraft
Date2025-07-21T20:14:05+00:00
NameBehavioralHealthProgramFundingTypes
TitleBehavioral Health Program Funding Types
Realmus
Authorityhl7
DescriptionThis ValueSet defines coded concepts pertaining to a Behavioral Health program/grant.

Resources that use this resource

StructureDefinition
bh-grant-infoBehavioral Health Grant Funding Information

Resources that this resource uses

CodeSystem
bh-funding-type-codesBehavioral Health Program Funding Type Codes

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet bh-funding-types


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"
          }
        ]
      }
    ]
  }
}