Skip to content

Commit

Permalink
FHIR feature updates (#285)
Browse files Browse the repository at this point in the history
Partially addresses:
- timsbiomed/issues#85

## Overview
- Minor bug fixes
- Dev updates (comments, etc)
- Added test(s)

## Updates
`7b91d57da9a5143c5ce8335897ad2542424797c6`
```
    - Add: _test_to_fhir_json()
```

`157ae226921891feeaa38b4329c98b762b2b8727`
```
    - Refactored 3 JSON writer functions to a state that they were probably intended to be in: 1 json function with branching logic depending on 'serialization' param.
```

`0ab8625887a1d57adeadd5ad6d3c47dd08524839`
```
    - Update: Minor codestyle updates, comments, todo's
    - Delete: Unused schema/fhir_json.csv. Mappings will continue to be done via pure Python
    - Bugfix: extension.ValueString -> extension.valueString
    - Delete: Comments about spec field mappings
```

`0dd0772dc7bc4a263fa8e8f8e5c02c6f6c3264bf`
```
    - Added: schema/fhir_json.csv: For automation of conversion by utilizing CSV export from curated GoogleSheet.
    - Update: Comments: Added state of mappings between SSSOM and FHIR ConceptMap
```
  • Loading branch information
joeflack4 committed May 14, 2024
1 parent 806ca86 commit 91d08b8
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 133 deletions.
Loading

0 comments on commit 91d08b8

Please sign in to comment.