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

FHIR IG Statistics: ValueSet/alcohol-anti-craving-medication-enrollment

Packageca.on.oh.mha.pds
Resource TypeValueSet
Idalcohol-anti-craving-medication-enrollment
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/alcohol-anti-craving-medication-enrollment
URLhttp://ontariohealth.ca/fhir/ValueSet/alcohol-anti-craving-medication-enrollment
Version1.0.0
Statusdraft
NameAlcoholAnti-CravingMedicationEnrollment
TitleAlcohol Anti-Craving Medication Enrollment
DescriptionThe value set identifies if client is enrolled in a alcohol anti-craving medication program.

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": "alcohol-anti-craving-medication-enrollment",
  "url": "http://ontariohealth.ca/fhir/ValueSet/alcohol-anti-craving-medication-enrollment",
  "version": "1.0.0",
  "name": "AlcoholAnti-CravingMedicationEnrollment",
  "title": "Alcohol Anti-Craving Medication Enrollment",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "The value set identifies if client is enrolled in a alcohol anti-craving medication program.",
  "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": "asked-declined",
            "display": "Asked But Declined"
          }
        ]
      }
    ]
  }
}