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

: Recommendation 10 Patient View Prefetch Encounter Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "example-rec-10-patient-view-no-screenings-prefetch",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter example-rec-10-patient-view-no-screenings-prefetch</b></p><a name=\"example-rec-10-patient-view-no-screenings-prefetch\"> </a><a name=\"hcexample-rec-10-patient-view-no-screenings-prefetch\"> </a><a name=\"example-rec-10-patient-view-no-screenings-prefetch-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>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode</a> AMB: ambulatory</p><p><b>subject</b>: <a href=\"Patient-example-rec-10-patient-view-no-screenings.html\">Anonymous Patient Female, DoB: 2002-12-13</a></p><p><b>period</b>: 2022-09-14 --&gt; 2022-09-14</p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "dateLastUpdated",
          "valueDateTime" : "2022-12-13"
        },
        {
          "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" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "subject" : {
    🔗 "reference" : "Patient/example-rec-10-patient-view-no-screenings"
  },
  "period" : {
    "start" : "2022-09-14",
    "end" : "2022-09-14"
  }
}