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 Where to send answers - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-endpoint

Status: draft

The base URL for the server to which questionnaire answers associated with this questionnaire should be submitted.

U.S. Office of the National Coordinator (ONC)'s Standards and Infrastructure (S&I) Structured Data Capture project

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-endpoint
Where to send answers: The base URL for the server to which questionnaire answers associated with this questionnaire should be submitted.
Use on element: Questionnaire
..valueUri 0..*uriWhere to send answers
Use on element: Questionnaire

XML Template

<!-- Where to send answers -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-endpoint" >
 <!-- from Element: extension -->
 <valueUri value="[uri]"/>
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-endpoint" : { // Where to send answers
    "valueUri" : ["<uri>"] //Where to send answers
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-endpoint
Where to send answers: The base URL for the server to which questionnaire answers associated with this questionnaire should be submitted.
Use on element: Questionnaire
..valueUri 0..*uriWhere to send answers
Use on element: Questionnaire

XML Template

<!-- Where to send answers -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/questionnaire-sdc-endpoint" >
 <!-- from Element: extension -->
 <valueUri value="[uri]"/>
</extension>

JSON Template

to do