File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export enum MacularMap {
1111 OuterNasal = "Macular grid.outer nasal subfield thickness by OCT" ,
1212 OuterInf = "Macular grid.outer inferior subfield thickness by OCT" ,
1313 OuterTemp = "Macular grid.outer temporal subfield thickness by OCT" ,
14- TotalVol = "Macular grid.total volume by OCT" ,
1514}
1615
1716export enum RNFLMap {
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ const MacularMap2Fhir = {
1717 [ MacularMap . OuterNasal ] : [ loinc ( "57115-8" , "Macular grid.outer nasal subfield thickness by OCT" ) ] ,
1818 [ MacularMap . OuterInf ] : [ loinc ( "57116-6" , "Macular grid.outer inferior subfield thickness by OCT" ) ] ,
1919 [ MacularMap . OuterTemp ] : [ loinc ( "57117-4" , "Macular grid.outer temporal subfield thickness by OCT" ) ] ,
20- [ MacularMap . TotalVol ] : [ loinc ( "57118-2" , "Macular grid.total volume by OCT" ) ] ,
2120} ;
2221
2322const RNFLMap2Fhir = {
You can’t perform that action at this time.
0 commit comments