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-f201-lifelines.json

Raw JSON (canonical form)

Real-world lifelines questionnaire answers (fictively taken from the patient)

{
  "resourceType": "QuestionnaireAnswers",
  "id": "f201",
  "status": "completed",
  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "author": {
    "reference": "Practitioner/f201"
  },
  "authored": "2013-06-18T00:00:00+01:00",
  "source": {
    "reference": "Practitioner/f201"
  },
  "group": {
    "group": [
      {
        "question": [
          {
            "text": "Do you have allergies?",
            "answer": [
              {
                "valueString": "I am allergic to house dust"
              }
            ]
          }
        ]
      },
      {
        "title": "General questions",
        "question": [
          {
            "text": "What is your gender?",
            "answer": [
              {
                "valueString": "Male"
              }
            ]
          },
          {
            "text": "What is your date of birth?",
            "answer": [
              {
                "valueDate": "1960-03-13"
              }
            ]
          },
          {
            "text": "What is your country of birth?",
            "answer": [
              {
                "valueString": "The Netherlands"
              }
            ]
          },
          {
            "text": "What is your marital status?",
            "answer": [
              {
                "valueString": "married"
              }
            ]
          }
        ]
      },
      {
        "title": "Intoxications",
        "question": [
          {
            "text": "Do you smoke?",
            "answer": [
              {
                "valueString": "No"
              }
            ]
          },
          {
            "text": "Do you drink alchohol?",
            "answer": [
              {
                "valueString": "No, but I used to drink"
              }
            ]
          }
        ]
      }
    ]
  }
}

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.