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

FHIR IG analytics

Packagehl7.fhir.uv.sdc.r4
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-questionnaireresponse-sdc-profile-example.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 questionnaireresponse-sdc-profile-example

LinkIDTextDefinitionAnswerdoco
.. questionnaireresponse-sdc-profile-exampleQuestionnaire:Diagnosis NCI Standard Template
... 3921053v1.0Mandatory Diagnosis Questions
.... 3921059v1.0Date of Current Pathologic Diagnosis2003-02-18
.... 3921060v1.0Diagnosis Typequestion_identifier#3921060v1.0-cs Primary: Primary Diagnosis
.... 3921065v1.0Primary SiteLeft Ovary
... 3921066v1.0Conditional Diagnosis Questions
.... 3921071v1.0Diagnosis Time Pointquestion_identifier#3921071v1.0-cs AtRestaging: Restaging
... 3921077v1.0Optional Diagnosis Questions
.... 3921079v1.0Reviewing PathologistHarold Ornada
.... 3921080v1.0MedDRA disease code
.... 3921081v1.0Assessment Methodquestion_identifier#3921081v1.0-cs Histologic: Histological Procedure
.... 3921085v1.0Tumor gradequestion_identifier#3921085v1.0-cs G2: Moderately Differentiated

doco Documentation for this format

Source1

{
  "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"
              }
            }
          ]
        }
      ]
    }
  ]
}