FHIR IG analytics| Package | bha-ig |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-BHASCBabyQuestionnaireResponseExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse BHASCBabyQuestionnaireResponseExample
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:BHA Special Connections Baby Questionnaire | ||
![]() ![]() | Live Birth | true | |
![]() ![]() | Baby Date of Birth | 2025-06-20 | |
![]() ![]() | Baby Weight Pounds | 6 | |
![]() ![]() | Baby Weight Ounces | 2 | |
![]() ![]() | Baby Last Name | White | |
![]() ![]() | Baby First Name | Crystal | |
![]() ![]() | Baby Middle Name or Initial | Snow | |
![]() ![]() | Baby Sex at Birth | AdministrativeGender: female (Female) | |
{
"resourceType": "QuestionnaireResponse",
"id": "BHASCBabyQuestionnaireResponseExample",
"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/BHASCBabyQuestionnaire",
"status": "completed",
"subject": {
"reference": "Patient/example",
"display": "Mickey Mouse"
},
"authored": "2025-10-28T18:30:40-07:00",
"item": [
{
"linkId": "LIVE_BIRTH",
"text": "Live Birth",
"answer": [
{
"valueBoolean": true
}
]
},
{
"linkId": "DOB",
"text": "Baby Date of Birth",
"answer": [
{
"valueDate": "2025-06-20"
}
]
},
{
"linkId": "WEIGHT_LBS",
"text": "Baby Weight Pounds",
"answer": [
{
"valueDecimal": 6
}
]
},
{
"linkId": "WEIGHT_OZ",
"text": "Baby Weight Ounces",
"answer": [
{
"valueDecimal": 2
}
]
},
{
"linkId": "LAST_NAME",
"text": "Baby Last Name",
"answer": [
{
"valueString": "White"
}
]
},
{
"linkId": "FIRST_NAME",
"text": "Baby First Name",
"answer": [
{
"valueString": "Crystal"
}
]
},
{
"linkId": "MIDDLE_NAME_INITIAL",
"text": "Baby Middle Name or Initial",
"answer": [
{
"valueString": "Snow"
}
]
},
{
"linkId": "SEX_AT_BIRTH",
"text": "Baby Sex at Birth",
"answer": [
{
"valueCoding": {
"system": "http://hl7.org/fhir/administrative-gender",
"code": "female"
}
}
]
}
]
}