Skip to content

Commit

Permalink
Fix FHIR date/datetime type
Browse files Browse the repository at this point in the history
  • Loading branch information
KGOH committed Jul 27, 2022
1 parent 8f5da2a commit 7fa6ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zen/fhir/generator.clj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"xhtml" zen/string

"instant" zen/string
"dateTime" zen/datetime
"date" zen/date
"dateTime" zen/string
"date" zen/string
"time" zen/string})


Expand Down

0 comments on commit 7fa6ddd

Please sign in to comment.