Skip to content

Representing CHA₂DS₂-VASc Score in the Synthea Module Builder #1057

Answered by jawalonoski
tamasVarjas asked this question in Q&A
Discussion options

You must be logged in to vote

I agree, the category of survey is probably most appropriate.

If you hand edit the system to SNOMED-CT it should work. The Module Builder editor does not allow this, but the Synthea engine does. So, modify your module by hand.

e.g., here is the JSON representation of your image (abridged)

      "type": "Observation",
      "category": "survey",
      "unit": "",
      "codes": [
        {
          "system": "LOINC",
          "code": 713678009,
          "display": "CHAD2DS2-VASc score"
        }
      ],

Change the system to be as below, and the engine should export it as SNOMED.

      "type": "Observation",
      "category": "survey",
      "unit": "",
      "codes": [
        {
      …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tamasVarjas
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