FHIR IG analytics| Package | hl7.fhir.us.medication-rems.r4 |
| Resource Type | Task |
| Id | Task-medication-rems-task-smart-launch-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task medication-rems-task-smart-launch-1
Profile: Medication REMS Task - SMART Launch
status: Requested
intent: proposal
code: Launch application using the SMART EHR launch
description: Complete patient enrollment using the DRUG-X REMS SMART app
for: August Samuels
authoredOn: 2024-02-13
input
type: SMART on FHIR application URL.
input
type: Application context related to this launch.
value: {"providerSystemPatientId":"123"}
{
"resourceType": "Task",
"id": "medication-rems-task-smart-launch-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/medication-rems/StructureDefinition/medication-rems-task-smart-launch"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "requested",
"intent": "proposal",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes",
"code": "launch-app-ehr",
"display": "Launch application using the SMART EHR launch"
}
]
},
"description": "Complete patient enrollment using the DRUG-X REMS SMART app",
"for": {
"reference": "Patient/example-patient-123",
"display": "August Samuels"
},
"authoredOn": "2024-02-13",
"input": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes",
"code": "smartonfhir-application",
"display": "SMART on FHIR application URL."
}
]
},
"valueUrl": "https://example.org/DRUG-X/smart-application"
},
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes",
"code": "smartonfhir-appcontext",
"display": "Application context related to this launch."
}
]
},
"valueString": "{\"providerSystemPatientId\":\"123\"}"
}
]
}