FHIR IG analytics| Package | hl7.fhir.us.specialty-rx.r4 |
| Resource Type | Task |
| Id | Task-specialty-rx-task-smart-launch-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
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
| - | Type | Value[x] |
| * | SMART Application Client ID (Specialty Rx Code System - Task Characteristic#smart-app-client-id) | id: smart-app-1033450 |
{
"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"
}
}
]
}