Opioid Prescribing Support Implementation Guide
2016.4.0 - CI Build

Opioid Prescribing Support 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 2016.4.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 class=\"res-header-id\"><b>Generated Narrative: Observation example-opioidcds</b></p><a name=\"example-opioidcds\"> </a><a name=\"hcexample-opioidcds\"> </a><a name=\"example-opioidcds-en-US\"> </a><blockquote><p><b>Data Date-Roller Extension</b></p><ul><li>dateLastUpdated: 2022-12-13</li><li>frequency: No display for Duration  (value: 30.0; unit: days; system: http://unitsofmeasure.org; code: d)</li></ul></blockquote><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 3779-6}\">Methamphetamine [Presence] in Urine</span></p><p><b>subject</b>: <a href=\"Patient-example-opioidcds.html\">opioidcds example  Male, DoB: 1982-08-24</a></p><p><b>effective</b>: 2022-12-13</p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation POS}\">Positive</span></p></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/dataDateRoller",
      "extension" : [
        {
          "url" : "dateLastUpdated",
          "valueDateTime" : "2022-12-13"
        },
        {
          "url" : "frequency",
          "valueDuration" : {
            "value" : 30.0,
            "unit" : "days",
            "system" : "http://unitsofmeasure.org",
            "code" : "d"
          }
        }
      ]
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "3779-6"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-opioidcds"
  },
  "effectiveDateTime" : "2022-12-13",
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "POS"
        }
      ]
    }
  ]
}