FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.specialty-rx.r4
Resource TypeTask
IdTask-specialty-rx-task-smart-launch-2-ids.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Task

Resource Task "specialty-rx-task-smart-launch-2-ids"

Profile: Specialty Rx Task - SMART Launch

identifier: SMART App Context ID: launch-context-id-01345005

status: requested

intent: plan

code: Complete Questionnaire in SMART App (Specialty Rx Code System - Task Characteristic#complete-app-questionnaire)

description: Launch the My Pharmacy SMART app and complete the questionnaire.

for: Patient/specialty-rx-patient-1 " DOE"

authoredOn: 2020-03-11

requester: : Our Pharmacy

owner: : Jane Smith MD

reasonReference: : Humira Injector Pen - 2020-03-10

input

type: SMART Application Client ID (Specialty Rx Code System - Task Characteristic#smart-app-client-id)

value: id: smart-app-1033450

input

type: SMART Application Launch URL (Specialty Rx Code System - Task Characteristic#smart-app-launch-url)

value: https://my-pharmacy-smart-app.com


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}