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

FHIR IG analytics

Packagehl7.fhir.us.medication-rems.r4
Resource TypeTask
IdTask-medication-rems-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 medication-rems-task-smart-launch-1

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.

value: https://example.org/DRUG-X/smart-application

input

type: Application context related to this launch.

value: {"providerSystemPatientId":"123"}


Source1

{
  "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\"}"
    }
  ]
}