0.0.1 - ci-build International flag

ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions

: ValueSet - Example Opioid Codes - JSON Representation

Active as of 2025-10-24

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ExampleOpioidCodes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ExampleOpioidCodes</b></p><a name=\"ExampleOpioidCodes\"> </a><a name=\"hcExampleOpioidCodes\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-icd10CM.html\"><code>http://hl7.org/fhir/sid/icd-10-cm</code></a><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>F11.1</td><td>Opioid abuse</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/145121000119106\">145121000119106</a></td><td>Intravenous nondependent opioid abuse (disorder)</td></tr></table></li></ul></div>"
  },
  "url" : "http://SHIFT-Task-Force.github.io/demo-fhir-data/ValueSet/ExampleOpioidCodes",
  "version" : "0.0.1",
  "name" : "ExampleOpioidCodes",
  "title" : "ValueSet - Example Opioid Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-10-24T19:09:19+00:00",
  "publisher" : "SHIFT-Task-Force",
  "contact" : [
    {
      "name" : "SHIFT-Task-Force",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://shift-project.org"
        }
      ]
    }
  ],
  "description" : "Example set of codes representing opioid abuse requiring special privacy protections.\n\nIdentified as: local#opioid",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm",
        "concept" : [
          {
            "code" : "F11.1",
            "display" : "Opioid abuse"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "145121000119106",
            "display" : "Intravenous nondependent opioid abuse (disorder)"
          }
        ]
      }
    ]
  }
}