2022 CDC Clinical Practice Guideline for Prescribing Opioids Implementation Guide
2022.1.0 - CI Build

2022 CDC Clinical Practice Guideline for Prescribing Opioids Implementation Guide, published by Centers for Disease Control and Prevention (CDC). This guide is not an authorized publication; it is the continuous build for version 2022.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/opioid-cds-r4/ and changes regularly. See the Directory of published versions

: OpioidCDS Observation - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "example-opioidcds",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/cdc-observation"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"example-opioidcds\"> </a><a name=\"hcexample-opioidcds\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;example-opioidcds&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdc-observation.html\">CDC_Observation</a></p></div><blockquote><p><b>Data Date-Roller Extension</b></p><blockquote><p><b>url</b></p><code>dateLastUpdated</code></blockquote><p><b>value</b>: 2023-05-01</p><blockquote><p><b>url</b></p><code>frequency</code></blockquote><p><b>value</b>: 30.0 days<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code d = 'd')</span></p></blockquote><p><b>status</b>: final</p><p><b>code</b>: Methamphet Ur Ql <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#3779-6)</span></p><p><b>subject</b>: <a href=\"Patient-example-opioidcds.html\">Patient/example-opioidcds</a> &quot; EXAMPLE&quot;</p><p><b>effective</b>: 2023-05-01</p><p><b>performer</b>: <a href=\"PractitionerRole-oncology-specialist.html\">PractitionerRole/oncology-specialist</a></p><p><b>interpretation</b>: Positive <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ObservationInterpretation.html\">ObservationInterpretation</a>#POS)</span></p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "dateLastUpdated",
          "valueDateTime" : "2023-05-01"
        },
        {
          "url" : "frequency",
          "valueDuration" : {
            "value" : 30.0,
            "unit" : "days",
            "system" : "http://unitsofmeasure.org",
            "code" : "d"
          }
        }
      ],
      "url" : "http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/dataDateRoller"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "3779-6"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-opioidcds"
  },
  "effectiveDateTime" : "2023-05-01",
  "performer" : [
    {
      🔗 "reference" : "PractitionerRole/oncology-specialist"
    }
  ],
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "POS"
        }
      ]
    }
  ]
}