{

"resourceType": "DetectedIssue",
"id": "duplicate",
"identifier": [
  {
    "use": "official",
    "system": "http://example.org",
    "value": "12345"
  }
],
"status": "final",
"code": {
  "coding": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code": "DUPTHPY",
      "display": "Duplicate Therapy Alert"
    }
  ]
},
"patient": {
  "reference": "Patient/dicom"
},
"identifiedDateTime": "2013-05-08",
"author": {
  "reference": "Device/software"
},
"implicated": [
  {
    "reference": "ServiceRequest/di",
    "display": "Chest CT - ordered May 8, 2013 by Dr. Adam Careful"
  },
  {
    "reference": "ImagingStudy/example",
    "display": "Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20 AM"
  }
],
"detail": "Similar test was performed within the past 14 days",
"reference": "http://www.tmhp.com/RadiologyClinicalDecisionSupport/2011/CHEST%20IMAGING%20GUIDELINES%202011.pdf",
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}