Skip to content

Commit

Permalink
resolved Symptom error
Browse files Browse the repository at this point in the history
  • Loading branch information
awatson1978 committed Dec 30, 2023
1 parent 0d52c3c commit 9f613e0
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions src/main/resources/modules/endometriosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,29 +94,6 @@
},
"name": "Symptom_Onset_Delay"
},
"Menstrual_Cramps_Symptom": {
"type": "Symptom",
"cause": "Endometriosis",
"distributed_transition": [
{
"transition": "Endometriosis_End",
"distribution": 0.05
},
{
"distribution": 0.95,
"transition": "Obgyn_Encounter"
}
],
"codes": [
{
"system": "SNOMED-CT",
"code": 431416001,
"display": "Menstrual cramp (finding)",
"value_set": ""
}
],
"name": "Menstrual_Cramps_Symptom"
},
"Endometriosis_End": {
"type": "ConditionEnd",
"condition_onset": "Endometriosis",
Expand Down Expand Up @@ -276,6 +253,29 @@
"value_set": ""
}
]
},
"Menstrual_Cramps_Symptom": {
"type": "Symptom",
"symptom": "Menstrual Cramps",
"cause": "",
"probability": 0.8,
"distribution": {
"kind": "EXACT",
"parameters": {
"value": 1
}
},
"name": "New_State",
"distributed_transition": [
{
"transition": "Obgyn_Encounter",
"distribution": 0.95
},
{
"transition": "Endometriosis_End",
"distribution": 0.05
}
]
}
},
"gmf_version": 1
Expand Down

0 comments on commit 9f613e0

Please sign in to comment.