2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Questionnaireanswers-example.json

Raw JSON (canonical form)

General questionnaire answers example

{
  "resourceType": "QuestionnaireAnswers",
  "id": "3141",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "contained": [
    {
      "resourceType": "Patient",
      "id": "patsub",
      "identifier": [
        {
          "system": "http://cancer.questionnaire.org/systems/id/patientnr",
          "value": "A34442332"
        },
        {
          "label": "Dutch BSN",
          "system": "urn:oid:2.16.840.1.113883.2.4.6.3",
          "value": "188912345"
        }
      ],
      "gender": "male",
      "birthDate": "1972-11-30"
    },
    {
      "resourceType": "Practitioner",
      "id": "questauth",
      "identifier": [
        {
          "label": "AUMC, Den Helder",
          "system": "http://cancer.questionnaire.org/systems/id/org",
          "value": "AUMC"
        }
      ]
    },
    {
      "resourceType": "Observation",
      "id": "obs.pt-category",
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "53786006",
            "display": "pT1 category"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "443357004",
            "display": "pT1a category"
          }
        ]
      },
      "status": "final",
      "reliability": "unknown"
    }
  ],
  "status": "completed",
  "subject": {
    "reference": "#patsub"
  },
  "author": {
    "reference": "#questauth"
  },
  "authored": "2013-02-19T14:15:00-05:00",
  "group": {
    "title": "Cancer Quality Forum Questionnaire 2012",
    "group": [
      {
        "question": [
          {
            "answer": [
              {
                "valueCoding": {
                  "system": "http://cancer.questionnaire.org/system/code/yesno",
                  "code": "1",
                  "display": "Yes"
                }
              }
            ],
            "group": [
              {
                "question": [
                  {
                    "answer": [
                      {
                        "valueCoding": {
                          "system": "http://cancer.questionnaire.org/system/code/yesno",
                          "code": "1"
                        }
                      }
                    ]
                  },
                  {
                    "answer": [
                      {
                        "valueCoding": {
                          "system": "http://cancer.questionnaire.org/system/code/yesno",
                          "code": "1"
                        }
                      }
                    ]
                  },
                  {
                    "answer": [
                      {
                        "valueCoding": {
                          "system": "http://cancer.questionnaire.org/system/code/yesno",
                          "code": "0"
                        }
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.