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

FHIR IG Statistics: ValueSet/cyehr-vs-alcoholstatus

Packageehealth4u.package
Resource TypeValueSet
Idcyehr-vs-alcoholstatus
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-alcoholstatus
URLhttp://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-alcoholstatus
Statusactive
NameCYEHRVSAlcoholStatus
TitleCyprus EHR Value Set: Alcohol Status
DescriptionAlcohol status in three categories: Current drinker, Non - drinker, Lifetime non-drinker of alcohol

Resources that use this resource

StructureDefinition
cyehr-sd-consumptionofalcoholCyprus EHR Consumption of Alcohol

Resources that this resource uses

CodeSystem
sctSNOMED CT International Edition

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "cyehr-vs-alcoholstatus",
  "url": "http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-alcoholstatus",
  "name": "CYEHRVSAlcoholStatus",
  "title": "Cyprus EHR Value Set: Alcohol Status",
  "status": "active",
  "experimental": false,
  "publisher": "eHealth4U",
  "contact": [
    {
      "name": "eHealth Lab (University of Cyprus)"
    }
  ],
  "description": "Alcohol status in three categories: Current drinker, Non - drinker, Lifetime non-drinker of alcohol",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "219006",
            "display": "Current drinker"
          },
          {
            "code": "105542008",
            "display": "Non - drinker"
          },
          {
            "code": "783261004",
            "display": "Lifetime non-drinker of alcohol"
          }
        ]
      }
    ]
  }
}