FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeObservation
IdObservation-bh-grant-info-observation-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Behavioral Health Grant Information Observation

Resource Observation "program-grant-info"

Profile: Grant Information Observation Profile

Behavioral Health Grant Information Extension

url

program_id

value SP-23-004 (SAMHSA)

url

grant_number

value 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


Source1

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