FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/gambling-problem-identified

Packageca.on.oh.mha.pds
Resource TypeValueSet
Idgambling-problem-identified
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha.pds@2.0.0-alpha-preview-0.1&canonical=http://ontariohealth.ca/fhir/ValueSet/gambling-problem-identified
URLhttp://ontariohealth.ca/fhir/ValueSet/gambling-problem-identified
Version1.0.0
Statusdraft
NameGamblingProblemIdentified
TitleGambling Problem Identified
Realmca
Authoritynational
DescriptionThe value set identifies that the client has self-identified a problem with her/his gambling behavior.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
data-absent-reasonDataAbsentReason

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "gambling-problem-identified",
  "url": "http://ontariohealth.ca/fhir/ValueSet/gambling-problem-identified",
  "version": "1.0.0",
  "name": "GamblingProblemIdentified",
  "title": "Gambling Problem Identified",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "The value set identifies that the client has self-identified a problem with her/his gambling behavior.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "373066001",
            "display": "Yes"
          },
          {
            "code": "260413007",
            "display": "No"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "concept": [
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}