@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 -------------------------------------------------------------------

<http://hl7.org/fhir/smart-app-launch/ValueSet/smart-launch-types> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "smart-launch-types"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-smart-codes.html\"><code>http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-smart-codes.html#smart-codes-launch-app-ehr\">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><a href=\"CodeSystem-smart-codes.html#smart-codes-launch-app-standalone\">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></table></li></ul></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/ValueSet/smart-launch-types"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.2.0"] ; # 
  fhir:name [ fhir:v "SmartLaunchTypes"] ; # 
  fhir:title [ fhir:v "Launch Types for tasks to application launches"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-30T19:24:31+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 "Defines Launch Type codes for Tasks that request launch of SMART applications."] ; # 
  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:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "launch-app-ehr" ] ;
         fhir:display [ fhir:v "Launch application using the SMART EHR launch" ]
       ] [
         fhir:code [ fhir:v "launch-app-standalone" ] ;
         fhir:display [ fhir:v "Launch application using the SMART standalone launch" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

