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

FHIR IG analytics

Packagehl7.fhir.uv.sdc.r4b
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-questionnaireresponse-sdc-profile-example-multi-subject.json
FHIR VersionR4B

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 questionnaireresponse-sdc-profile-example-multi-subject

LinkIDTextDefinitionAnswerdoco
.. questionnaireresponse-sdc-profile-example-multi-subjectQuestionnaire:Example multi-subject Questionnaire
... 1Mother's nameChioma Abubakar
... 2Mother's id12345
... 3Height141 cm (Details: UCUM codecm = 'cm')
... 4Weight42.3 kg (Details: UCUM codekg = 'kg')
... 5Children
.... 5.1Recordhttp://example.org/fhir/Patient/123456
.... 5.2NameBolade
.... 5.3Birth date2020-05-17
.... 5.4Height47 cm (Details: UCUM codecm = 'cm')
.... 5.5Weight8.7 kg (Details: UCUM codekg = 'kg')
... 5Children
.... 5.1Recordhttp://example.org/fhir/Patient/123456
.... 5.2NameObinna
.... 5.3Birth date2015-11-20
.... 5.4Height109 cm (Details: UCUM codecm = 'cm')
.... 5.5Weight27.3 kg (Details: UCUM codekg = 'kg')

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "questionnaireresponse-sdc-profile-example-multi-subject",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-multi-subject",
  "status": "completed",
  "subject": {
    "reference": "http://example.org/fhir/Patient/12345"
  },
  "authored": "2021-12-01",
  "item": [
    {
      "linkId": "1",
      "text": "Mother's name",
      "answer": [
        {
          "valueString": "Chioma Abubakar"
        }
      ]
    },
    {
      "linkId": "2",
      "text": "Mother's id",
      "answer": [
        {
          "valueString": "12345"
        }
      ]
    },
    {
      "linkId": "3",
      "text": "Height",
      "answer": [
        {
          "valueQuantity": {
            "value": 141,
            "system": "http://unitsofmeasure.org",
            "code": "cm"
          }
        }
      ]
    },
    {
      "linkId": "4",
      "text": "Weight",
      "answer": [
        {
          "valueQuantity": {
            "value": 42.3,
            "system": "http://unitsofmeasure.org",
            "code": "kg"
          }
        }
      ]
    },
    {
      "linkId": "5",
      "text": "Children",
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse-isSubject",
              "valueBoolean": true
            }
          ],
          "linkId": "5.1",
          "text": "Record",
          "answer": [
            {
              "valueReference": {
                "reference": "http://example.org/fhir/Patient/123456"
              }
            }
          ]
        },
        {
          "linkId": "5.2",
          "text": "Name",
          "answer": [
            {
              "valueString": "Bolade"
            }
          ]
        },
        {
          "linkId": "5.3",
          "text": "Birth date",
          "answer": [
            {
              "valueDate": "2020-05-17"
            }
          ]
        },
        {
          "linkId": "5.4",
          "text": "Height",
          "answer": [
            {
              "valueQuantity": {
                "value": 47,
                "system": "http://unitsofmeasure.org",
                "code": "cm"
              }
            }
          ]
        },
        {
          "linkId": "5.5",
          "text": "Weight",
          "answer": [
            {
              "valueQuantity": {
                "value": 8.7,
                "system": "http://unitsofmeasure.org",
                "code": "kg"
              }
            }
          ]
        }
      ]
    },
    {
      "linkId": "5",
      "text": "Children",
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse-isSubject",
              "valueBoolean": true
            }
          ],
          "linkId": "5.1",
          "text": "Record",
          "answer": [
            {
              "valueReference": {
                "reference": "http://example.org/fhir/Patient/123456"
              }
            }
          ]
        },
        {
          "linkId": "5.2",
          "text": "Name",
          "answer": [
            {
              "valueString": "Obinna"
            }
          ]
        },
        {
          "linkId": "5.3",
          "text": "Birth date",
          "answer": [
            {
              "valueDate": "2015-11-20"
            }
          ]
        },
        {
          "linkId": "5.4",
          "text": "Height",
          "answer": [
            {
              "valueQuantity": {
                "value": 109,
                "system": "http://unitsofmeasure.org",
                "code": "cm"
              }
            }
          ]
        },
        {
          "linkId": "5.5",
          "text": "Weight",
          "answer": [
            {
              "valueQuantity": {
                "value": 27.3,
                "system": "http://unitsofmeasure.org",
                "code": "kg"
              }
            }
          ]
        }
      ]
    }
  ]
}