FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| icd-10-cm | International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM) |
| sct | SNOMED codes used in this IG |
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
- Include these codes as defined in
http://hl7.org/fhir/sid/icd-10-cm version Not Stated (use latest from terminology server)| Code | Display |
| F16.20 | Hallucinogen dependence, uncomplicated |
- Include these codes as defined in
http://snomed.info/sct version Not Stated (use latest from terminology server)| Code | Display |
| 724713006 | Harmful use of ketamine (disorder) |
Source1
{
"resourceType": "ValueSet",
"id": "LeapSlsHallucinogenCodes",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://SHIFT-Task-Force.github.io/slsValueSets/ValueSet/LeapSlsHallucinogenCodes",
"version": "0.1.0",
"name": "LeapSlsHallucinogenCodes",
"title": "ValueSet - Example Hallucinogen Codes",
"status": "active",
"experimental": false,
"date": "2026-02-04T23:32:52+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 hallucinogen abuse requiring special privacy protections\n\nIdentified as: local#hallucinogen and local#bh_substances/SUD",
"useContext": [
{
"code": {
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code": "focus"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://SHIFT-Task-Force.github.io/slsValueSets/CodeSystem/LocalSensitiveKindCodes",
"code": "hallucinogen"
}
]
}
}
],
"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": "F16.20"
}
]
},
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "724713006"
}
]
}
]
}
}