FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Observation |
| Id | Observation-bh-grant-info-observation-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Behavioral Health Grant Information Observation
Resource Observation "program-grant-info"
Behavioral Health Grant Information Extension
url
program_idvalue SP-23-004 (SAMHSA)
url
grant_numbervalue SP083783-01
status: final
category: Program Funding Information
code: Behavioral Health Grant Funding Type
subject: Patient/bh-patient-example: James Wolff
effectiveDateTime: 2024-02-01
performer: Organization: Florida Mental Health Provider Associates
valueCodeableConcept: Discretionary Funding
{
"resourceType": "Observation",
"id": "bh-grant-info-observation-example-1",
"meta": {
"profile": [
"http://fhir.org/guides/astp/bhp/StructureDefinition/bh-grant-info"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.org/guides/astp/bhp/StructureDefinition/program-info",
"extension": [
{
"url": "program-id",
"valueString": "SP-23-004"
},
{
"url": "grant-number",
"valueString": "SP083783-01"
}
]
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://fhir.org/guides/astp/bhp/CodeSystem/bh-funding-type-codes",
"code": "funding-program-info",
"display": "Program Funding Information"
}
],
"text": "Program Funding Information"
}
],
"code": {
"coding": [
{
"system": "http://fhir.org/guides/astp/bhp/CodeSystem/bh-funding-type-codes",
"code": "grant-funding-type",
"display": "Grant Funding Type"
}
],
"text": "Behavioral Health Grant Funding Type"
},
"subject": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"effectiveDateTime": "2024-02-01",
"performer": [
{
"reference": "Organization/mh-provider-example-1",
"display": "Florida Mental Health Provider Associates"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.org/guides/astp/bhp/CodeSystem/bh-funding-type-codes",
"code": "discretionary",
"display": "Discretionary Funding"
}
],
"text": "Discretionary Grant Funding"
}
}