Skip to content

Commit

Permalink
Fix example capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel authored Oct 1, 2024
1 parent 42208a6 commit 8fbf694
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 @@ -44,7 +44,7 @@ structure:
```json
{
"resourceType": "ViewDefinition",
"resource": "patient",
"resource": "Patient",
"name": "patient_demographics",
"select": [
{
Expand Down Expand Up @@ -78,7 +78,7 @@ structure:
```json
{
"resourceType": "ViewDefinition",
"resource": "condition",
"resource": "Condition",
"name": "diagnoses_view",
"select": [
{
Expand Down

0 comments on commit 8fbf694

Please sign in to comment.