Skip to content

Commit

Permalink
Relax fhir id validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ApricotLace committed Aug 30, 2023
1 parent 44933c3 commit 16cb385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zen/fhir/generator.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"markdown" {:type zen/string
:maxLength 1048576}
"id" {:type zen/string
:regex "^[A-Za-z0-9\\-\\.]{1,64}$"}
:regex "^[A-Za-z0-9\\-\\.]*$"}
"uuid" {:type zen/string}
"oid" {:type zen/string
:regex "^urn:oid:[0-2](\\.(0|[1-9][0-9]*))+$"}
Expand Down

0 comments on commit 16cb385

Please sign in to comment.