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

FHIR IG Statistics: ValueSet/cyehr-vs-alcoholtypes

Packageehealth4u.package
Resource TypeValueSet
Idcyehr-vs-alcoholtypes
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-alcoholtypes
URLhttp://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-alcoholtypes
Statusactive
NameCYEHRVSAlcoholTypes
TitleCyprus EHR Value Set: Alcohol Types
DescriptionAlcohol type in three categories: Wine, Beer,

Resources that use this resource

StructureDefinition
cyehr-ext-alcoholtypeCYEHREXTAlcoholType

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "cyehr-vs-alcoholtypes",
  "url": "http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-alcoholtypes",
  "name": "CYEHRVSAlcoholTypes",
  "title": "Cyprus EHR Value Set: Alcohol Types",
  "status": "active",
  "experimental": false,
  "publisher": "eHealth4U",
  "contact": [
    {
      "name": "eHealth Lab (University of Cyprus)"
    }
  ],
  "description": "Alcohol type in three categories: Wine, Beer, ",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "35748005",
            "display": "Wine"
          },
          {
            "code": "53410008",
            "display": "Beer"
          },
          {
            "code": "6524003",
            "display": "Distilled spirits"
          }
        ]
      }
    ]
  }
}