Clinical Practice Guidelines Example Implementation Guide - Anthrax Post-Exposure Prophylaxis
1.1.0 - ci-build International flag

Clinical Practice Guidelines Example Implementation Guide - Anthrax Post-Exposure Prophylaxis, published by HL7 International - Clinical Decision Support WG. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/cpg-example-anthrax/ and changes regularly. See the Directory of published versions

: Existing Antimicrobial Detected Issue - JSON Representation

Raw json | Download


{
  "resourceType" : "DetectedIssue",
  "id" : "existing-antimicrobial-detected-issue",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DetectedIssue existing-antimicrobial-detected-issue</b></p><a name=\"existing-antimicrobial-detected-issue\"> </a><a name=\"hcexisting-antimicrobial-detected-issue\"> </a><a name=\"existing-antimicrobial-detected-issue-en-US\"> </a><p><b>status</b>: Preliminary</p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode NOTEQUIV}\">Not equivalent alert</span></p><p><b>author</b>: <a href=\"Device-anthrax-example-device.html\">Device: identifier = Anthrax_Post_Exposure_Prophylaxis_FHIRv400.cql; manufacturer = Centers for Disease Control and Prevention; type = Clinical data collection/management information system application software (physical object); url = http://hl7.org/fhir/uv/cpg/anthrax/Device/anthrax-example-device</a></p><p><b>implicated</b>: <a href=\"MedicationRequest-med-request-1.html\">MedicationRequest: status = active; intent = proposal; medication[x] = Ciprofloxacin 500 MG Oral Tablet</a></p><p><b>detail</b>: The patient has an active prescription for [Ciprofloxacin]. Evaluate the dosage and duration to ensure a 60-day regimen of appropriate antibiotic post-anthrax exposure: [Ciprofloxacin 500 mg by mouth every 12 hours for 60 days].</p><h3>Mitigations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Action</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 314529007}\">Medication review due (situation)</span></td></tr></table></div>"
  },
  "status" : "preliminary",
  "code" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "NOTEQUIV",
        "display" : "Not equivalent alert"
      }
    ]
  },
  "author" : {
    🔗 "reference" : "Device/anthrax-example-device"
  },
  "implicated" : [
    {
      🔗 "reference" : "MedicationRequest/med-request-1"
    }
  ],
  "detail" : "The patient has an active prescription for [Ciprofloxacin]. Evaluate the dosage and duration to ensure a 60-day regimen of appropriate antibiotic post-anthrax exposure: [Ciprofloxacin 500 mg by mouth every 12 hours for 60 days].",
  "mitigation" : [
    {
      "action" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "314529007",
            "display" : "Medication review due (situation)"
          }
        ]
      }
    }
  ]
}