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

: Anthrax Example Device - JSON Representation

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "anthrax-example-device",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device anthrax-example-device</b></p><a name=\"anthrax-example-device\"> </a><a name=\"hcanthrax-example-device\"> </a><a name=\"anthrax-example-device-en-US\"> </a><p><b>identifier</b>: Anthrax_Post_Exposure_Prophylaxis_FHIRv400.cql</p><p><b>manufacturer</b>: Centers for Disease Control and Prevention</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 701002007}\">Clinical data collection/management information system application software (physical object)</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>1.1.0</td></tr></table><p><b>url</b>: <a href=\"http://hl7.org/fhir/uv/cpg/anthrax/Device/anthrax-example-device\">http://hl7.org/fhir/uv/cpg/anthrax/Device/anthrax-example-device</a></p></div>"
  },
  "identifier" : [
    {
      "value" : "Anthrax_Post_Exposure_Prophylaxis_FHIRv400.cql"
    }
  ],
  "manufacturer" : "Centers for Disease Control and Prevention",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "701002007",
        "display" : "Clinical data collection/management information system application software (physical object)"
      }
    ]
  },
  "version" : [
    {
      "value" : "1.1.0"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/cpg/anthrax/Device/anthrax-example-device"
}