Skip to content

Commit

Permalink
Fix typos on index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Jun 19, 2024
1 parent 1e03c15 commit 15e974f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/pagecontent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ can [still be found here](https://github.com/FHIR/sql-on-fhir-archived)._

The [FHIR®](https://hl7.org/fhir) standard is a great fit for RESTful and
JSON-based systems, helping make healthcare data liquidity real. This spec aims
to take FHIR usage a step futher, making FHIR work well with familiar and
to take FHIR usage a step further, making FHIR work well with familiar and
efficient SQL engines and surrounding ecosystems.

We do this by creating simple, tabular *views* of the underlying FHIR data that
Expand Down Expand Up @@ -164,7 +164,7 @@ Example view runners may include:

The output of many runners will have technology-specific schemas, such as
database table definitions or schema for structured files like Parquet. This
will be runner- and technology- specific, but runner implementaitons SHOULD
will be runner- and technology- specific, but runner implementations SHOULD
offer a way to compute that schema from a ViewDefinition when applicable.

For example, a runner that produces a table in a database system could return
Expand Down

0 comments on commit 15e974f

Please sign in to comment.