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

Uncorrect FhirPath expression in nsd-1

    XMLWordPrintableJSON

Details

    • Icon: Change Request Change Request
    • Resolution: Persuasive
    • Icon: Medium Medium
    • FHIR Core (FHIR)
    • STU3
    • FHIR Infrastructure
    • NamingSystem
    • Hide

      fix

      Show
      fix
    • Grahame Grieve/Josh Mandel: 42-0-6
    • Enhancement
    • Non-substantive
    • STU3

    Description

      The fhirpath and xpath expression in nsd-1 do not express the same thing:

      <constraint>
      <key value="nsd-1"/>
      <severity value="error"/>
      <human value="Root systems cannot have uuid identifiers"/>
      <expression value="kind != 'root' or uniqueId.type = 'uuid'"/>
      <xpath value="not(f:kind/@value='root' and f:uniqueId/f:type/@value='uuid')"/>
      </constraint>

      Please update to: kind != 'root' or uniqueId.type != 'uuid'

      Attachments

        Activity

          People

            Unassigned Unassigned
            martensmits Marten Smits
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: