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

FHIR IG analytics

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

LinkIDTextDefinitionAnswerdoco
.. BHASCBabyQuestionnaireResponseExampleQuestionnaire:BHA Special Connections Baby Questionnaire
... LIVE_BIRTHLive Birthtrue
... DOBBaby Date of Birth2025-06-20
... WEIGHT_LBSBaby Weight Pounds6
... WEIGHT_OZBaby Weight Ounces2
... LAST_NAMEBaby Last NameWhite
... FIRST_NAMEBaby First NameCrystal
... MIDDLE_NAME_INITIALBaby Middle Name or InitialSnow
... SEX_AT_BIRTHBaby Sex at BirthAdministrativeGender: female (Female)

doco Documentation for this format

Source1

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