{
  "resourceType": "StructureDefinition",
  "id": "questionnaireresponse-note",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-note",
  "name": "note",
  "status": "draft",
  "date": "2013-07-04",
  "publisher": "HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org"
        }
      ]
    }
  ],
  "description": "Comments captured about the completion of the form in general or about specific groups or questions within it.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "QuestionnaireResponse",
    "QuestionnaireResponse.item"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Comments about response",
        "definition": "Comments captured about the completion of the form in general or about specific groups or questions within it.",
        "comment": "Comments are not part of the \"data\" of the form. If a form prompts for a comment, this should be captured in an answer, not in this element.  Formal assessments of the QuestionnareResponse would use [Observation](observation.html#).",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-note"
      },
      {
        "id": "Extension.valueAnnotation",
        "path": "Extension.valueAnnotation",
        "type": [
          {
            "code": "Annotation"
          }
        ]
      }
    ]
  }
}