Structured Data Capture
3.0.0 - STU 3 International flag

This page is part of the Structured Data Capture FHIR IG (v3.0.0: STU 3) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Questionnaire Item definition - JSON Representation

Page standards status: Trial-use Maturity Level: 3

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "questionnaire-definition",
  "meta" : {
    "lastUpdated" : "2016-05-30T06:48:02.872+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h2>Questionnaire Item definition</h2>\n\t\t\t<p>http://hl7.org/fhir/uv/sdc/SearchParameter/questionnaire-definition Published: 2016-03-31T08:01:25+11:00 (draft)</p>\n\t\t\t<p>Published by: <b>Health Level Seven</b>\n\t\t\t</p>\n\t\t\t<p>Allows searching by 'definition' element within a Questionnaire's items</p>\n\t\t\t<table>\n\t\t\t\t<tbody>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>Code:</th>\n\t\t\t\t\t\t<td>definition</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>Type:</th>\n\t\t\t\t\t\t<td>token</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>XPath:</th>\n\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t<code>f:Questionnaire/f:item/f:definition</code>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</tbody>\n\t\t\t</table>\n\t\t</div>"
  },
  "url" : "http://hl7.org/fhir/uv/sdc/SearchParameter/questionnaire-definition",
  "version" : "3.0.0",
  "name" : "SDCQuestionnaireItemDefinition",
  "status" : "draft",
  "date" : "2016-03-31T08:01:25+11:00",
  "publisher" : "HL7 International - FHIR Infrastructure Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "Allows searching by 'definition' element within a Questionnaire's items",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "code" : "definition",
  "base" : [
    "Questionnaire"
  ],
  "type" : "token",
  "xpath" : "f:Questionnaire/f:item/f:definition",
  "xpathUsage" : "normal"
}