US Medication Risk Evaluation and Mitigation Strategies (REMS) FHIR IG
1.0.0 - STU1 United States of America flag

US Medication Risk Evaluation and Mitigation Strategies (REMS) FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-medication-rems-ig/ and changes regularly. See the Directory of published versions

: medication-rems-task-smart-launch-1 - JSON Representation

Raw json | Download


{
  "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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task medication-rems-task-smart-launch-1</b></p><a name=\"medication-rems-task-smart-launch-1\"> </a><a name=\"hcmedication-rems-task-smart-launch-1\"> </a><a name=\"medication-rems-task-smart-launch-1-en-US\"> </a><p><b>status</b>: Requested</p><p><b>intent</b>: proposal</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes launch-app-ehr}\">Launch application using the SMART EHR launch</span></p><p><b>description</b>: Complete patient enrollment using the DRUG-X REMS SMART app</p><p><b>for</b>: <a href=\"Patient-example-patient-123.html\">August Samuels</a></p><p><b>authoredOn</b>: 2024-02-13</p><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes smartonfhir-application}\">SMART on FHIR application URL.</span></p><p><b>value</b>: <a href=\"https://example.org/DRUG-X/smart-application\">https://example.org/DRUG-X/smart-application</a></p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes smartonfhir-appcontext}\">Application context related to this launch.</span></p><p><b>value</b>: {&quot;providerSystemPatientId&quot;:&quot;123&quot;}</p></blockquote></div>"
  },
  "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\"}"
    }
  ]
}