This page is part of the Specialty Medication Enrollment (v1.0.0: STU1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "specialty-rx-task-smart-launch-1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-task-smart-launch";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-task-smart-launch> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: SMART App Context ID: launch-context-id-01345005</p><p><b>status</b>: requested</p><p><b>intent</b>: plan</p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-task-type complete-app-questionnaire}\">Complete Questionnaire in SMART App</span></p><p><b>description</b>: Launch the My Pharmacy SMART app and complete the questionnaire.</p><p><b>for</b>: <a href=\"Patient-specialty-rx-patient-1.html\">Generated Summary: id: 1234; active; Timothy V. Doe ; Phone: 555-555-5555, tim.doe@example.com; gender: male; birthDate: 1987-02-20</a></p><p><b>authoredOn</b>: 2020-03-11</p><p><b>requester</b>: <a href=\"Organization-specialty-rx-organization-pharmacy-1.html\">Our Pharmacy. Generated Summary: id: 1669512345; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: Our Pharmacy; Phone: 952-555-5555, contact-our-pharmacy@example.org</a></p><p><b>owner</b>: <a href=\"Practitioner-specialty-rx-practitioner-1.html\">Jane Smith MD. Generated Summary: id: 9941339108; Jane Smith ; Phone: 555-555-5555, Fax: 555-555-1234, jane.smith@example.org</a></p><p><b>reasonReference</b>: <a href=\"MedicationRequest-specialty-rx-medicationrequest-1.html\">Humira Injector Pen - 2020-03-10. Generated Summary: status: active; intent: order; <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 1872980}, {http://hl7.org/fhir/sid/ndc 00074055401}\">Humira 40 MG in 0.4 ML Auto-Injector</span>; authoredOn: 2020-03-10</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-task-input-type smart-app-client-id}\">SMART Application Client ID</span></td><td>id: smart-app-1033450</td></tr></table></div>"
];
fhir:Task.identifier [
fhir:index 0;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-task-identifier-type" ];
fhir:Coding.code [ fhir:value "app-context" ];
fhir:Coding.display [ fhir:value "SMART App Context ID" ] ] ];
fhir:Identifier.system [ fhir:value "https://my-pharmacy-smart-app.com/app-context-id" ];
fhir:Identifier.value [ fhir:value "launch-context-id-01345005" ]
];
fhir:Task.status [ fhir:value "requested"];
fhir:Task.intent [ fhir:value "plan"];
fhir:Task.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-task-type" ];
fhir:Coding.code [ fhir:value "complete-app-questionnaire" ];
fhir:Coding.display [ fhir:value "Complete Questionnaire in SMART App" ] ]
];
fhir:Task.description [ fhir:value "Launch the My Pharmacy SMART app and complete the questionnaire."];
fhir:Task.for [
fhir:Reference.reference [ fhir:value "Patient/specialty-rx-patient-1" ]
];
fhir:Task.authoredOn [ fhir:value "2020-03-11"^^xsd:date];
fhir:Task.requester [
fhir:Reference.reference [ fhir:value "Organization/specialty-rx-organization-pharmacy-1" ];
fhir:Reference.display [ fhir:value "Our Pharmacy" ]
];
fhir:Task.owner [
fhir:Reference.reference [ fhir:value "Practitioner/specialty-rx-practitioner-1" ];
fhir:Reference.display [ fhir:value "Jane Smith MD" ]
];
fhir:Task.reasonReference [
fhir:Reference.reference [ fhir:value "MedicationRequest/specialty-rx-medicationrequest-1" ];
fhir:Reference.display [ fhir:value "Humira Injector Pen - 2020-03-10" ]
];
fhir:Task.input [
fhir:index 0;
fhir:Task.input.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-task-input-type" ];
fhir:Coding.code [ fhir:value "smart-app-client-id" ];
fhir:Coding.display [ fhir:value "SMART Application Client ID" ] ] ];
fhir:Task.input.valueIdentifier [
fhir:Identifier.value [ fhir:value "smart-app-1033450" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.