-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also improved the terminology service documentation.
- Loading branch information
1 parent
81f0167
commit 11657a0
Showing
8 changed files
with
207 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# FHIR Code Systems <Badge type="warning" text="unreleased"/> | ||
|
||
Blaze supports all FHIR CodeSystem resources stored in Blaze with `content` of either `complete` or `fragment`. | ||
|
||
## Filters | ||
|
||
| Property | Operators | Values | | ||
|----------|---------------------|------------| | ||
| concept | is-a, descendent-of | code | | ||
| parent | exists | true/false | | ||
| parent | = | code | | ||
| parent | regex | *regex* | | ||
| child | exists | true/false | | ||
| child | = | code | | ||
| child | regex | *regex* | | ||
| *any* | exists | true/false | | ||
| *any* | = | *any* | | ||
| *any* | regex | *regex* | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
# SNOMED CT <Badge type="info" text="Feature: TERMINOLOGY_SNOMED_CT"/> <Badge type="warning" text="unreleased"/> | ||
|
||
Blaze supports the [SNOMED CT](https://www.snomed.org) terminology in the versions provided in the release files. The environment variable `SNOMED_CT_RELEASE_PATH` has to point to a path of an official SNOMED CT release. The release files are read into memory on each start of Blaze. So the release path has to be always available. | ||
> [!NOTE] | ||
> Because SNOMED CT has to be licensed, Blaze doesn't contain the SNOMED CT code system by default. However, by setting the environment variable `ENABLE_TERMINOLOGY_SNOMED_CT` to `true` and `SNOMED_CT_RELEASE_PATH` to a path of an official SNOMED CT release, Blaze will be able to offer terminology services on SNOMED CT. The release files are read into memory on each start of Blaze. So the release path has to be always available. | ||
Blaze supports the [SNOMED CT](https://www.snomed.org) terminology in the versions provided in the release files. | ||
|
||
## Copyright | ||
|
||
This documentation includes content from SNOMED Clinical Terms® (SNOMED CT®) is copyright of the International Health Terminology Standards Development Organisation (IHTSDO) (trading as SNOMED International). Users of Blaze must have the appropriate SNOMED CT Affiliate license - for more information access http://www.snomed.org/snomed-ct/get-snomed-ct or contact SNOMED International via email at info@snomed.org. | ||
|
||
## FHIR Documentation | ||
|
||
[Using SNOMED CT with FHIR](https://terminology.hl7.org/SNOMEDCT.html) | ||
|
||
## Filters | ||
|
||
| Property | Operators | Values | | ||
|----------|---------------------|----------------| | ||
| concept | is-a, descendent-of | SNOMED CT code | | ||
| parent | = | SNOMED CT code | | ||
| child | = | SNOMED CT code | | ||
|
||
## Resources | ||
|
||
[Using SNOMED CT with FHIR](https://terminology.hl7.org/SNOMEDCT.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.