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

FHIR IG analytics

Packagebha-test-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 lb (Details: UCUM code[lb_av] = '[lb_av]')
... WEIGHT_OZBaby Weight Ounces2 oz (Details: UCUM code[oz_av] = '[oz_av]')
... 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",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://bha.colorado.gov/fhir/bha-test-ig/Questionnaire/BHA-sc-baby",
  "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": [
        {
          "valueQuantity": {
            "value": 6,
            "unit": "lb",
            "system": "http://unitsofmeasure.org",
            "code": "[lb_av]"
          }
        }
      ]
    },
    {
      "linkId": "WEIGHT_OZ",
      "text": "Baby Weight Ounces",
      "answer": [
        {
          "valueQuantity": {
            "value": 2,
            "unit": "oz",
            "system": "http://unitsofmeasure.org",
            "code": "[oz_av]"
          }
        }
      ]
    },
    {
      "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"
          }
        }
      ]
    }
  ]
}