0.1.0 - ci-build

SMARTapplaunchmultiserverauthentication, published by HL7. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jmandel/smart-multi-auth/ and changes regularly. See the Directory of published versions

: Smart associated_endpoints capabilities - TTL Representation

Draft as of 2024-12-09

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 "SmartEndpointCapabilities"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet SmartEndpointCapabilities</b></p><a name=\"SmartEndpointCapabilities\"> </a><a name=\"hcSmartEndpointCapabilities\"> </a><a name=\"SmartEndpointCapabilities-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"CodeSystem-smart-auth-information-CodeSystem.html\"><code>http://hl7.org/fhir/uv/smart-multi-server-auth/CodeSystem/smart-auth-information-CodeSystem</code></a> where concept  is-a <a href=\"CodeSystem-smart-auth-information-CodeSystem.html#smart-auth-information-CodeSystem-smart_associated_endpoints\">smart_associated_endpoints</a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"CodeSystem-smart-auth-information-CodeSystem.html\"><code>http://hl7.org/fhir/uv/smart-multi-server-auth/CodeSystem/smart-auth-information-CodeSystem</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-smart-auth-information-CodeSystem.html#smart-auth-information-CodeSystem-smart_associated_endpoints\">smart_associated_endpoints</a></td><td style=\"color: #cccccc\">Smart associated_endpoints capabilities</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/smart-multi-server-auth/ValueSet/SmartEndpointCapabilities"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SmartEndpointCapabilities"] ; # 
  fhir:title [ fhir:v "Smart associated_endpoints capabilities"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-12-09T20:45:55+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fhiri" ]     ] )
  ] [
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/index.cfm" ]     ] )
  ] [
fhir:name [ fhir:v "Bas van den Heuvel" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bas.van.den.heuvel@philips.com" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/smart-multi-server-auth/CodeSystem/smart-auth-information-CodeSystem"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "smart_associated_endpoints" ]       ] )     ] ) ;
    ( fhir:exclude [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/smart-multi-server-auth/CodeSystem/smart-auth-information-CodeSystem"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "smart_associated_endpoints" ]       ] )     ] )
  ] . #