eHealth Infrastructure
2022.1 - release

eHealth Infrastructure - Local Development build (v2022.1). See the Directory of published versions

: questionnaire - JSON Representation

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "questionnaire",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>questionnaire</h2><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET past versions of resources (vread interaction)\">V-Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th></tr><tr><td>Basic</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Basic\">http://hl7.org/fhir/StructureDefinition/Basic</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr><tr><td>OperationDefinition</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/OperationDefinition\">http://hl7.org/fhir/StructureDefinition/OperationDefinition</a></td><td>y</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Questionnaire</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Questionnaire\">http://hl7.org/fhir/StructureDefinition/Questionnaire</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>StructureDefinition</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-definedquestion\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-definedquestion</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr></table></div>"
  },
  "url" : "http://ehealth.sundhed.dk/fhir/CapabilityStatement/questionnaire",
  "version" : "2022.1",
  "name" : "questionnaire",
  "status" : "active",
  "date" : "2022-01-05T14:50:29.485+00:00",
  "publisher" : "Systematic | Trifork",
  "contact" : [
    {
      "name" : "Systematic | Trifork",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "kind" : "instance",
  "software" : {
    "name" : "questionnaire",
    "version" : "1.10.0"
  },
  "implementation" : {
    "description" : "eHealth questionnaire service",
    "url" : "https://questionnaire.devtest.systematic-ehealth.com/fhir"
  },
  "fhirVersion" : "4.0.1",
  "format" : [
    "application/fhir+xml",
    "xml",
    "application/fhir+json",
    "json",
    "application/x-turtle",
    "ttl",
    "html/json",
    "html/xml",
    "html/turtle"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "Basic",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Basic",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            },
            {
              "code" : "update"
            }
          ],
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "searchInclude" : [
            "*"
          ],
          "searchRevInclude" : [
            "Basic:actionGuidanceForReference",
            "Basic:intendedAudience",
            "Basic:reference",
            "Basic:viewForReference",
            "Questionnaire:reference",
            "StructureDefinition:valueset"
          ],
          "searchParam" : [
            {
              "name" : "_content",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-_content",
              "type" : "string",
              "documentation" : "Search the contents of the resource's data using a fulltext search"
            },
            {
              "name" : "_has",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-_has",
              "type" : "string",
              "documentation" : "Return resources linked to by the given target"
            },
            {
              "name" : "_id",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-_id",
              "type" : "token",
              "documentation" : "The ID of the resource"
            },
            {
              "name" : "_language",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-_language",
              "type" : "string",
              "documentation" : "The language of the resource"
            },
            {
              "name" : "_lastUpdated",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-_lastUpdated",
              "type" : "date",
              "documentation" : "Only return resources which were last updated as specified by the given range"
            },
            {
              "name" : "_profile",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-_profile",
              "type" : "uri",
              "documentation" : "Search for resources which have the given profile"
            },
            {
              "name" : "_security",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-_security",
              "type" : "token",
              "documentation" : "Search for resources which have the given security labels"
            },
            {
              "name" : "_tag",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-_tag",
              "type" : "token",
              "documentation" : "Search for resources which have the given tag"
            },
            {
              "name" : "_text",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-_text",
              "type" : "string",
              "documentation" : "Search the contents of the resource's narrative using a fulltext search"
            },
            {
              "name" : "actionGuidanceForReference",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-actionGuidanceForReference",
              "type" : "reference",
              "documentation" : "Action guidance for reference"
            },
            {
              "name" : "actionGuidanceForType",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-actionGuidanceForType",
              "type" : "token",
              "documentation" : "The action guidance for type"
            },
            {
              "name" : "actionGuidanceType",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-actionGuidanceType",
              "type" : "token",
              "documentation" : "The action guidance type"
            },
            {
              "name" : "code",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-code",
              "type" : "token",
              "documentation" : "The code"
            },
            {
              "name" : "identifier",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-identifier",
              "type" : "token",
              "documentation" : "The identifier"
            },
            {
              "name" : "intendedAudience",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-intendedAudience",
              "type" : "reference",
              "documentation" : "The intended audience"
            },
            {
              "name" : "recommendation",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-recommendation",
              "type" : "token",
              "documentation" : "The recommendation"
            },
            {
              "name" : "reference",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-reference",
              "type" : "reference",
              "documentation" : "The modifier reference"
            },
            {
              "name" : "role",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-role",
              "type" : "token",
              "documentation" : "The modifier role"
            },
            {
              "name" : "status",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-status",
              "type" : "token",
              "documentation" : "The current status"
            },
            {
              "name" : "viewForReference",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-viewForReference",
              "type" : "reference",
              "documentation" : "View for reference"
            },
            {
              "name" : "viewForType",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-viewForType",
              "type" : "token",
              "documentation" : "The view for type"
            },
            {
              "name" : "viewType",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Basic-viewType",
              "type" : "token",
              "documentation" : "The view type"
            }
          ],
          "operation" : [
            {
              "name" : "validate",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"
            }
          ]
        },
        {
          "type" : "OperationDefinition",
          "profile" : "http://hl7.org/fhir/StructureDefinition/OperationDefinition",
          "interaction" : [
            {
              "code" : "read"
            }
          ],
          "searchInclude" : [
            "*"
          ],
          "searchRevInclude" : [
            "Basic:actionGuidanceForReference",
            "Basic:intendedAudience",
            "Basic:reference",
            "Basic:viewForReference",
            "Questionnaire:reference",
            "StructureDefinition:valueset"
          ]
        },
        {
          "type" : "Questionnaire",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Questionnaire",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "delete"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            },
            {
              "code" : "update"
            }
          ],
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "searchInclude" : [
            "*"
          ],
          "searchRevInclude" : [
            "Basic:actionGuidanceForReference",
            "Basic:intendedAudience",
            "Basic:reference",
            "Basic:viewForReference",
            "Questionnaire:reference",
            "StructureDefinition:valueset"
          ],
          "searchParam" : [
            {
              "name" : "_content",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-_content",
              "type" : "string",
              "documentation" : "Search the contents of the resource's data using a fulltext search"
            },
            {
              "name" : "_has",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-_has",
              "type" : "string",
              "documentation" : "Return resources linked to by the given target"
            },
            {
              "name" : "_id",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-_id",
              "type" : "token",
              "documentation" : "The ID of the resource"
            },
            {
              "name" : "_language",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-_language",
              "type" : "string",
              "documentation" : "The language of the resource"
            },
            {
              "name" : "_lastUpdated",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-_lastUpdated",
              "type" : "date",
              "documentation" : "Only return resources which were last updated as specified by the given range"
            },
            {
              "name" : "_profile",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-_profile",
              "type" : "uri",
              "documentation" : "Search for resources which have the given profile"
            },
            {
              "name" : "_security",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-_security",
              "type" : "token",
              "documentation" : "Search for resources which have the given security labels"
            },
            {
              "name" : "_tag",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-_tag",
              "type" : "token",
              "documentation" : "Search for resources which have the given tag"
            },
            {
              "name" : "_text",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-_text",
              "type" : "string",
              "documentation" : "Search the contents of the resource's narrative using a fulltext search"
            },
            {
              "name" : "code",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-code",
              "type" : "token",
              "documentation" : "A code that corresponds to one of its items in the questionnaire"
            },
            {
              "name" : "date",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-date",
              "type" : "date",
              "documentation" : "The questionnaire publication date"
            },
            {
              "name" : "description",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-description",
              "type" : "string",
              "documentation" : "The description of the questionnaire"
            },
            {
              "name" : "effective",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-effective",
              "type" : "date",
              "documentation" : "The time during which the questionnaire is intended to be in use"
            },
            {
              "name" : "identifier",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-identifier",
              "type" : "token",
              "documentation" : "External identifier for the questionnaire"
            },
            {
              "name" : "jurisdiction",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-jurisdiction",
              "type" : "token",
              "documentation" : "Intended jurisdiction for the questionnaire"
            },
            {
              "name" : "name",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-name",
              "type" : "string",
              "documentation" : "Computationally friendly name of the questionnaire"
            },
            {
              "name" : "publisher",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-publisher",
              "type" : "string",
              "documentation" : "Name of the publisher of the questionnaire"
            },
            {
              "name" : "reference",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-reference",
              "type" : "reference",
              "documentation" : "Modifier reference"
            },
            {
              "name" : "role",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-role",
              "type" : "token",
              "documentation" : "Modifier role"
            },
            {
              "name" : "status",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-status",
              "type" : "token",
              "documentation" : "The current status of the questionnaire"
            },
            {
              "name" : "title",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-title",
              "type" : "string",
              "documentation" : "The human-friendly name of the questionnaire"
            },
            {
              "name" : "type",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-type",
              "type" : "token",
              "documentation" : "Questionnaire type"
            },
            {
              "name" : "url",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-url",
              "type" : "uri",
              "documentation" : "The uri that identifies the questionnaire"
            },
            {
              "name" : "version",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/Questionnaire-version",
              "type" : "token",
              "documentation" : "The business version of the questionnaire"
            }
          ],
          "operation" : [
            {
              "name" : "validate",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"
            }
          ]
        },
        {
          "type" : "StructureDefinition",
          "profile" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-definedquestion",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "delete"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            },
            {
              "code" : "update"
            }
          ],
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "*",
            "StructureDefinition:valueset"
          ],
          "searchRevInclude" : [
            "Basic:actionGuidanceForReference",
            "Basic:intendedAudience",
            "Basic:reference",
            "Basic:viewForReference",
            "Questionnaire:reference",
            "StructureDefinition:valueset"
          ],
          "searchParam" : [
            {
              "name" : "_content",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-_content",
              "type" : "string",
              "documentation" : "Search the contents of the resource's data using a fulltext search"
            },
            {
              "name" : "_filter",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-_filter",
              "type" : "string",
              "documentation" : "Search the contents of the resource's data using a filter"
            },
            {
              "name" : "_has",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-_has",
              "type" : "string",
              "documentation" : "Return resources linked to by the given target"
            },
            {
              "name" : "_id",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-_id",
              "type" : "token",
              "documentation" : "The ID of the resource"
            },
            {
              "name" : "_language",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-_language",
              "type" : "string",
              "documentation" : "The language of the resource"
            },
            {
              "name" : "_lastUpdated",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-_lastUpdated",
              "type" : "date",
              "documentation" : "Only return resources which were last updated as specified by the given range"
            },
            {
              "name" : "_profile",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-_profile",
              "type" : "uri",
              "documentation" : "Search for resources which have the given profile"
            },
            {
              "name" : "_security",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-_security",
              "type" : "token",
              "documentation" : "Search for resources which have the given security labels"
            },
            {
              "name" : "_source",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-_source",
              "type" : "uri",
              "documentation" : "Search for resources which have the given source value (Resource.meta.source)"
            },
            {
              "name" : "_tag",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-_tag",
              "type" : "token",
              "documentation" : "Search for resources which have the given tag"
            },
            {
              "name" : "_text",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-_text",
              "type" : "string",
              "documentation" : "Search the contents of the resource's narrative using a fulltext search"
            },
            {
              "name" : "abstract",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-abstract",
              "type" : "token",
              "documentation" : "Whether the structure is abstract"
            },
            {
              "name" : "base",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-base",
              "type" : "uri",
              "documentation" : "Definition that this type is constrained/specialized from"
            },
            {
              "name" : "base-path",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-base-path",
              "type" : "token",
              "documentation" : "Path that identifies the base element"
            },
            {
              "name" : "context-type",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-context-type",
              "type" : "token",
              "documentation" : "resource | datatype | extension"
            },
            {
              "name" : "date",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-date",
              "type" : "date",
              "documentation" : "The structure definition publication date"
            },
            {
              "name" : "derivation",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-derivation",
              "type" : "token",
              "documentation" : "specialization | constraint - How relates to base definition"
            },
            {
              "name" : "description",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-description",
              "type" : "string",
              "documentation" : "The description of the structure definition"
            },
            {
              "name" : "experimental",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-experimental",
              "type" : "token",
              "documentation" : "For testing purposes, not real usage"
            },
            {
              "name" : "ext-context",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-ext-context",
              "type" : "string",
              "documentation" : "Where the extension can be used in instances"
            },
            {
              "name" : "identifier",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-identifier",
              "type" : "token",
              "documentation" : "External identifier for the structure definition"
            },
            {
              "name" : "jurisdiction",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-jurisdiction",
              "type" : "token",
              "documentation" : "Intended jurisdiction for the structure definition"
            },
            {
              "name" : "keyword",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-keyword",
              "type" : "token",
              "documentation" : "A code for the profile"
            },
            {
              "name" : "kind",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-kind",
              "type" : "token",
              "documentation" : "primitive-type | complex-type | resource | logical"
            },
            {
              "name" : "name",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-name",
              "type" : "string",
              "documentation" : "Computationally friendly name of the structure definition"
            },
            {
              "name" : "path",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-path",
              "type" : "token",
              "documentation" : "A path that is constrained in the profile"
            },
            {
              "name" : "publisher",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-publisher",
              "type" : "string",
              "documentation" : "Name of the publisher of the structure definition"
            },
            {
              "name" : "status",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-status",
              "type" : "token",
              "documentation" : "The current status of the structure definition"
            },
            {
              "name" : "title",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-title",
              "type" : "string",
              "documentation" : "The human-friendly name of the structure definition"
            },
            {
              "name" : "type",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-type",
              "type" : "token",
              "documentation" : "Type defined or constrained by this structure"
            },
            {
              "name" : "url",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-url",
              "type" : "uri",
              "documentation" : "The uri that identifies the structure definition"
            },
            {
              "name" : "valueset",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-valueset",
              "type" : "reference",
              "documentation" : "A vocabulary binding reference"
            },
            {
              "name" : "version",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/SearchParameter/StructureDefinition-version",
              "type" : "token",
              "documentation" : "The business version of the structure definition"
            }
          ],
          "operation" : [
            {
              "name" : "validate",
              "definition" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"
            }
          ]
        }
      ]
    }
  ]
}