Uploaded image for project: 'MADiE Issue Tracker'
  1. MADiE Issue Tracker
  2. MADIE-1544

Procedure DRC retrieve

XMLWordPrintable

    • Icon: Question Question
    • Resolution: Resolved
    • Icon: Blocker Blocker
    • None

      Hello,

      We are unable to retrieve QICoreProcedure with a DRC in MADiE, using the QICore 4.1.1 authoring pattern, or an attempted workaround. Is this an unexpected finding, or a known issue similar to CQLIT-368? Kindly advise. See more findings below. Thank you!

      In MADiE, the following retrieves cannot be met given the test case. Upon executing the test case, the highlighting does seem to indicate that a Procedure and the direct reference code is being recognized.

      //Per QICore 4.1.1 authoring pattern
      define "Test 1":
      [Procedure: "Introduction of Serum, Toxoid and Vaccine into Muscle, Percutaneous Approach"]
      
      //Attempted workaround
      define "Test 2":
      [Procedure] P
      where P.code ~ "Introduction of Serum, Toxoid and Vaccine into Muscle, Percutaneous Approach" 
      
      //codesystem "ICD10": 'http://hl7.org/fhir/sid/icd-10'
      //code "Introduction of Serum, Toxoid and Vaccine into Muscle, Percutaneous Approach": '3E0234Z' from "ICD10" display 'Introduction of Serum, Toxoid and Vaccine into Muscle, Percutaneous Approach'
      
      //Test case snippet relevant for these definitions
      ...
      {
            "fullUrl": "Procedure/Procedure-5a",
            "resource": {
              "resourceType": "Procedure",
              "id": "Procedure-5a",
              "meta": {
                "profile": [
                  "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedure"
                ]
              },
              "subject": {
                "reference": "Patient/Patient-1"
              },
              "status": "completed",
              "code": {
                "coding": [
                  {
                    "code": "3E0234Z",
                    "system": "http://www.cms.gov/Medicare/Coding/ICD10",
                    "display": "Introduction of Serum, Toxoid and Vaccine into Muscle, Percutaneous Approach"
                  }
                ]
              },
              "extension": [
                {
                  "url": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-recorded",
                  "valueDateTime": "2024-12-31T00:00:00.000Z"
                }
              ],
              "performedPeriod": {
                "start": "2022-01-03T00:00:00.000Z",
                "end": "2022-01-03T23:59:59.000Z"
              }
            }
          },...

        1. ChildhoodImmunizationStatusFHIR.txt
          35 kB
          Dorothy Lee
        2. image-2023-07-31-12-17-01-887.png
          11 kB
          Dorothy Lee
        3. NUMERPass-HepBNewBorn.txt
          24 kB
          Dorothy Lee

            Heather.Frideres Heather Frideres
            dlee38 Dorothy Lee
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: