Provide validation output processing guidance

XMLWordPrintableJSON

    • Type: Change Request
    • Resolution: Persuasive
    • Priority: Medium
    • Structured Data Capture (SDC) (FHIR)
    • current
    • FHIR Infrastructure
    • Using Expressions
    • Hide

      Will ensure this extension is added to the 'using expressions' page.  Will indicate that the relative path should follow the same syntax as OperationOutcome.expression.

      Show
      Will ensure this extension is added to the 'using expressions' page.  Will indicate that the relative path should follow the same syntax as OperationOutcome.expression.
    • Paul Lynch/Peter Muir: 6-0-0
    • Clarification
    • Non-substantive

      Include the constraint http://hl7.org/fhir/extension-questionnaire-constraint.html on the using expressions guidance page.

      Also need to provide some additional guidance on the usage of the location property in this constraint.

       

      {
      "resourceType": "OperationOutcome",
      "issue": [
      {
      "severity": "error",
      "code": "required",
      "details":

      { "text": "Review Date not within encounter period" }

      ,
      "location": [
      "QuestionnaireResponse.item[0].item[0].item[1].answer[0]", // review date
      "QuestionnaireResponse.item[0].item[0].item[2].item[1].answer[0]", // start period
      "QuestionnaireResponse.item[0].item[0].item[2].item[2].answer[0]" // end period
      ]
      },

      // definition
      <item (item[0].item[0])>
      <type value=group/>
      <extension url="location" >
      <valueString value="item[1].answer[0]"/>
      <valueString value="item[2].item[1].answer[0]"/>
      <valueString value="item[2].item[2].answer[0]"/>
      </extension>
      </item>

            Assignee:
            Unassigned
            Reporter:
            Brian Postlethwaite
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: