Skip to content

Commit

Permalink
fixup! docs: fix JSON example
Browse files Browse the repository at this point in the history
  • Loading branch information
allentiak committed Oct 15, 2024
1 parent 8651e90 commit 8253d14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/implementation/fhir-data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Parsing a JSON document like:
{
"resourceType": "Patient",
"id": "0",
"name": "John Doe",
"name": {
"text": "John Doe"
},
"birthDate": "2020",
"deceasedBoolean": false
}
Expand Down

0 comments on commit 8253d14

Please sign in to comment.