-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial stab at Basic Composition for COVID case report #83
base: master
Are you sure you want to change the base?
Commits on Jan 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 10594b4 - Browse repository at this point
Copy the full SHA 10594b4View commit details
Commits on Jan 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9a18942 - Browse repository at this point
Copy the full SHA 9a18942View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd6c04 - Browse repository at this point
Copy the full SHA ebd6c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9976c93 - Browse repository at this point
Copy the full SHA 9976c93View commit details
Commits on Jan 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e0ebf83 - Browse repository at this point
Copy the full SHA e0ebf83View commit details
Commits on Mar 30, 2021
-
add the lab result questionnaire profile
This creates the covid19 labarotory result questionnaire profile DSC19-84
Configuration menu - View commit details
-
Copy full SHA for 4f9e8cf - Browse repository at this point
Copy the full SHA 4f9e8cfView commit details -
add the questionnaire response example
This adds the covid19 lab result questionnaire response example DSC19-84
Configuration menu - View commit details
-
Copy full SHA for 012cb78 - Browse repository at this point
Copy the full SHA 012cb78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 271be6a - Browse repository at this point
Copy the full SHA 271be6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc64df5 - Browse repository at this point
Copy the full SHA bc64df5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd40826 - Browse repository at this point
Copy the full SHA bd40826View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c7e66 - Browse repository at this point
Copy the full SHA e1c7e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4b9fb - Browse repository at this point
Copy the full SHA 1f4b9fbView commit details
Commits on Mar 31, 2021
-
Some syntax is not supported in the old version DSC1-85
Configuration menu - View commit details
-
Copy full SHA for 2aa7c9a - Browse repository at this point
Copy the full SHA 2aa7c9aView commit details -
add the diagnostic report profile and diagnostic report example
This is the diagnostic profile for the covid19 lab result DSC19-85
Configuration menu - View commit details
-
Copy full SHA for 84e5178 - Browse repository at this point
Copy the full SHA 84e5178View commit details -
make the questionnaire fields required
The cardinality for the fields should be 1..1 and this has been changed DSC19-85
Configuration menu - View commit details
-
Copy full SHA for 7bf8986 - Browse repository at this point
Copy the full SHA 7bf8986View commit details -
This will add the organization profiles for the ordering clinic and the test lab DSC19-87 DSC19-88
Configuration menu - View commit details
-
Copy full SHA for d2d35b8 - Browse repository at this point
Copy the full SHA d2d35b8View commit details -
correct the instances for the examples
Incorrect instances were being used in the examples resulting in the meta information not being added to the resources by sushi DSC19-66
Configuration menu - View commit details
-
Copy full SHA for 230fd1f - Browse repository at this point
Copy the full SHA 230fd1fView commit details -
add example encounter resource
This is used in the example bundle for a lab result DSC19-86
Configuration menu - View commit details
-
Copy full SHA for 3ebb28d - Browse repository at this point
Copy the full SHA 3ebb28dView commit details -
add the encounter rule to the diagnostic report profile
The encounter is a required field for the diagnostic report DSC19-87
Configuration menu - View commit details
-
Copy full SHA for 452077d - Browse repository at this point
Copy the full SHA 452077dView commit details -
add an example bundle for the lab result
This is a bundle that will collect all the resources that represent the lab result DSC19-89
Configuration menu - View commit details
-
Copy full SHA for ae45bb4 - Browse repository at this point
Copy the full SHA ae45bb4View commit details
Commits on Apr 8, 2021
-
Add missing colons to questionnaire text fields
These fields indicate the information needed to be given by the user. The existing questionnaire and questionnaireResponse examples end these fields with colons. For consistency these fields should as well. DSC19-84
Configuration menu - View commit details
-
Copy full SHA for 1954650 - Browse repository at this point
Copy the full SHA 1954650View commit details -
Remove field - required - from lab result
This field is a questionnaire section divider - no information comes from this field directly DSC19-84
Configuration menu - View commit details
-
Copy full SHA for 7c18580 - Browse repository at this point
Copy the full SHA 7c18580View commit details -
Add lab test info section to lab result questionnaire
Group related data within the questionnaire to make it a more readable DSC19-84
Configuration menu - View commit details
-
Copy full SHA for 37e6d49 - Browse repository at this point
Copy the full SHA 37e6d49View commit details -
Add the loinc code for specimen type field
The loinc code is specific to the clinical relevance of this field. The field display name alone does not hold the relevenat medical context for interpretation DSC19-84
Configuration menu - View commit details
-
Copy full SHA for 7992a1a - Browse repository at this point
Copy the full SHA 7992a1aView commit details -
Replace test type loinc code in lab result questionnaire
The previous code was incorrect - it was a copied from the clinic code DSC19-84
Configuration menu - View commit details
-
Copy full SHA for 0f0a18b - Browse repository at this point
Copy the full SHA 0f0a18bView commit details -
Fix loinc codes relating to countries in case report Q
In the case report there are two separate country loinc codes: 96546-7 - Country where diagnosed 77983-5 - Country of usual residence [Location] There meanings are quite different - in three places the loinc codes appear to have been switched DSC19-84 https://loinc.org/77983-5/ https://loinc.org/96546-7/
Configuration menu - View commit details
-
Copy full SHA for aaf4642 - Browse repository at this point
Copy the full SHA aaf4642View commit details
Commits on Apr 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2ad1c82 - Browse repository at this point
Copy the full SHA 2ad1c82View commit details -
Improve loinc code choice for lab result id
The previous code was for a case identifier and used multiple times. This new loinc code is specific to lab results. Another option could be 19146-0 which relates to reference lab test results - I did not use this one however as it does not specify that it is an identifier field - which 30896-5 does. https://loinc.org/30896-5/ https://loinc.org/19146-0/ https://jembiprojects.jira.com/browse/DSC19-84
Configuration menu - View commit details
-
Copy full SHA for 7b28bcb - Browse repository at this point
Copy the full SHA 7b28bcbView commit details -
Improve loinc code used for lab ID in lab report
The previous loinc code referenced the case report. This is specific to the performing lab. https://loinc.org/91562-9/ https://jembiprojects.jira.com/browse/DSC19-84
Configuration menu - View commit details
-
Copy full SHA for 4bd06e9 - Browse repository at this point
Copy the full SHA 4bd06e9View commit details -
Improve the loinc code for patient county in lab report
The previous loinc code referenced states and districts as defined by the US postal service - since this is an international project referencing counties and provinces - a different loinc code was needed. https://loinc.org/96547-5/
Configuration menu - View commit details
-
Copy full SHA for 717ea8c - Browse repository at this point
Copy the full SHA 717ea8cView commit details -
Improve overall test result loinc code in lab result
The previous loinc code referenced results of a very specific nucleic acid assay that could confirm presence of covid. This is too specific. We do not know what test method was used for presence confirmation - since the accuracy of different test methods is so variable it is important that the loinc code not give an innaccurate reading of accuracy. https://loinc.org/19146-0/ https://jembiprojects.jira.com/browse/DSC19-84
Configuration menu - View commit details
-
Copy full SHA for 1b2e17a - Browse repository at this point
Copy the full SHA 1b2e17aView commit details
Commits on Apr 12, 2021
-
Simplify the coding syntax defining the diagnostic report
FHIR shorthand has concise syntax for coding definitions which makes fields easier to write and maintain https://jembiprojects.jira.com/browse/DSC19-85
Configuration menu - View commit details
-
Copy full SHA for 443af47 - Browse repository at this point
Copy the full SHA 443af47View commit details -
Replace dateTime observation with field in DiagnosticReport
The purpose of the FHIR transaction Bundle containing the resources is to give clinical context of an event. In the lab report event the result of the report was listed. Previously this value was displayed as an observation that was not referenced in any of the other resources in the transation Bundle - this piece of information would be missing its clinical relevance if the entire Bundle wasn't read (since it is a transaction Bundle it wouldn\t be read in this manner - this would need to be a document Bundle to function in that way) Therefore, to ensure the lab report date context was kept, the date will be added to the diagnortic report effectiveDateTime. This field aims to document the "time of the procedure" in this case the reporting. https://jembiprojects.jira.com/browse/DSC19-85
Configuration menu - View commit details
-
Copy full SHA for 98e1c54 - Browse repository at this point
Copy the full SHA 98e1c54View commit details -
Specify required nested fields in lab report
The previous fields defined as "must support" were object fields containing nested fields. These nested fields are also required therefore they need "must support" specified as well https://jembiprojects.jira.com/browse/DSC19-85
Configuration menu - View commit details
-
Copy full SHA for bcb0eab - Browse repository at this point
Copy the full SHA bcb0eabView commit details -
Set the patient name field to optional
from the questionnaire response we only receive one name field that is optional. This field will then be mapped to the humanName text field as this is a very vague field coming in https://jembiprojects.jira.com/browse/DSC19-89
Configuration menu - View commit details
-
Copy full SHA for e832154 - Browse repository at this point
Copy the full SHA e832154View commit details -
Change example address data to match field definition
The field requires a county - counties match to Provinces in South Africa. Cape Town is not a province https://jembiprojects.jira.com/browse/DSC19-89
Configuration menu - View commit details
-
Copy full SHA for d59d55a - Browse repository at this point
Copy the full SHA d59d55aView commit details -
Split out encounter definition from organization
The two profiles were included in one file that did not link the two by name therfore they need to be in separate files https://jembiprojects.jira.com/browse/DSC19-87
Configuration menu - View commit details
-
Copy full SHA for 8fae2a5 - Browse repository at this point
Copy the full SHA 8fae2a5View commit details -
Fix typo in organization file name
The FHIR resource uses the american version of the word https://jembiprojects.jira.com/browse/DSC19-87
Configuration menu - View commit details
-
Copy full SHA for 23fcca2 - Browse repository at this point
Copy the full SHA 23fcca2View commit details
Commits on Apr 13, 2021
-
Refactor profile names to indicate lab result
To hava a consistent naming convention within the project https://jembiprojects.jira.com/browse/DSC19-77
Configuration menu - View commit details
-
Copy full SHA for 96a4064 - Browse repository at this point
Copy the full SHA 96a4064View commit details -
Add lab report specimen to bundle
The type of specimen used for the covid testing is captured in the questionnaire and is recorded in the Specimen reource type which in tur is referenced by the diagnostic report https://jembiprojects.jira.com/browse/DSC19-77
Configuration menu - View commit details
-
Copy full SHA for b558691 - Browse repository at this point
Copy the full SHA b558691View commit details -
Rename lab report files to indicate separate flow
The lab report data flow happens separately from the initial case report flow and therefore it is helpful to keep their profile definitions separate. https://jembiprojects.jira.com/browse/DSC19-77
Configuration menu - View commit details
-
Copy full SHA for 0b3b39d - Browse repository at this point
Copy the full SHA 0b3b39dView commit details -
Split out LR patient definition from CR file
The Patient profile definitions of the two flows are different therefore two separate files will be easier to manage https://jembiprojects.jira.com/browse/DSC19-77
Configuration menu - View commit details
-
Copy full SHA for 336ee3f - Browse repository at this point
Copy the full SHA 336ee3fView commit details -
Refactor lab result profile names to follow pattern
Using a consistent naming convention makes it easier to navigate around the project and encourages collaboration https://jembiprojects.jira.com/browse/DSC19-77
Configuration menu - View commit details
-
Copy full SHA for 3f6cceb - Browse repository at this point
Copy the full SHA 3f6ccebView commit details -
Remove organization resources from the LR Bundle
We assume that the Organization already exist. We will do a lookup to confirm but it is out of our scope to manage the Facility Registry We will however keep a profile for the Organization resource as we have requirements of what data the resources must contain https://jembiprojects.jira.com/browse/DSC19-88
Configuration menu - View commit details
-
Copy full SHA for 4b66696 - Browse repository at this point
Copy the full SHA 4b66696View commit details -
Fix code used for test result in Diagnostic Report
The code used there did not make sense. It described the possible presence of covid via a nucleotide test. This conclusion code is more general on whether the patient has covid or not independent of test method https://jembiprojects.jira.com/browse/DSC19-88
Configuration menu - View commit details
-
Copy full SHA for c642373 - Browse repository at this point
Copy the full SHA c642373View commit details -
Set Patient request method in bundle to PUT
The Patient should already exist in the FHIR store the details received in the Lab Report will be used to update that resource not to create another https://jembiprojects.jira.com/browse/DSC19-89
Configuration menu - View commit details
-
Copy full SHA for 7729c2e - Browse repository at this point
Copy the full SHA 7729c2eView commit details -
Update diagnostic report category
We currently only have one possible response listed "Covid PCR test" We don't have a source system controlling this yet - for now we can use the value we receive here as the coding text. We can use the defined diagnostic service with the general code of virology for the actual coding - this should cover all covid test bases https://jembiprojects.jira.com/browse/DSC19-85
Configuration menu - View commit details
-
Copy full SHA for 4c64d92 - Browse repository at this point
Copy the full SHA 4c64d92View commit details -
Fix broken example link references
During the refactor some sample resources had name changes that weren't updated everywhere https://jembiprojects.jira.com/browse/DSC19-85
Configuration menu - View commit details
-
Copy full SHA for 73dab56 - Browse repository at this point
Copy the full SHA 73dab56View commit details
Commits on Apr 23, 2021
-
Remove Location and Practitioner from Cr Bundle
This commit will remove the Practitioner and Location resources from the WHO Cr Bundle Example. These resources will not be new to the server so they should not be sent as part of the bundle. Related Tickets: - DSC19-37 - DSC19-105
Configuration menu - View commit details
-
Copy full SHA for e9e31bd - Browse repository at this point
Copy the full SHA e9e31bdView commit details
Commits on Apr 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8f5f1f1 - Browse repository at this point
Copy the full SHA 8f5f1f1View commit details -
Merge pull request #100 from openhie/dsc19-37-remove-location-and-pra…
…ctitioner DSC19-37: Remove Location and Practitioner from Cr Bundle
Configuration menu - View commit details
-
Copy full SHA for 6eec5c3 - Browse repository at this point
Copy the full SHA 6eec5c3View commit details -
Add Lab Organization to diagnostic report profile
This resource had no other place to be recorded in context
Configuration menu - View commit details
-
Copy full SHA for 809bc98 - Browse repository at this point
Copy the full SHA 809bc98View commit details
Commits on Apr 29, 2021
-
Change bundle instruction for patient resource
The Patient resource must be created in this bundle request as it would not exist before this request DSC19-35
Configuration menu - View commit details
-
Copy full SHA for 2ba824f - Browse repository at this point
Copy the full SHA 2ba824fView commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a0cbd7a - Browse repository at this point
Copy the full SHA a0cbd7aView commit details
Commits on May 24, 2021
-
Add more profiles for a case report's FHIR resources
This adds profiles for observation, encounter and condition resources that represent properties of the case report. Profiles have been created for the properties - report_test_reason, report_country, report_date, comcond, patcourse_admit, patcourse_presHCF, patcourse_icu, patcourse_vent, patcourse_ecmo, patcourse_iso, patcourse_dateiso, patinfo_occhcw, expo_travel_country1, expo_travel_city, expo_travel_date1, expo_visit_healthcare, expo_contact_case, expo_ID1, expo_case_date_first, expo_case_date_last and expo_cse_location DSC19-127
Configuration menu - View commit details
-
Copy full SHA for 598154a - Browse repository at this point
Copy the full SHA 598154aView commit details
Commits on May 25, 2021
-
Add examples for the new profiles created
This adds example observations, encounters and conditions which are constrained by the new profiles DSC19-127
Configuration menu - View commit details
-
Copy full SHA for 4a0a66a - Browse repository at this point
Copy the full SHA 4a0a66aView commit details -
Update the case report questionnaire response
The questionnaire response has been updated with other fields that describe a covid19 case report DCS19-71
Configuration menu - View commit details
-
Copy full SHA for 425fe73 - Browse repository at this point
Copy the full SHA 425fe73View commit details -
Update the compositon and bundle examples
This adds the other properties of the case report that have been added to the IG DSC19-71
Configuration menu - View commit details
-
Copy full SHA for 81561e6 - Browse repository at this point
Copy the full SHA 81561e6View commit details
Commits on May 31, 2021
-
The valueset that was being used for the countries was incorrect and has been corrected. Some observation profiles have been changed to use the valuestring, valueDatetime or valueCodeablecConcept, and not the component field. This is for consistency as all other observation profiles do not use the component which would result in us having to add the observation code twice. DSC19-71
Configuration menu - View commit details
-
Copy full SHA for 6e161ee - Browse repository at this point
Copy the full SHA 6e161eeView commit details -
Fix the errors in the questionnaire response
Some of the fields had been incorrectly nested DSC19-71
Configuration menu - View commit details
-
Copy full SHA for 5588fae - Browse repository at this point
Copy the full SHA 5588faeView commit details -
Change the profile for travel date
The profile has been changed to use the effectiveDateTime field and not the valueDateTime DSC19-71
Configuration menu - View commit details
-
Copy full SHA for aeaac12 - Browse repository at this point
Copy the full SHA aeaac12View commit details
Commits on Jun 1, 2021
-
Merge branch 'clinical-bundle' of github.com:openhie/covid-ig into ds…
…c19-78-case-outcome
Configuration menu - View commit details
-
Copy full SHA for 3c9cf9f - Browse repository at this point
Copy the full SHA 3c9cf9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1a6c0 - Browse repository at this point
Copy the full SHA cf1a6c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c86b58 - Browse repository at this point
Copy the full SHA 1c86b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 030fe1b - Browse repository at this point
Copy the full SHA 030fe1bView commit details
Commits on Jun 2, 2021
-
Update Hospitalization Encounter
The encounter was previously based on the base Encounter profile. When applied, this commit will base the encounter on the Case Report hospitalization encounter profile. DSC19-78
Configuration menu - View commit details
-
Copy full SHA for 362a0a1 - Browse repository at this point
Copy the full SHA 362a0a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c1b80d - Browse repository at this point
Copy the full SHA 6c1b80dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e4f55 - Browse repository at this point
Copy the full SHA 17e4f55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 945cadc - Browse repository at this point
Copy the full SHA 945cadcView commit details
Commits on Jun 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 03b932b - Browse repository at this point
Copy the full SHA 03b932bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6040705 - Browse repository at this point
Copy the full SHA 6040705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 092d348 - Browse repository at this point
Copy the full SHA 092d348View commit details -
Add Outcome Contacts Followed example
This commit will add an example Observation resource for an unknown Outcome Contacts Followed value DSC19-130
Configuration menu - View commit details
-
Copy full SHA for 45fc45e - Browse repository at this point
Copy the full SHA 45fc45eView commit details -
Move Asymp Date to Effective date
When applied, this commit will remove the Outcome Asymp Date observation profile and add it as an effective date for Outcome Asymp Observation. DSC19-130
Configuration menu - View commit details
-
Copy full SHA for 9f71002 - Browse repository at this point
Copy the full SHA 9f71002View commit details -
Remove Outcome contacts followed profile
This profile is no longer required according to the spec DSC19-130
Configuration menu - View commit details
-
Copy full SHA for 6b837c3 - Browse repository at this point
Copy the full SHA 6b837c3View commit details -
Move Outcome Lab Date to effective date
When applied, this commit will remove the Outcome Lab Date Observation profile and add it as an effective date for Outcome Lab result Observation profile. DSC19-130
Configuration menu - View commit details
-
Copy full SHA for 7c71f6b - Browse repository at this point
Copy the full SHA 7c71f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ef89e4 - Browse repository at this point
Copy the full SHA 1ef89e4View commit details -
This commit will remove Encounter examples from the Observations fsh file DSC19-130
Configuration menu - View commit details
-
Copy full SHA for 7c79671 - Browse repository at this point
Copy the full SHA 7c79671View commit details -
Configuration menu - View commit details
-
Copy full SHA for adcd22f - Browse repository at this point
Copy the full SHA adcd22fView commit details
Commits on Jun 9, 2021
-
Update input/fsh/who-co-Observations.fsh
Co-authored-by: Matt <matthew.dickie@jembi.org>
Configuration menu - View commit details
-
Copy full SHA for d7f8384 - Browse repository at this point
Copy the full SHA d7f8384View commit details -
Update input/fsh/who-co-Observations.fsh
Co-authored-by: Matt <matthew.dickie@jembi.org>
Configuration menu - View commit details
-
Copy full SHA for 062841f - Browse repository at this point
Copy the full SHA 062841fView commit details -
Merge two hospital admission Observations into one
The one observation was the date on which the admission happened. This refers to the effective DateTime of the observation - not an independant Observation. DSC19-78
Configuration menu - View commit details
-
Copy full SHA for e904ce9 - Browse repository at this point
Copy the full SHA e904ce9View commit details
Commits on Jun 10, 2021
-
Remove note from Outcome Contacts Followed
This commit will remove the cardinality definition of note from Outcome Contacts Followed observation profile. The base FHIR profile already has a 1..1 cardinality defined DSC19-130
Configuration menu - View commit details
-
Copy full SHA for f37af3d - Browse repository at this point
Copy the full SHA f37af3dView commit details -
Merge pull request #101 from openhie/dsc19-78-case-outcome
DSC19-78: Case Outcome
Configuration menu - View commit details
-
Copy full SHA for ffc04a2 - Browse repository at this point
Copy the full SHA ffc04a2View commit details -
Fix typo in case encounter example name
The resource example was not resolving DSC19-111
Configuration menu - View commit details
-
Copy full SHA for cf00845 - Browse repository at this point
Copy the full SHA cf00845View commit details
Commits on Jun 24, 2021
-
Correct the cardinality and merge profiles
Some cardinalities were incorrect and the case isolation date and case isolation profile has been merged into one DSC-163
Configuration menu - View commit details
-
Copy full SHA for 57ad5d7 - Browse repository at this point
Copy the full SHA 57ad5d7View commit details -
Merge the travel city, country and date
One profile is now used for the country and city travelled to and the date of travel DSC19-163
Configuration menu - View commit details
-
Copy full SHA for 2ca57ec - Browse repository at this point
Copy the full SHA 2ca57ecView commit details -
Remove the profiles for the travel city and date
These are no longer used DSC19-163
Configuration menu - View commit details
-
Copy full SHA for 30cdf61 - Browse repository at this point
Copy the full SHA 30cdf61View commit details
Commits on Jun 28, 2021
-
Merge all the details about contacting a case
The details about contacting a case has been merged into one profile. This is the date of cantact the setting and the case id DSC19-78
Configuration menu - View commit details
-
Copy full SHA for d720fc9 - Browse repository at this point
Copy the full SHA d720fc9View commit details -
The condition profile is no longer used as it requiers a patient reference which cannot be provided in this case. The comorbidities are now in the comorbidities profile DSC19-68
Configuration menu - View commit details
-
Copy full SHA for 1f008fb - Browse repository at this point
Copy the full SHA 1f008fbView commit details -
Merge pull request #102 from openhie/dsc19-78-case-outcome
Dsc19 78 case report update
Configuration menu - View commit details
-
Copy full SHA for ce55827 - Browse repository at this point
Copy the full SHA ce55827View commit details
Commits on Jul 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 37d391a - Browse repository at this point
Copy the full SHA 37d391aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 972f779 - Browse repository at this point
Copy the full SHA 972f779View commit details