FHIR IG analytics| Package | bha-ig |
| Resource Type | Questionnaire |
| Id | Questionnaire-BHASCBabyQuestionnaire.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/RatioPBC/bha-ig/Questionnaire-BHASCBabyQuestionnaire.html |
| URL | http://bha.colorado.gov/fhir/bha-ig/Questionnaire/BHASCBabyQuestionnaire |
| Version | 0.1.0-current |
| Status | active |
| Date | 2025-12-17 |
| Name | BHASCBabyQuestionnaire |
| Title | BHA Special Connections Baby Questionnaire |
| Realm | 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 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire BHASCBabyQuestionnaire
| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | Behavioral Health Administration Special Connections baby questionnaire for collecting information about a baby born to a person enrolled in the Special Connections program | Questionnaire | http://bha.colorado.gov/fhir/bha-ig/Questionnaire/BHASCBabyQuestionnaire#0.1.0-current | |
![]() ![]() | Live Birth | 1..1 | boolean | |
![]() ![]() | Baby Date of Birth | 0..1 | date | Enable When: LIVE_BIRTH = |
![]() ![]() | Baby Weight Pounds | 0..1 | decimal | Enable When: LIVE_BIRTH = |
![]() ![]() | Baby Weight Ounces | 0..1 | decimal | Enable When: LIVE_BIRTH = |
![]() ![]() | Baby Last Name | 0..1 | string | Enable When: LIVE_BIRTH = |
![]() ![]() | Baby First Name | 0..1 | string | Enable When: LIVE_BIRTH = |
![]() ![]() | Baby Middle Name or Initial | 0..1 | string | Enable When: LIVE_BIRTH = |
![]() ![]() | Baby Sex at Birth | 0..1 | choice | Enable When: LIVE_BIRTH = Value Set: AdministrativeGender |
{
"resourceType": "Questionnaire",
"id": "BHASCBabyQuestionnaire",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire|3.0.0"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://bha.colorado.gov/fhir/bha-ig/ImplementationGuide/bha-ig"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://bha.colorado.gov/fhir/bha-ig/ImplementationGuide/bha-ig"
}
]
}
}
],
"url": "http://bha.colorado.gov/fhir/bha-ig/Questionnaire/BHASCBabyQuestionnaire",
"version": "0.1.0-current",
"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": "FHIRFeedback@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",
"enableWhen": [
{
"question": "LIVE_BIRTH",
"operator": "=",
"answerBoolean": 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": "decimal",
"enableWhen": [
{
"question": "LIVE_BIRTH",
"operator": "=",
"answerBoolean": 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": "decimal",
"enableWhen": [
{
"question": "LIVE_BIRTH",
"operator": "=",
"answerBoolean": true
}
]
},
{
"linkId": "LAST_NAME",
"text": "Baby Last Name",
"type": "string",
"enableWhen": [
{
"question": "LIVE_BIRTH",
"operator": "=",
"answerBoolean": true
}
]
},
{
"linkId": "FIRST_NAME",
"text": "Baby First Name",
"type": "string",
"enableWhen": [
{
"question": "LIVE_BIRTH",
"operator": "=",
"answerBoolean": true
}
]
},
{
"linkId": "MIDDLE_NAME_INITIAL",
"text": "Baby Middle Name or Initial",
"type": "string",
"enableWhen": [
{
"question": "LIVE_BIRTH",
"operator": "=",
"answerBoolean": true
}
],
"required": false
},
{
"linkId": "SEX_AT_BIRTH",
"text": "Baby Sex at Birth",
"type": "choice",
"enableWhen": [
{
"question": "LIVE_BIRTH",
"operator": "=",
"answerBoolean": true
}
],
"answerValueSet": "http://hl7.org/fhir/ValueSet/administrative-gender"
}
]
}