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

This page is part of the US Medication REMS (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

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

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medication-rems-task-smart-launch-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/medication-rems/StructureDefinition/medication-rems-task-smart-launch"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/medication-rems/StructureDefinition/medication-rems-task-smart-launch>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"medication-rems-task-smart-launch-1\"> </a><a name=\"hcmedication-rems-task-smart-launch-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Task &quot;medication-rems-task-smart-launch-1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medication-rems-task-smart-launch.html\">Medication REMS Task - SMART Launch</a></p></div><p><b>status</b>: requested</p><p><b>intent</b>: proposal</p><p><b>code</b>: Launch application using the SMART EHR launch <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/smart-app-launch/STU2.1/CodeSystem-smart-codes.html\">SMART on FHIR terminology.</a>#launch-app-ehr)</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\">Patient/example-patient-123: August Samuels</a> &quot; SAMUELS&quot;</p><p><b>authoredOn</b>: 2024-02-13</p><blockquote><p><b>input</b></p><p><b>type</b>: SMART on FHIR application URL. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/smart-app-launch/STU2.1/CodeSystem-smart-codes.html\">SMART on FHIR terminology.</a>#smartonfhir-application)</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>: Application context related to this launch. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/smart-app-launch/STU2.1/CodeSystem-smart-codes.html\">SMART on FHIR terminology.</a>#smartonfhir-appcontext)</span></p><p><b>value</b>: {&quot;providerSystemPatientId&quot;:&quot;123&quot;}</p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "launch-app-ehr" ] ;
fhir:display [ fhir:v "Launch application using the SMART EHR launch" ]     ] )
  ] ; # 
  fhir:description [ fhir:v "Complete patient enrollment using the DRUG-X REMS SMART app"] ; # 
  fhir:for [
fhir:reference [ fhir:v "Patient/example-patient-123" ] ;
fhir:display [ fhir:v "August Samuels" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2024-02-13"^^xsd:date] ; # 
  fhir:input ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "smartonfhir-application" ] ;
fhir:display [ fhir:v "SMART on FHIR application URL." ]       ] )     ] ;
fhir:value [ fhir:v "https://example.org/DRUG-X/smart-application"^^xsd:anyURI ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "smartonfhir-appcontext" ] ;
fhir:display [ fhir:v "Application context related to this launch." ]       ] )     ] ;
fhir:value [ fhir:v "{\"providerSystemPatientId\":\"123\"}" ]
  ] ) . #