Data Exchange Profiles for 2022 CDC Clinical Practice Guideline for Prescribing Opioids
1.0.0-ballot - STU 1 - Ballot United States of America flag

Data Exchange Profiles for 2022 CDC Clinical Practice Guideline for Prescribing Opioids, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cdc-opioid-cpg/ and changes regularly. See the Directory of published versions

: Opioid Review Useful Patient Encounter Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "opioid-review-useful-patient",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Opioid Review Useful Patient Encounter Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is an opioid review useful patient encounter example for the *Opioid Review Useful Patient Encounter Profile*."
      }
    ],
    "profile" : [
      🔗 "http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/OpioidReviewUsefulPatientEncounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter opioid-review-useful-patient</b></p><a name=\"opioid-review-useful-patient\"> </a><a name=\"hcopioid-review-useful-patient\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-OpioidReviewUsefulPatientEncounter.html\">Opioid Review Useful Patient Encounter Encounter Profile</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</p><p><b>type</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 99223}\">Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded.</span></p><p><b>subject</b>: <a href=\"Patient-opioid-review-useful.html\">Johnny Appleseed  Male, DoB: 1983-01-10 ( Medical Record Number:\u00a012345\u00a0(use:\u00a0usual,\u00a0))</a></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-sickle-cell-encounter-diagnosis.html\">Condition Sickle cell-hemoglobin D disease</a></td></tr></table></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://www.ama-assn.org/go/cpt",
          "code" : "99223",
          "display" : "Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded."
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/opioid-review-useful"
  },
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/sickle-cell-encounter-diagnosis"
      }
    }
  ]
}