SMART App Launch 2.2.0-preview - CI-Build
SMART App Launch - Local Development build (v2.2.0-preview). See the Directory of published versions
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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "smart-launch-info"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/ValueSet/smart-launch-info"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.2.0-preview"] ; # fhir:name [ fhir:v "SmartLaunchInformation"] ; # fhir:title [ fhir:v "Codes for tasks to application launches"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-09-14T13:38:35+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 International - FHIR Infrastructure WG"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 International - FHIR Infrastructure WG" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://hl7.org/Special/committees/fiwg" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fhir@lists.HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "Defines 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 "smartonfhir-application" ] ; fhir:display [ fhir:v "SMART on FHIR application URL." ] ] [ fhir:code [ fhir:v "smartonfhir-appcontext" ] ; fhir:display [ fhir:v "Application context related to this launch." ] ] ) ] ) ] . #