US Behavioral Health Profiles Implementation Guide
0.1.0 - CI Build United States of America flag

US Behavioral Health Profiles Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-behavioral-health-profiles/ and changes regularly. See the Directory of published versions

: Behavioral Health Program Funding Types - TTL Representation

Draft as of 2024-09-16

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bh-funding-types"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet bh-funding-types</b></p><a name=\"bh-funding-types\"> </a><a name=\"hcbh-funding-types\"> </a><a name=\"bh-funding-types-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-bh-funding-type-codes.html\"><code>http://hl7.org/fhir/us/bhp/CodeSystem/bh-funding-type-codes</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-bh-funding-type-codes.html#bh-funding-type-codes-discretionary\">discretionary</a></td><td>Discretionary Funding</td><td>Discretionary Funding</td></tr><tr><td><a href=\"CodeSystem-bh-funding-type-codes.html#bh-funding-type-codes-grant-funding-type\">grant-funding-type</a></td><td>Grant Funding Type</td><td>Grant Funding Type</td></tr><tr><td><a href=\"CodeSystem-bh-funding-type-codes.html#bh-funding-type-codes-funding-program-info\">funding-program-info</a></td><td>Program Funding Information</td><td>Program Funding Information</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/bhp/ValueSet/bh-funding-types"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BehavioralHealthProgramFundingTypes"] ; # 
  fhir:title [ fhir:v "Behavioral Health Program Funding Types"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-09-16T14:57:02+00:00"^^xsd:dateTime] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/us/bhp/CodeSystem/bh-funding-type-codes"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "discretionary" ] ;
fhir:display [ fhir:v "Discretionary Funding" ]       ] [
fhir:code [ fhir:v "grant-funding-type" ] ;
fhir:display [ fhir:v "Grant Funding Type" ]       ] [
fhir:code [ fhir:v "funding-program-info" ] ;
fhir:display [ fhir:v "Program Funding Information" ]       ] )     ] )
  ] . #