FHIR IG analytics| Package | hl7.fhir.uv.sdc.r4 |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-questionnaireresponse-sdc-profile-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse questionnaireresponse-sdc-profile-example
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:Diagnosis NCI Standard Template | ||
![]() ![]() | Mandatory Diagnosis Questions | ||
![]() ![]() ![]() | Date of Current Pathologic Diagnosis | 2003-02-18 | |
![]() ![]() ![]() | Diagnosis Type | question_identifier#3921060v1.0-cs Primary: Primary Diagnosis | |
![]() ![]() ![]() | Primary Site | Left Ovary | |
![]() ![]() | Conditional Diagnosis Questions | ||
![]() ![]() ![]() | Diagnosis Time Point | question_identifier#3921071v1.0-cs AtRestaging: Restaging | |
![]() ![]() | Optional Diagnosis Questions | ||
![]() ![]() ![]() | Reviewing Pathologist | Harold Ornada | |
![]() ![]() ![]() | MedDRA disease code | ||
![]() ![]() ![]() | Assessment Method | question_identifier#3921081v1.0-cs Histologic: Histological Procedure | |
![]() ![]() ![]() | Tumor grade | question_identifier#3921085v1.0-cs G2: Moderately Differentiated | |
{
"resourceType": "QuestionnaireResponse",
"id": "questionnaireresponse-sdc-profile-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Organization",
"id": "containedOrg",
"name": "Some Organization"
}
],
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-QuestionnaireResponse.source",
"valueReference": {
"reference": "#containedOrg",
"display": "Some Organization"
}
}
],
"questionnaire": "http://hl7.org/fhir/uv/sdc/Questionnaire/3921052v1.0",
"status": "completed",
"subject": {
"reference": "http://example.org/Patient/123",
"display": "Jane Smith"
},
"authored": "2014-01-21",
"item": [
{
"linkId": "3921053v1.0",
"text": "Mandatory Diagnosis Questions",
"item": [
{
"linkId": "3921059v1.0",
"text": "Date of Current Pathologic Diagnosis",
"answer": [
{
"valueString": "2003-02-18"
}
]
},
{
"linkId": "3921060v1.0",
"text": "Diagnosis Type",
"answer": [
{
"valueCoding": {
"system": "http://example.org/nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3921052v1.0/question_identifier#3921060v1.0-cs",
"code": "Primary",
"display": "Primary Diagnosis"
}
}
]
},
{
"linkId": "3921065v1.0",
"text": "Primary Site",
"answer": [
{
"valueString": "Left Ovary"
}
]
}
]
},
{
"linkId": "3921066v1.0",
"text": "Conditional Diagnosis Questions",
"item": [
{
"linkId": "3921071v1.0",
"text": "Diagnosis Time Point",
"answer": [
{
"valueCoding": {
"system": "http://example.org/nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3921052v1.0/question_identifier#3921071v1.0-cs",
"code": "AtRestaging",
"display": "Restaging"
}
}
]
}
]
},
{
"linkId": "3921077v1.0",
"text": "Optional Diagnosis Questions",
"item": [
{
"linkId": "3921079v1.0",
"text": "Reviewing Pathologist",
"answer": [
{
"valueString": "Harold Ornada"
}
]
},
{
"linkId": "3921080v1.0",
"text": "MedDRA disease code"
},
{
"linkId": "3921081v1.0",
"text": "Assessment Method",
"answer": [
{
"valueCoding": {
"system": "http://example.org/nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3921052v1.0/question_identifier#3921081v1.0-cs",
"code": "Histologic",
"display": "Histological Procedure"
}
}
]
},
{
"linkId": "3921085v1.0",
"text": "Tumor grade",
"answer": [
{
"valueCoding": {
"system": "http://example.org/nci.nih.gov/xml/owl/cadsr/form/form_design_identifier/3921052v1.0/question_identifier#3921085v1.0-cs",
"code": "G2",
"display": "Moderately Differentiated"
}
}
]
}
]
}
]
}