FHIR IG analytics| Package | hl7.fhir.uv.sdc.r4b |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-questionnaireresponse-sdc-profile-example-multi-subject.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse questionnaireresponse-sdc-profile-example-multi-subject
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:Example multi-subject Questionnaire | ||
![]() ![]() | Mother's name | Chioma Abubakar | |
![]() ![]() | Mother's id | 12345 | |
![]() ![]() | Height | 141 cm (Details: UCUM codecm = 'cm') | |
![]() ![]() | Weight | 42.3 kg (Details: UCUM codekg = 'kg') | |
![]() ![]() | Children | ||
![]() ![]() ![]() | Record | http://example.org/fhir/Patient/123456 | |
![]() ![]() ![]() | Name | Bolade | |
![]() ![]() ![]() | Birth date | 2020-05-17 | |
![]() ![]() ![]() | Height | 47 cm (Details: UCUM codecm = 'cm') | |
![]() ![]() ![]() | Weight | 8.7 kg (Details: UCUM codekg = 'kg') | |
![]() ![]() | Children | ||
![]() ![]() ![]() | Record | http://example.org/fhir/Patient/123456 | |
![]() ![]() ![]() | Name | Obinna | |
![]() ![]() ![]() | Birth date | 2015-11-20 | |
![]() ![]() ![]() | Height | 109 cm (Details: UCUM codecm = 'cm') | |
![]() ![]() ![]() | Weight | 27.3 kg (Details: UCUM codekg = 'kg') | |
{
"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"
}
}
]
}
]
}
]
}