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

dtr launch needs examples

    XMLWordPrintableJSON

Details

    • Icon: Change Request Change Request
    • Resolution: Persuasive
    • Icon: Medium Medium
    • US Da Vinci DTR (FHIR)
    • 1.1.0-ballot [deprecated]
    • Clinical Decision Support
    • Launch outside of CRD [deprecated]
    • Hide

      Will create examples demonstrating each of the DTR launch modes for inclusion in the implementation guide: 

      • Launch from information returned from CRD
      • Re-launch from saved
      • Stand-alone launch
      • CDex launch (originated by PAS and pure CDex)
      Show
      Will create examples demonstrating each of the DTR launch modes for inclusion in the implementation guide:  Launch from information returned from CRD Re-launch from saved Stand-alone launch CDex launch (originated by PAS and pure CDex)
    • Lloyd McKenzie/Greg White: 18-0-0
    • Clarification
    • Non-substantive

    Description

      The DTR launch page has been partially updated but still needs examples to reflect other changes that have been made. Something along the lines of:

      The context provided to DTR will be part of the coverage-information extension written by the CRD service onto the related resource. For example, the launch context to DTR following an order-sign should look like:

      { "access_token":"secret-xyz", "patient":"123", "fhirContext":[\{"reference":"ServiceRequest/123"}

      ]

      }

       

      And within that service request the DTR app can find the coverage and the questionnaire canonical:

      {

        "resourceType": "ServiceRequest",

        "id": "ekvKP44x8eGUDxCkel5XOy7jgYtdj5AQZ0CsaM5iI8F03",

        "extension": [

          

      {       "valueBoolean": true,       "url": [http://open.epic.com/FHIR/StructureDefinition/extension/is-scannable-order]     }

      ,

          {

            "extension": [

              {

                "valueCoding": 

      {             "system": [http://hl7.org/fhir/us/davinci-crd/CodeSystem/coverageGuidance],             "code": "clinical"           }

      ,

                "url": "coverageInfo"

              },

              {

                "valueReference": 

      {             "reference": "Coverage/example-coverage-id"           }

      ,

                "url": "coverage"

              },

              

      {           "valueDate": "2023-05-01",           "url": "date"         }

      ,

              

      {           "valueString": "example-trace-number-123",           "url": "identifier"         }

      ,

              

      {           "valueCanonical": [http://example.org/sdh/dtr/aslp/Questionnaire/ASLPA1],           "url": "questionnaire"         }

            ],

            "url": http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-coverage-information

          }

        ],

      Attachments

        Activity

          People

            rgeimer Rick Geimer
            kjohnsen Kyle Johnsen
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: