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

FHIR IG analytics

Packagebha-ig
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-BHASubstanceUseDisorderQuestionnaireResponseExample.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

Generated Narrative: QuestionnaireResponse BHASubstanceUseDisorderQuestionnaireResponseExample

LinkIDTextDefinitionAnswerdoco
.. BHASubstanceUseDisorderQuestionnaireResponseExampleQuestionnaire:BHA Substance Use Disorder Questionnaire
... ASAM_LEVEL_OF_CAREASAM Level of CareBHA ASAM Levels of Care: 3.1 (ASAM Level 3.1 - Clinically Managed Low-Intensity Residential Services)
... PRIMARY_SUBSTANCE_USEPrimary Substance UseBHA Substance Use Codes: 1 (Alcohol)
... PRIMARY_LAST_USED_30_DAYSTimes Used Primary Substance in Last 30 Days3
... PRIMARY_ROUTE_OF_USERoute of Use of Primary SubstancesBHA Substance Use Route of Administration Codes: 1 (Oral)
... PRIMARY_START_AGEAge of First Use of Primary Substances28
... SECONDARY_SUBSTANCE_USESecondary Substance UseBHA Substance Use Codes: 6 (Other tranquilizer)
... SECONDARY_LAST_USED_30_DAYSTimes Used Secondary Substance in Last 30 Days4
... SECONDARY_ROUTE_OF_USERoute of Use of Secondary SubstancesBHA Substance Use Route of Administration Codes: 3 (Inhalation (nose/mouth))
... SECONDARY_START_AGEAge of First Use of Secondary Substances28
... TERTIARY_SUBSTANCE_USETertiary Substance UseBHA Substance Use Codes: 10 (Other stimulants)
... TERTIARY_LAST_USED_30_DAYSTimes Used Tertiary Substance in Last 30 Days2
... TERTIARY_ROUTE_OF_USERoute of Use of Tertiary SubstanceBHA Substance Use Route of Administration Codes: 1 (Oral)
... TERTIARY_START_AGEAge of First Use of Tertiary Substance29

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "BHASubstanceUseDisorderQuestionnaireResponseExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://bha.colorado.gov/fhir/bha-ig/Questionnaire/BHASubstanceUseDisorderQuestionnaire",
  "status": "completed",
  "subject": {
    "reference": "Patient/example",
    "display": "Mickey Mouse"
  },
  "authored": "2025-10-28T18:30:40-07:00",
  "item": [
    {
      "linkId": "ASAM_LEVEL_OF_CARE",
      "text": "ASAM Level of Care",
      "answer": [
        {
          "valueCoding": {
            "system": "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-asam-level-of-care-cs",
            "code": "3.1"
          }
        }
      ]
    },
    {
      "linkId": "PRIMARY_SUBSTANCE_USE",
      "text": "Primary Substance Use",
      "answer": [
        {
          "valueCoding": {
            "system": "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-substance-use-cs",
            "code": "1"
          }
        }
      ]
    },
    {
      "linkId": "PRIMARY_LAST_USED_30_DAYS",
      "text": "Times Used Primary Substance in Last 30 Days",
      "answer": [
        {
          "valueInteger": 3
        }
      ]
    },
    {
      "linkId": "PRIMARY_ROUTE_OF_USE",
      "text": "Route of Use of Primary Substances",
      "answer": [
        {
          "valueCoding": {
            "system": "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-substance-use-route-of-administration-cs",
            "code": "1"
          }
        }
      ]
    },
    {
      "linkId": "PRIMARY_START_AGE",
      "text": "Age of First Use of Primary Substances",
      "answer": [
        {
          "valueInteger": 28
        }
      ]
    },
    {
      "linkId": "SECONDARY_SUBSTANCE_USE",
      "text": "Secondary Substance Use",
      "answer": [
        {
          "valueCoding": {
            "system": "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-substance-use-cs",
            "code": "6"
          }
        }
      ]
    },
    {
      "linkId": "SECONDARY_LAST_USED_30_DAYS",
      "text": "Times Used Secondary Substance in Last 30 Days",
      "answer": [
        {
          "valueInteger": 4
        }
      ]
    },
    {
      "linkId": "SECONDARY_ROUTE_OF_USE",
      "text": "Route of Use of Secondary Substances",
      "answer": [
        {
          "valueCoding": {
            "system": "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-substance-use-route-of-administration-cs",
            "code": "3"
          }
        }
      ]
    },
    {
      "linkId": "SECONDARY_START_AGE",
      "text": "Age of First Use of Secondary Substances",
      "answer": [
        {
          "valueInteger": 28
        }
      ]
    },
    {
      "linkId": "TERTIARY_SUBSTANCE_USE",
      "text": "Tertiary Substance Use",
      "answer": [
        {
          "valueCoding": {
            "system": "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-substance-use-cs",
            "code": "10"
          }
        }
      ]
    },
    {
      "linkId": "TERTIARY_LAST_USED_30_DAYS",
      "text": "Times Used Tertiary Substance in Last 30 Days",
      "answer": [
        {
          "valueInteger": 2
        }
      ]
    },
    {
      "linkId": "TERTIARY_ROUTE_OF_USE",
      "text": "Route of Use of Tertiary Substance",
      "answer": [
        {
          "valueCoding": {
            "system": "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-substance-use-route-of-administration-cs",
            "code": "1"
          }
        }
      ]
    },
    {
      "linkId": "TERTIARY_START_AGE",
      "text": "Age of First Use of Tertiary Substance",
      "answer": [
        {
          "valueInteger": 29
        }
      ]
    }
  ]
}