-
Question
-
Resolution: Resolved
-
Moderate
-
MADiE
-
Anticoagulation Therapy for Atrial Fibrillation/Flutter v0.0.005
-
CMS71
-
DENEXFail CMOdurObs_EDLT1hrObsGT1hrBFEnc, DENEXFail CMOdurED_EDGT1hrNoObsBFEnc
-
Prevents 100% testing of CMS71
-
Yes
Can you help determine how I should fix this error in these test cases?
Error message: con-4: 'If condition is abated, then clinicalStatus must be either inactive, resolved, or remission' Rule 'If condition is abated, then clinicalStatus must be either inactive, resolved, or remission' Failed
It may have to do with this chunk of JSON for resourceType Condition: I had to add profile, category, fix the url for clinicalStatus and verificationStatus, but otherwise it is the original BonnieFHIR JSON.
{
"fullUrl": "5c953f96b848462de0ae40c8",
"resource": {
"id": "5c953f96b848462de0ae40c8",
"resourceType": "Condition",
"meta" :
,
"category" : [
{
"coding" : [
]
}
],
"clinicalStatus" : {
"coding" : [
]
},
"verificationStatus" : {
"coding" : [
]
},
"code": {
"coding": [
,
,
{ "system": "http://snomed.info/sct", "code": "5370000" } ]
},
"subject":
,
"onsetDateTime": "2012-10-01T09:00:00.000Z",
"abatementDateTime": "2012-10-12T00:15:00.000Z"
}
},