Skip to content

Commit

Permalink
Strip ballot-specific notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Feb 6, 2024
1 parent b33b16b commit d82005e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
7 changes: 2 additions & 5 deletions input/includes/note-to-balloters.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<div class="note-to-balloters" markdown="1">
#### January 2024 Ballot
#### DATE Ballot

In this ballot:

* We have added support for [User Access Brands](./brands.html)
* We have enhanced support for launch context, adding the ability to
* Supply launch context by [canonical URL or Identifier](./scopes-and-launch-context.html#fhir-context), in addition to Relative URL
* Request launch context [with a specific role](scopes-and-launch-context.html#standalone-apps)
* ITEMS

We welcome feedback on this content.
</div>
Expand Down
2 changes: 0 additions & 2 deletions input/pages/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{% include note-to-balloters.md %}

This implementation guide describes a set of foundational patterns based on [OAuth 2.0](https://tools.ietf.org/html/rfc6749) for client applications to authorize, authenticate, and integrate with FHIR-based data systems. The patterns defined in this specification are introduced in the sections below. For background on SMART Health IT, see [smarthealthit.org](https://smarthealthit.org).

Portions of the specification designated as Experimental are indicated by {%include exp.html%} and background shading.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"valueCode": "fhir"
}],
"url": "http://hl7.org/fhir/smart-app-launch/ImplementationGuide/hl7.fhir.uv.smart-app-launch",
"version": "2.2.0-ballot",
"version": "2.2.0",
"name": "SmartAppLaunch",
"title": "SMART App Launch",
"status": "active",
Expand Down
8 changes: 4 additions & 4 deletions publication-request.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"package-id": "hl7.fhir.uv.smart-app-launch",
"version": "2.2.0-ballot",
"path": "http://hl7.org/fhir/smart-app-launch/2024Jan",
"mode": "working",
"status": "ballot",
"version": "2.2.0",
"path": "http://hl7.org/fhir/smart-app-launch/STU2.2",
"mode": "milestone",
"status": "trial-use",
"sequence": "STU 2.2",
"desc": "Surface branding information for endpoints and organizations. Enhance fhirContext to support canonical and identifier references."
}

0 comments on commit d82005e

Please sign in to comment.