This page is part of a downloaded copy of this specification. This page is part of the Smart App Launch Implementation Guide (v1.0.0: STU 1) based on FHIR R4. For a full list of available versions, see the Directory of published versions
Raw ttl
@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:ImplementationGuide; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "ig"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SMART Application Launch Framework</h2><p>The official URL for this implementation guide is: </p><pre>http://fhir-registry.smarthealthit.org/ImplementationGuide/ig</pre></div>" ]; fhir:ImplementationGuide.url [ fhir:value "http://fhir-registry.smarthealthit.org/ImplementationGuide/ig"]; fhir:ImplementationGuide.version [ fhir:value "1.0.0"]; fhir:ImplementationGuide.name [ fhir:value "SMART Application Launch Framework"]; fhir:ImplementationGuide.status [ fhir:value "active"]; fhir:ImplementationGuide.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ImplementationGuide.publisher [ fhir:value "FHIR Project"]; fhir:ImplementationGuide.fhirVersion [ fhir:value "3.0.1"]; fhir:ImplementationGuide.package [ fhir:index 0; fhir:Element.id [ fhir:value "p1" ]; fhir:ImplementationGuide.package.name [ fhir:value "base" ]; fhir:ImplementationGuide.package.resource [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/implementationguide-page" ]; fhir:Extension.valueUri [ fhir:value "StructureDefinition-oauth-uris.html" ] ]; fhir:ImplementationGuide.package.resource.example [ fhir:value "false"^^xsd:boolean ]; fhir:ImplementationGuide.package.resource.sourceReference [ fhir:Reference.reference [ fhir:value "StructureDefinition/oauth-uris" ] ] ], [ fhir:index 1; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/implementationguide-page" ]; fhir:Extension.valueUri [ fhir:value "CapabilityStatement-smart-app-launch-example.html" ] ]; fhir:ImplementationGuide.package.resource.example [ fhir:value "true"^^xsd:boolean ]; fhir:ImplementationGuide.package.resource.sourceReference [ fhir:Reference.reference [ fhir:value "CapabilityStatement/smart-app-launch-example" ] ] ] ]; fhir:ImplementationGuide.page [ fhir:ImplementationGuide.page.source [ fhir:value "index.html" ]; fhir:ImplementationGuide.page.title [ fhir:value "SMART App Launch" ]; fhir:ImplementationGuide.page.kind [ fhir:value "page" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.