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:CapabilityStatement ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "smart-app-state-server"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/CapabilityStatement/smart-app-state-server"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.2.0-preview"] ; # fhir:name [ fhir:v "AppStateServerCapabilityStatement"] ; # fhir:title [ fhir:v "App State Server CapabilityStatement"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2022-09-19"^^xsd:date] ; # 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 "Required capabilities for App State Server"] ; # 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:kind [ fhir:v "requirements"] ; # fhir:fhirVersion [ fhir:v "4.0.1"] ; # fhir:format ( [ fhir:v "json"] ) ; # fhir:rest ( [ fhir:mode [ fhir:v "server" ] ; ( fhir:resource [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHALL" ] ] ) ; fhir:type [ fhir:v "Basic" ] ; ( fhir:supportedProfile [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/smart-app-state-basic"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/smart-app-launch/StructureDefinition/smart-app-state-basic> ] ) ; ( fhir:interaction [ fhir:code [ fhir:v "search-type" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "update" ] ] [ fhir:code [ fhir:v "delete" ] ] ) ] ) ] ) . #