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-1.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-1"

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: Organization/specialty-rx-organization-pharmacy-1: Our Pharmacy "Our Pharmacy"

owner: Practitioner/specialty-rx-practitioner-1: Jane Smith MD " SMITH"

reasonReference: MedicationRequest/specialty-rx-medicationrequest-1: Humira Injector Pen - 2020-03-10

Inputs

-TypeValue[x]
*SMART Application Client ID (Specialty Rx Code System - Task Characteristic#smart-app-client-id)id: smart-app-1033450

Source1

{
  "resourceType": "Task",
  "id": "specialty-rx-task-smart-launch-1",
  "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": {
    "reference": "Organization/specialty-rx-organization-pharmacy-1",
    "display": "Our Pharmacy"
  },
  "owner": {
    "reference": "Practitioner/specialty-rx-practitioner-1",
    "display": "Jane Smith MD"
  },
  "reasonReference": {
    "reference": "MedicationRequest/specialty-rx-medicationrequest-1",
    "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"
      }
    }
  ]
}