SMART App Launch
2.2.0 - STU 2.2 International flag

SMART App Launch, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smart-app-launch/ and changes regularly. See the Directory of published versions

: SMART on FHIR terminology. - TTL Representation

Active as of 2024-05-14

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "smart-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">launch-app-ehr<a name=\"smart-codes-launch-app-ehr\"> </a></td><td>Launch application using the SMART EHR launch</td><td>The task suggest launching an application using the SMART on FHIR EHR launch.</td></tr><tr><td style=\"white-space:nowrap\">launch-app-standalone<a name=\"smart-codes-launch-app-standalone\"> </a></td><td>Launch application using the SMART standalone launch</td><td>The task suggest launching an application using the SMART on FHIR standalone launch.</td></tr><tr><td style=\"white-space:nowrap\">smartonfhir-application<a name=\"smart-codes-smartonfhir-application\"> </a></td><td>SMART on FHIR application URL.</td><td>The URL of a SMART on FHIR application.</td></tr><tr><td style=\"white-space:nowrap\">smartonfhir-appcontext<a name=\"smart-codes-smartonfhir-appcontext\"> </a></td><td>Application context related to this launch.</td><td>The application context (appContext) to be passed to the application after launch.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fhir" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.2.0"] ; # 
  fhir:name [ fhir:v "SmartOnFhirCodes"] ; # 
  fhir:title [ fhir:v "SMART on FHIR terminology."] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-05-14T20:30:06+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / FHIR Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes used in profiles related to SMART on FHIR."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "launch-app-ehr" ] ;
fhir:display [ fhir:v "Launch application using the SMART EHR launch" ] ;
fhir:definition [ fhir:v "The task suggest launching an application using the SMART on FHIR EHR launch." ]
  ] [
fhir:code [ fhir:v "launch-app-standalone" ] ;
fhir:display [ fhir:v "Launch application using the SMART standalone launch" ] ;
fhir:definition [ fhir:v "The task suggest launching an application using the SMART on FHIR standalone launch." ]
  ] [
fhir:code [ fhir:v "smartonfhir-application" ] ;
fhir:display [ fhir:v "SMART on FHIR application URL." ] ;
fhir:definition [ fhir:v "The URL of a SMART on FHIR application." ]
  ] [
fhir:code [ fhir:v "smartonfhir-appcontext" ] ;
fhir:display [ fhir:v "Application context related to this launch." ] ;
fhir:definition [ fhir:v "The application context (appContext) to be passed to the application after launch." ]
  ] ) . #