Uploaded image for project: 'FHIR Specification Feedback'
  1. FHIR Specification Feedback
  2. FHIR-30376

Provide validation output processing guidance

    XMLWordPrintableJSON

Details

    • Icon: Change Request Change Request
    • Resolution: Persuasive
    • Icon: Medium 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

    Description

      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>

      Attachments

        Activity

          People

            Unassigned Unassigned
            brian.postlethwaite Brian Postlethwaite
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: