Skip to content

BFD Export Option/BB2RIF Exporter Code Maps #1389

Answered by hadleynet
rileeki asked this question in Q&A
Discussion options

You must be logged in to vote

Yes re licensing issues being the reason we don't publish the mapping file.

The mapping files are structured like this

{
  "70536003": [ // synthea SNOMED code
    {
      "code": "XXXXX", // first mapped CPT code
      "description": "description of code",
      "weight": "10" // all weights are summed and then individual weights are used to drive the distribution of codes so this one is twice as likely to be used as the next one
    },
    {
      "code": "YYYYY", // second mapped CPT code
      "description": "description of code",
      "weight": "5"
    },
    ...
  ],
  ...
}

If you create a set of empty mapping files (just "{}") and then run the exporter, it will generate a missin…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rileeki
Comment options

Answer selected by rileeki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants