0.1.0 - ci-build International flag

JohnMoehrkeTestVital, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testVital/ and changes regularly. See the Directory of published versions

: ValueSet - Example Behavioral Health Medication Codes - JSON Representation

Draft as of 2025-10-23

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ExampleBehavioralHealthMedicationCodes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ExampleBehavioralHealthMedicationCodes</b></p><a name=\"ExampleBehavioralHealthMedicationCodes\"> </a><a name=\"hcExampleBehavioralHealthMedicationCodes\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.nlm.nih.gov/research/umls/rxnorm\"><code>http://www.nlm.nih.gov/research/umls/rxnorm</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>315952</td><td>Fluoxetine 20 MG Oral Capsule</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/372767007\">372767007</a></td><td>Fluoxetine (substance)</td></tr><tr><td><a href=\"http://snomed.info/id/373265006\">373265006</a></td><td>Fluoxetine (product)</td></tr></table></li></ul></div>"
  },
  "url" : "http://johnmoehrke.github.io/testvital/ValueSet/ExampleBehavioralHealthMedicationCodes",
  "version" : "0.1.0",
  "name" : "ExampleBehavioralHealthMedicationCodes",
  "title" : "ValueSet - Example Behavioral Health Medication Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-10-23T16:56:11+00:00",
  "publisher" : "John Moehrke (himself)",
  "contact" : [
    {
      "name" : "John Moehrke (himself)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://healthcaresecprivacy.blogspot.com"
        },
        {
          "system" : "email",
          "value" : "JohnMoehrke@gmail.com"
        }
      ]
    }
  ],
  "description" : "Example set of codes representing behavioral health medications requiring special privacy protections.\n\nSpecifically sct#373265006 is NOT  'Fluoxetine (product)' \n\nYet it will be kept without warning in the ValueSet definition, while the ValueSet expansion includes the proper display of `Analgesic (substance)`.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "concept" : [
          {
            "code" : "315952",
            "display" : "Fluoxetine 20 MG Oral Capsule"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "372767007",
            "display" : "Fluoxetine (substance)"
          },
          {
            "code" : "373265006",
            "display" : "Fluoxetine (product)"
          }
        ]
      }
    ]
  }
}