Skip to content

Commit

Permalink
Don't load the minified schema
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Dec 30, 2022
1 parent 7aa5643 commit 3902d9c
Show file tree
Hide file tree
Showing 3 changed files with 106,447 additions and 889 deletions.
2 changes: 1 addition & 1 deletion src/fhirformats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ read_fhir_data = function(filename, fhirversion)

-- web version - use require_resource
if not data and require_resource then
data = json_decode(require_resource("fhir-data/"..fhirversion.."/fhir-elements.min.json"))
data = json_decode(require_resource("fhir-data/"..fhirversion.."/fhir-elements.json"))
end


Expand Down
Loading

0 comments on commit 3902d9c

Please sign in to comment.