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

FHIR IG analytics

Packageus.co.bha-ig
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-BHASCBabyQuestionnaireResponseExampleSouth.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 BHASCBabyQuestionnaireResponseExampleSouth

LinkIDTextDefinitionAnswerdoco
.. BHASCBabyQuestionnaireResponseExampleSouthQuestionnaire:BHA Special Connections Baby Questionnaire
... lastUpdated2025-09-20T18:30:40-07:00
... LIVE_BIRTHLive Birthtrue
... DOBBaby Date of Birth2025-09-20
... WEIGHT_LBSBaby Weight Pounds7
... WEIGHT_OZBaby Weight Ounces3
... LAST_NAMEBaby Last NameTorres
... FIRST_NAMEBaby First NameMateo
... MIDDLE_NAME_INITIALBaby Middle Name or InitialA
... SEX_AT_BIRTHBaby Sex at BirthAdministrativeGender: male (Male)
... Baby_Patient_ReferenceReference to the Baby's Patient ResourceMateo Torres Male, DoB: 2025-09-20 ( Medical record number (use: usual, ))
... episodeOfCareEpisode of Care InformationEpisodeOfCare: status = finished; type = Mental Health; period = 2025-01-10 --> 2025-12-15

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "BHASCBabyQuestionnaireResponseExampleSouth",
  "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/BHAClientExampleSouth",
    "display": "Gabriela Torres"
  },
  "authored": "2025-09-20T18:30:40-07:00",
  "item": [
    {
      "linkId": "lastUpdated",
      "answer": [
        {
          "valueDateTime": "2025-09-20T18:30:40-07:00"
        }
      ]
    },
    {
      "linkId": "LIVE_BIRTH",
      "text": "Live Birth",
      "answer": [
        {
          "valueBoolean": true
        }
      ]
    },
    {
      "linkId": "DOB",
      "text": "Baby Date of Birth",
      "answer": [
        {
          "valueDate": "2025-09-20"
        }
      ]
    },
    {
      "linkId": "WEIGHT_LBS",
      "text": "Baby Weight Pounds",
      "answer": [
        {
          "valueDecimal": 7
        }
      ]
    },
    {
      "linkId": "WEIGHT_OZ",
      "text": "Baby Weight Ounces",
      "answer": [
        {
          "valueDecimal": 3
        }
      ]
    },
    {
      "linkId": "LAST_NAME",
      "text": "Baby Last Name",
      "answer": [
        {
          "valueString": "Torres"
        }
      ]
    },
    {
      "linkId": "FIRST_NAME",
      "text": "Baby First Name",
      "answer": [
        {
          "valueString": "Mateo"
        }
      ]
    },
    {
      "linkId": "MIDDLE_NAME_INITIAL",
      "text": "Baby Middle Name or Initial",
      "answer": [
        {
          "valueString": "A"
        }
      ]
    },
    {
      "linkId": "SEX_AT_BIRTH",
      "text": "Baby Sex at Birth",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/administrative-gender",
            "code": "male"
          }
        }
      ]
    },
    {
      "linkId": "Baby_Patient_Reference",
      "text": "Reference to the Baby's Patient Resource",
      "answer": [
        {
          "valueReference": {
            "reference": "Patient/BabyPatientExampleSouth"
          }
        }
      ]
    },
    {
      "linkId": "episodeOfCare",
      "text": "Episode of Care Information",
      "answer": [
        {
          "valueReference": {
            "reference": "EpisodeOfCare/BHAEpisodeOfCareExampleSouthBH"
          }
        }
      ]
    }
  ]
}