SMART App Launch
2.1.0-ballot - Release International flag

This page is part of the Smart App Launch Implementation Guide (v2.1.0-ballot: STU 2.1 Draft) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: SMART on FHIR terminology. - TTL Representation

Active as of 2022-12-04

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:Resource.id [ fhir:value "smart-codes"]; # 
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes"]; # 
  fhir:CodeSystem.version [ fhir:value "2.1.0-ballot"]; # 
  fhir:CodeSystem.name [ fhir:value "SmartOnFhirCodes"]; # 
  fhir:CodeSystem.title [ fhir:value "SMART on FHIR terminology."]; # 
  fhir:CodeSystem.status [ fhir:value "active"]; # 
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.date [ fhir:value "2022-12-04T18:08:16+00:00"^^xsd:dateTime]; # 
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - FHIR Infrastructure WG"]; # 
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - FHIR Infrastructure WG" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://hl7.org/Special/committees/fiwg" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.HL7.org" ]     ]
  ]; # 
  fhir:CodeSystem.description [ fhir:value "Codes used to in profiles related to SMART on FHIR."]; # 
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]     ]
  ]; # 
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; # 
  fhir:CodeSystem.content [ fhir:value "complete"]; # 
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "launch-app-ehr" ];
     fhir:CodeSystem.concept.display [ fhir:value "Launch application using the SMART EHR launch" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The task suggest launching an application using the SMART on FHIR EHR launch." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "launch-app-standalone" ];
     fhir:CodeSystem.concept.display [ fhir:value "Launch application using the SMART standalone launch" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The task suggest launching an application using the SMART on FHIR standalone launch." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "smartonfhir-application" ];
     fhir:CodeSystem.concept.display [ fhir:value "SMART on FHIR application URL." ];
     fhir:CodeSystem.concept.definition [ fhir:value "The URL of a SMART on FHIR application." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "smartonfhir-appcontext" ];
     fhir:CodeSystem.concept.display [ fhir:value "Application context related to this launch." ];
     fhir:CodeSystem.concept.definition [ fhir:value "The application context (appContext) to be passed to the application after launch." ]
  ]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.