You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Baic -> Basic, editted -> edited, setings -> settings, Unfortunetly ->
Unfortunately, availble -> available.
Also serves as a deliberate, real trigger to verify release-please
correctly merges its new entry with the just-backfilled CHANGELOG.md on
main, rather than treating it as a new/empty file again (as it did for
the now-closed#14) — this repo has never had a release-please PR
actually merged, so this is genuinely untested territory.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ In version 0.5 of this module the way the selected code is stored has been chang
26
26
format '${code}|${display}|${system}' as returned by the fhir server. If the display was large, this could result in
27
27
a code which was more than 100 characters which would make the display lookup fail. Instead just '${code}|${system}'
28
28
will be stored.
29
-
-***Baic Authentication support***
29
+
-***Basic Authentication support***
30
30
The group behind LOINC have made available a FHIR terminology server. More information can be found at https://loinc.org/fhir/
31
31
. This server uses basic authentication and can be used if LOINC answer lists are required but not SNOMEDCT or other
32
32
code systems.
33
33
-***Ability to manually edit the valueset url in designer***
34
34
In older versions of the module, the valueset url to use had to be found and selected using one of the available search
35
-
options. This input field may now be editted to allow the manual entry of the valueset url. This makes it easier to
35
+
options. This input field may now be edited to allow the manual entry of the valueset url. This makes it easier to
36
36
standardise on specific valuesets and allows the entry of an implicit snomed ECL valueset.
37
37
-***Search by CodeSystem changed from name to title search***
38
38
A CodeSystem has a name and title, with the title designated as the human friendly name. This change should show more
@@ -50,7 +50,7 @@ The module code needs to be placed in a directory `modules/fhir-ontology-provide
50
50
51
51
The module should then show up as an external module.
52
52
53
-
The following site wide setings are available:
53
+
The following site wide settings are available:
54
54
*`FHIR API URL` - this is the url for the fhir server. Two possible fhir end points are listed, but people may want to run their own server to have better control of the available ValueSets.
55
55
The two suggested fhir end points are:
56
56
*`https://tx.ontoserver.csiro.au/fhir` an Australian server with the Australian edition of SNOMED CT as its default. The server also contains LOINC and other code systems.
@@ -60,7 +60,7 @@ The following site wide setings are available:
60
60
*`LOINC Support` - this dropdown controls the use of search by 'LOINC implicit answer set'. It options are
61
61
*`LOINC not available` - The search by 'LOINC implicit answer set' will not be available.
62
62
*`Ontoserver LL parent concept` - Ontoserver stores LOINC with an additional concept 'LL' which is the parent to all codes beginning with 'LL', this allows direct searching for answer lists.
63
-
*`Filter LLxxxxx concepts from expand` - The LOINC demonstration server doesn't have the 'LL' parent like ontoserver, in this case a search of all of loinc is used and only codes starting with LL are returned. Unfortunetly this mechanism does not work on ontoserver, as its standard loinc search does not return codes starting with LL
63
+
*`Filter LLxxxxx concepts from expand` - The LOINC demonstration server doesn't have the 'LL' parent like ontoserver, in this case a search of all of loinc is used and only codes starting with LL are returned. Unfortunately this mechanism does not work on ontoserver, as its standard loinc search does not return codes starting with LL
64
64
*`Add value tooltip` - The codes returned by lookup are returned in the format `'code|system'` this means the value displayed when an entry is selected is normally longer then the 12 or so characters normally used to display the code. This option will add a `title` attribute to the value display to show the value as a tooltip when the mouse is used to hover over the value. This will only show up in the data entry and survey forms, not testing in the online designed.
65
65
*`Return 'No Results Found'` - This check box is used to indicate that a special value should be returned if no values are returned by a search. The purpose of this is to allow the option to be selected and then have an additional field get activated via branching logic to receive additional data.
66
66
*`No Results Label` - The display value for the special value returned if the `'return no results found'` option is enabled. The Label cannot contain html markup.
@@ -75,7 +75,7 @@ The following site wide setings are available:
75
75
76
76
### Online designer
77
77
78
-
Once enabled the online designer will have a new ontology source availble. If selected the following UI elements will be made available:
78
+
Once enabled the online designer will have a new ontology source available. If selected the following UI elements will be made available:
79
79
80
80
-Search For valuset using: (dropdown with the options)
81
81
- ValueSet Name - searching using the name of the valueset
0 commit comments