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

FHIR IG analytics

Packagebha-test-ig
Resource TypeQuestionnaire
IdQuestionnaire-BHASCBabyQuestionnaire.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/RatioPBC/bha-test-ig/Questionnaire-BHASCBabyQuestionnaire.html
URLhttp://bha.colorado.gov/fhir/bha-test-ig/Questionnaire/BHA-sc-baby
Version0.1.0
Statusactive
Date2025-12-17
NameBHASCBabyQuestionnaire
TitleBHA Special Connections Baby Questionnaire
Realmus
DescriptionBehavioral Health Administration Special Connections baby questionnaire for collecting information about a baby born to a person enrolled in the Special Connections program

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: Questionnaire BHASCBabyQuestionnaire

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. BHASCBabyQuestionnaireBehavioral Health Administration Special Connections baby questionnaire for collecting information about a baby born to a person enrolled in the Special Connections programQuestionnairehttp://bha.colorado.gov/fhir/bha-test-ig/Questionnaire/BHA-sc-baby#0.1.0
... LIVE_BIRTHLive Birth1..1boolean
... DOBBaby Date of Birth1..1date
... WEIGHT_LBSBaby Weight Pounds1..1quantity
... WEIGHT_OZBaby Weight Ounces1..1quantity
... LAST_NAMEBaby Last Name1..1string
... FIRST_NAMEBaby First Name1..1string
... MIDDLE_NAME_INITIALBaby Middle Name or Initial0..1string
... SEX_AT_BIRTHBaby Sex at Birth1..1choiceValue Set: AdministrativeGender

doco Documentation for this format

Source1

{
  "resourceType": "Questionnaire",
  "id": "BHASCBabyQuestionnaire",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://bha.colorado.gov/fhir/bha-test-ig/Questionnaire/BHA-sc-baby",
  "version": "0.1.0",
  "name": "BHASCBabyQuestionnaire",
  "title": "BHA Special Connections Baby Questionnaire",
  "status": "active",
  "subjectType": [
    "Patient"
  ],
  "date": "2025-12-17",
  "publisher": "Colorado Behavioral Health Administration",
  "contact": [
    {
      "name": "Colorado Behavioral Health Administration",
      "telecom": [
        {
          "system": "url",
          "value": "https://bha.colorado.gov"
        },
        {
          "system": "email",
          "value": "cdhs_bha_provider_support@state.co.us"
        }
      ]
    }
  ],
  "description": "Behavioral Health Administration Special Connections baby questionnaire for collecting information about a baby born to a person enrolled in the Special Connections program",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "840"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "LIVE_BIRTH",
      "text": "Live Birth",
      "type": "boolean",
      "required": true
    },
    {
      "linkId": "DOB",
      "text": "Baby Date of Birth",
      "type": "date",
      "required": true
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
          "valueCoding": {
            "system": "http://unitsofmeasure.org",
            "code": "[lb_av]"
          }
        }
      ],
      "linkId": "WEIGHT_LBS",
      "text": "Baby Weight Pounds",
      "type": "quantity",
      "required": true
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
          "valueCoding": {
            "system": "http://unitsofmeasure.org",
            "code": "[oz_av]"
          }
        }
      ],
      "linkId": "WEIGHT_OZ",
      "text": "Baby Weight Ounces",
      "type": "quantity",
      "required": true
    },
    {
      "linkId": "LAST_NAME",
      "text": "Baby Last Name",
      "type": "string",
      "required": true
    },
    {
      "linkId": "FIRST_NAME",
      "text": "Baby First Name",
      "type": "string",
      "required": true
    },
    {
      "linkId": "MIDDLE_NAME_INITIAL",
      "text": "Baby Middle Name or Initial",
      "type": "string",
      "required": false
    },
    {
      "linkId": "SEX_AT_BIRTH",
      "text": "Baby Sex at Birth",
      "type": "choice",
      "required": true,
      "answerValueSet": "http://hl7.org/fhir/ValueSet/administrative-gender"
    }
  ]
}