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

Extension-questionnaire-sdc-endpoint.json

Raw JSON (canonical form)

Where to send answers

{
  "resourceType": "ExtensionDefinition",
  "id": "questionnaire-sdc-endpoint",
  "url": "http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-endpoint",
  "name": "Where to send answers",
  "publisher": "U.S. Office of the National Coordinator (ONC)'s Standards and Infrastructure (S&I) Structured Data Capture project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://wiki.siframework.org/Structured+Data+Capture+Initiative"
        }
      ]
    }
  ],
  "description": "The base URL for the server to which questionnaire answers associated with this questionnaire should be submitted.",
  "status": "draft",
  "date": "2014-04-21",
  "contextType": "resource",
  "context": [
    "Questionnaire"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Where to send answers",
      "definition": "The base URL for the server to which questionnaire answers associated with this questionnaire should be submitted.",
      "comments": "Indicates that the form has been designed with an expectation that it will be submitted to the specified URI.  If multiple endpoints are specified, expectation is that answers are submitted to all endpoints.",
      "min": 0,
      "max": "*",
      "type": [
        {
          "code": "uri"
        }
      ]
    }
  ]
}

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.