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

change the expression of the cmp-2 invariant

    XMLWordPrintableJSON

Details

    • Icon: Change Request Change Request
    • Resolution: Unresolved
    • Icon: Highest Highest
    • FHIR Core (FHIR)
    • R5
    • Structured Documents
    • Composition
    • (profiles)
    • composition.section

    Description

      https://build.fhir.org/composition.profile.json.html

      {             "key": "cmp-2",             "severity": "error",             "human": "A section can only have an emptyReason if it is empty",             "expression": "emptyReason.empty() or entry.empty()",             "xpath": "not(exists(f:emptyReason) and exists(f:entry))",             "source": "http://hl7.org/fhir/StructureDefinition/clinicaldocument"           }

      ,
                
                

      Current:
        "expression" : "emptyReason.empty() or entry.empty()",
        
      Recommended change:
          "expression"   "not(emptyReason.exists() and entry.exists())",

      The reason for the change request is:
      The current expression does not align with the human description accurately and does conform to the xpath expression.

      This invariant might have a significant impact on the IPS downstream.

      Attachments

        Activity

          People

            Unassigned Unassigned
            thomas.zhou@gov.ab.ca ThomasZhou [X] (Inactive)
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: