Skip to content

Commit

Permalink
Set correct values for the resourceType field (#73)
Browse files Browse the repository at this point in the history
* Set correct values for the `resourceType` field

* Update Project.toml
  • Loading branch information
DilumAluthge authored Nov 2, 2020
1 parent c24b1b5 commit 34b6673
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 151 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FHIRClient"
uuid = "b44d2ca2-8176-4fa9-8684-826e17b2a2da"
authors = ["Dilum Aluthge", "Rhode Island Quality Institute", "contributors"]
version = "0.3.3"
version = "0.4.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CurrentModule = Generate

```@repl
using Generate
fhir_version = "R4"
fhir_version = :R4
url = "https://www.hl7.org/fhir/$(fhir_version)/definitions.json.zip"
json_definitions = Generate.download_fhir_json_schema(url);
schema_string = json_definitions["fhir.schema.json.zip"]["fhir.schema.json"];
Expand Down
Loading

2 comments on commit 34b6673

@DilumAluthge
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/24025

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" 34b6673cc61b8d10e3b43c1c3bc6ba315e9c3352
git push origin v0.4.0

Please sign in to comment.