FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejohnmoehrke.testvital.example
Resource TypeValueSet
IdValueSet-ExampleBehavioralHealthMedicationCodes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/JohnMoehrke/testVital/ValueSet-ExampleBehavioralHealthMedicationCodes.html
URLhttp://johnmoehrke.github.io/testvital/ValueSet/ExampleBehavioralHealthMedicationCodes
Version0.1.0
Statusdraft
Date2026-03-26T16:45:57+00:00
NameExampleBehavioralHealthMedicationCodes
TitleValueSet - Example Behavioral Health Medication Codes
Realmuv
DescriptionExample set of codes representing behavioral health medications requiring special privacy protections. Specifically sct#373265006 is NOT 'Fluoxetine (product)' Yet it will be kept without warning in the ValueSet definition, while the ValueSet expansion includes the proper display of `Analgesic (substance)`.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
who.ddcc#currentsctSNOMED codes used in this IG
hl7.terminology.r4b#6.0.2rxnormRxNorm

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ExampleBehavioralHealthMedicationCodes

This value set includes codes based on the following rules:


Source1

{
  "resourceType": "ValueSet",
  "id": "ExampleBehavioralHealthMedicationCodes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "2026-03-26T16:45:57+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)"
          }
        ]
      }
    ]
  }
}