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

: No Asymptomatic Observation Flag - JSON Representation

Raw json | Download


{
  "resourceType" : "Flag",
  "id" : "no-asymptomatic-observation-flag",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Flag no-asymptomatic-observation-flag</b></p><a name=\"no-asymptomatic-observation-flag\"> </a><a name=\"hcno-asymptomatic-observation-flag\"> </a><a name=\"no-asymptomatic-observation-flag-en-US\"> </a><p><b>status</b>: Active</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 223447008}\">Recommendation to document signs and symptoms (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-patient-1.html\">John Smith  Male, DoB: 2000-01-01</a></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></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/flag-detail",
      "valueReference" : {
        🔗 "reference" : "Condition/condition-1"
      }
    }
  ],
  "status" : "active",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "223447008",
        "display" : "Recommendation to document signs and symptoms (procedure)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-1"
  },
  "author" : {
    🔗 "reference" : "Device/anthrax-example-device"
  }
}