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 Patient Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "example-rec-10-patient-view-no-screenings",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient example-rec-10-patient-view-no-screenings</b></p><a name=\"example-rec-10-patient-view-no-screenings\"> </a><a name=\"hcexample-rec-10-patient-view-no-screenings\"> </a><a name=\"example-rec-10-patient-view-no-screenings-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Female, DoB: 2002-12-13</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Declares the DateLastUpdated and Frequency arguments to be used by the Data Date Roller for maintaining/rolling test data dates to keep them from going stale.\">Data Date-Roller Extension:</td><td colspan=\"3\"><ul><li>dateLastUpdated: 2022-12-13</li><li>frequency: No display for Duration </li></ul></td></tr></table></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"
    }
  ],
  "gender" : "female",
  "birthDate" : "2002-12-13"
}