PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2015@1.0.0
    http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse
{
  "description": "AlcoholUse as defined by the Dutch Health and Care Information models (Dutch: Zorginformatiebouwsteen or ZIB) version 1.0.\\r\\n\\r\\nIn the context of this information model, alcohol is the collective term for alcoholic beverages consumed as a leisure product. This information model describes the information asked of the patient about their alcohol use.",
  "_filename": "zib-AlcoholUse.json",
  "package_name": "nictiz.fhir.nl.stu3.zib2015",
  "date": "2017-01-04T10:27:28.0292377+01:00",
  "derivation": "constraint",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2017-09-26T17:17:25.625+02:00"
  },
  "publisher": "Nictiz",
  "fhirVersion": "3.0.1",
  "name": "ZIB-AlcoholUse",
  "mapping": [ {
    "uri": "https://zibs.nl/wiki/AlcoholUse-v1.2.1(2015EN)",
    "name": "HCIM AlcoholUse-v1.2.1(2015EN)",
    "identity": "hcim-alcoholuse-v1.2.1-2015EN"
  } ],
  "abstract": false,
  "copyright": "CC0",
  "type": "Observation",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "HCIM AlcoholUse",
  "package_version": "1.0.0",
  "status": "retired",
  "id": "8a6ceee1-ec7c-4e60-9091-d8a4583b5db5",
  "kind": "resource",
  "url": "http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse",
  "version": "1.0",
  "differential": {
    "element": [ {
      "id": "Observation",
      "path": "Observation",
      "alias": [ "AlcoholGebruik" ],
      "short": "AlcoholUse",
      "mapping": [ {
        "map": "NL-CM:7.3.1",
        "identity": "hcim-alcoholuse-v1.2.1-2015EN"
      } ],
      "definition": "Root concept of the AlcoholUse information model. This concept contains all data elements of the AlcoholUse information model."
    }, {
      "id": "Observation.code.coding",
      "path": "Observation.code.coding",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "code",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.code.coding:AlcoholUseCode",
      "path": "Observation.code.coding",
      "sliceName": "AlcoholUseCode"
    }, {
      "id": "Observation.code.coding:AlcoholUseCode.system",
      "path": "Observation.code.coding.system",
      "fixedUri": "http://snomed.info/sct"
    }, {
      "id": "Observation.code.coding:AlcoholUseCode.code",
      "path": "Observation.code.coding.code",
      "fixedCode": "228273003"
    }, {
      "id": "Observation.code.coding:AlcoholUseCode.display",
      "path": "Observation.code.coding.display",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
        "valueBoolean": true
      } ],
      "fixedString": "Finding relating to alcohol drinking behavior (finding)"
    }, {
      "id": "Observation.subject",
      "min": 1,
      "path": "Observation.subject"
    }, {
      "id": "Observation.effectivePeriod",
      "path": "Observation.effectivePeriod",
      "type": [ {
        "code": "Period"
      } ],
      "example": [ {
        "label": "Example of an effecitvePeriod",
        "valuePeriod": {
          "end": "2012-02-28",
          "start": "1975"
        }
      } ]
    }, {
      "id": "Observation.effectivePeriod.start",
      "path": "Observation.effectivePeriod.start",
      "alias": [ "StartDatum" ],
      "short": "Startdate",
      "example": [ {
        "label": "Example of StartDate",
        "valuePeriod": {
          "start": "1975"
        }
      } ],
      "mapping": [ {
        "map": "NL-CM:7.3.4",
        "identity": "hcim-alcoholuse-v1.2.1-2015EN"
      } ],
      "definition": "The date on which the patient started using alcohol."
    }, {
      "id": "Observation.effectivePeriod.end",
      "path": "Observation.effectivePeriod.end",
      "alias": [ "StopDatum" ],
      "short": "StopDate",
      "example": [ {
        "label": "Example of StopDate",
        "valuePeriod": {
          "end": "2012-02-28"
        }
      } ],
      "mapping": [ {
        "map": "NL-CM:7.3.5",
        "identity": "hcim-alcoholuse-v1.2.1-2015EN"
      } ],
      "definition": "The date on which the patient stopped consuming alcohol.\r\nIf the end of the period is missing, it means that the period is ongoing. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time."
    }, {
      "path": "Observation.valueCodeableConcept",
      "min": 1,
      "definition": "The status of the patient’s alcohol use.",
      "short": "AlcoholUseStatus",
      "mapping": [ {
        "map": "NL-CM:7.3.2",
        "identity": "hcim-alcoholuse-v1.2.1-2015EN"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "extensible",
        "description": "Codes defining the alcohol intake status.",
        "valueSetReference": {
          "display": "AlcoholGebruikStatusCodelijst",
          "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.7.3.2--20150401000000"
        }
      },
      "alias": [ "AlcoholGebruikStatus" ],
      "id": "Observation.valueCodeableConcept",
      "example": [ {
        "label": "Dutch example of instance",
        "valueCodeableConcept": {
          "coding": [ {
            "code": "219006",
            "system": "http://snomed.info/sct",
            "display": "Current drinker of alcohol"
          } ]
        }
      } ]
    }, {
      "id": "Observation.comment",
      "path": "Observation.comment",
      "alias": [ "Toelichting" ],
      "short": "Explanation",
      "example": [ {
        "label": "Dutch example instance of element",
        "valueString": "consumptie alcohol alleen in het weekend"
      } ],
      "mapping": [ {
        "map": "NL-CM:7.3.7",
        "identity": "hcim-alcoholuse-v1.2.1-2015EN"
      } ],
      "definition": "Relevant comment on the alcohol consumption."
    }, {
      "id": "Observation.component",
      "path": "Observation.component",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "code.coding.code",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.component.Amount",
      "max": "1",
      "path": "Observation.component",
      "mapping": [ {
        "map": "NL-CM:7.3.3",
        "identity": "hcim-alcoholuse-v1.2.1-2015EN"
      } ],
      "sliceName": "Amount"
    }, {
      "id": "Observation.component:Amount.code.coding.system",
      "path": "Observation.component.code.coding.system",
      "fixedUri": "http://snomed.info/sct"
    }, {
      "id": "Observation.component:Amount.code.coding.code",
      "path": "Observation.component.code.coding.code",
      "fixedCode": "160573003"
    }, {
      "id": "Observation.component:Amount.code.coding.display",
      "path": "Observation.component.code.coding.display",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
        "valueBoolean": true
      } ],
      "fixedString": "Alcohol intake (observable entity)"
    }, {
      "id": "Observation.component.Amount.valueQuantity",
      "path": "Observation.component.valueQuantity",
      "type": [ {
        "code": "Quantity"
      } ],
      "alias": [ "Hoeveelheid" ],
      "short": "Amount",
      "example": [ {
        "label": "Example of glasses/week",
        "valueQuantity": {
          "code": "{glasses}/wk",
          "unit": "glasses/week",
          "value": 1,
          "system": "http://unitsofmeasure.org"
        }
      } ],
      "mapping": [ {
        "map": "NL-CM:7.3.6",
        "identity": "hcim-alcoholuse-v1.2.1-2015EN"
      } ],
      "definition": "The extent of the patient’s alcohol use in units of alcohol per time period defined in UCUM {glasses}/wk where wk (week) may be any reasonable time unit like d (day), wk (week), mo (month) or a (annum/year)"
    } ]
  },
  "contact": [ {
    "name": "Nictiz",
    "telecom": [ {
      "use": "work",
      "value": "info@nictiz.nl",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/observation-nl"
}