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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DetectedIssue ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "existing-antimicrobial-detected-issue"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
  ] ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NOTEQUIV" ] ;
fhir:display [ fhir:v "Not equivalent alert" ]     ] )
  ] ; # 
  fhir:author [
fhir:reference [ fhir:v "Device/anthrax-example-device" ]
  ] ; # 
  fhir:implicated ( [
fhir:reference [ fhir:v "MedicationRequest/med-request-1" ]
  ] ) ; # 
  fhir:detail [ fhir:v "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]."] ; # 
  fhir:mitigation ( [
fhir:action [
      ( fhir:coding [
a sct:314529007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "314529007" ] ;
fhir:display [ fhir:v "Medication review due (situation)" ]       ] )     ]
  ] ) . #