Specialty Medication Enrollment
2.0.0 - STU2 US United States of America flag

This page is part of the Specialty Medication Enrollment (v2.0.0: STU2) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Specialty Rx Task - SMART Launch 2 with IDs - JSON Representation

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "specialty-rx-task-smart-launch-2-ids",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-task-smart-launch"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"specialty-rx-task-smart-launch-2-ids\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Task &quot;specialty-rx-task-smart-launch-2-ids&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-specialty-rx-task-smart-launch.html\">Specialty Rx Task - SMART Launch</a></p></div><p><b>identifier</b>: SMART App Context ID: launch-context-id-01345005</p><p><b>status</b>: requested</p><p><b>intent</b>: plan</p><p><b>code</b>: Complete Questionnaire in SMART App <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-specialty-rx-task-characteristic.html\">Specialty Rx Code System - Task Characteristic</a>#complete-app-questionnaire)</span></p><p><b>description</b>: Launch the My Pharmacy SMART app and complete the questionnaire.</p><p><b>for</b>: <a href=\"Patient-specialty-rx-patient-1.html\">Patient/specialty-rx-patient-1</a> &quot; DOE&quot;</p><p><b>authoredOn</b>: 2020-03-11</p><p><b>requester</b>: <span>: Our Pharmacy</span></p><p><b>owner</b>: <span>: Jane Smith MD</span></p><p><b>reasonReference</b>: <span>: Humira Injector Pen - 2020-03-10</span></p><blockquote><p><b>input</b></p><p><b>type</b>: SMART Application Client ID <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-specialty-rx-task-characteristic.html\">Specialty Rx Code System - Task Characteristic</a>#smart-app-client-id)</span></p><p><b>value</b>: id:\u00a0smart-app-1033450</p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: SMART Application Launch URL <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-specialty-rx-task-characteristic.html\">Specialty Rx Code System - Task Characteristic</a>#smart-app-launch-url)</span></p><p><b>value</b>: <a href=\"https://my-pharmacy-smart-app.com\">https://my-pharmacy-smart-app.com</a></p></blockquote></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-task-characteristic",
            "code" : "app-context",
            "display" : "SMART App Context ID"
          }
        ]
      },
      "system" : "https://my-pharmacy-smart-app.com/app-context-id",
      "value" : "launch-context-id-01345005"
    }
  ],
  "status" : "requested",
  "intent" : "plan",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-task-characteristic",
        "code" : "complete-app-questionnaire",
        "display" : "Complete Questionnaire in SMART App"
      }
    ]
  },
  "description" : "Launch the My Pharmacy SMART app and complete the questionnaire.",
  "for" : {
    "reference" : "Patient/specialty-rx-patient-1"
  },
  "authoredOn" : "2020-03-11",
  "requester" : {
    "identifier" : {
      "system" : "http://terminology.hl7.org/CodeSystem/NCPDPProviderIdentificationNumber",
      "value" : "0999017"
    },
    "display" : "Our Pharmacy"
  },
  "owner" : {
    "identifier" : {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "9941339108"
    },
    "display" : "Jane Smith MD"
  },
  "reasonReference" : {
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PLAC",
            "display" : "Placer Identifier"
          }
        ]
      },
      "value" : "prescription-70222056"
    },
    "display" : "Humira Injector Pen - 2020-03-10"
  },
  "input" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-task-characteristic",
            "code" : "smart-app-client-id",
            "display" : "SMART Application Client ID"
          }
        ]
      },
      "valueIdentifier" : {
        "value" : "smart-app-1033450"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-task-characteristic",
            "code" : "smart-app-launch-url",
            "display" : "SMART Application Launch URL"
          }
        ]
      },
      "valueUrl" : "https://my-pharmacy-smart-app.com"
    }
  ]
}