Skip to content

Commit

Permalink
Update case in example on index.md (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpos authored Oct 3, 2024
1 parent 83ac78b commit 14d71fb
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 14d71fb

Please sign in to comment.