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

FHIR IG analytics

Packagehl7.fhir.us.davinci-cdex
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-cdex-questionnaireresponse-example2.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 cdex-questionnaireresponse-example2

LinkIDTextDefinitionAnswerdoco
.. cdex-questionnaireresponse-example2Questionnaire:#cdex-adaptive-questionnaire-example1
... 1Relevant Patient Diagnoses (conditions that might be expected to improve with oxygen therapy)Patient Diagnosis
... 2Order Reasonexample.org 4: Replacement

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "cdex-questionnaireresponse-example2",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Questionnaire",
      "id": "cdex-adaptive-questionnaire-example1",
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-questionnaireAdaptive",
          "valueBoolean": true
        }
      ],
      "name": "HomeOxygenTherapyAdaptiveSDCQuestionnaire",
      "title": "Adaptive Home Oxygen Therapy Order Template (SDC)",
      "derivedFrom": [
        "http://example.org/base_adaptive_questionnaire"
      ],
      "status": "active",
      "subjectType": [
        "Patient"
      ],
      "date": "2022-06-17",
      "item": [
        {
          "linkId": "1",
          "text": "Relevant Patient Diagnoses (conditions that might be expected to improve with oxygen therapy)",
          "type": "text",
          "required": true
        },
        {
          "linkId": "2",
          "text": "Order Reason",
          "type": "choice",
          "required": true,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://example.org",
                "code": "1",
                "display": "Initial or original order for certification"
              }
            },
            {
              "valueCoding": {
                "system": "http://example.org",
                "code": "2",
                "display": "Change in status"
              }
            },
            {
              "valueCoding": {
                "system": "http://example.org",
                "code": "3",
                "display": "Revision or change in equipment"
              }
            },
            {
              "valueCoding": {
                "system": "http://example.org",
                "code": "4",
                "display": "Replacement"
              }
            }
          ]
        }
      ]
    }
  ],
  "questionnaire": "#cdex-adaptive-questionnaire-example1",
  "status": "completed",
  "subject": {
    "identifier": {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MB",
            "display": "Member Number"
          }
        ],
        "text": "Member Number"
      },
      "system": "http://example.org/cdex/payer/member-ids",
      "value": "Member123"
    },
    "display": "Amy Shaw"
  },
  "authored": "2022-06-17",
  "author": {
    "identifier": {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339100"
    }
  },
  "item": [
    {
      "linkId": "1",
      "text": "Relevant Patient Diagnoses (conditions that might be expected to improve with oxygen therapy)",
      "answer": [
        {
          "valueString": "Patient Diagnosis"
        }
      ]
    },
    {
      "linkId": "2",
      "text": "Order Reason",
      "answer": [
        {
          "valueCoding": {
            "system": "http://example.org",
            "code": "4",
            "display": "Replacement"
          }
        }
      ]
    }
  ]
}