{
  "resourceType": "CodeSystem",
  "id": "v3-ActExposureLevelCode",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/v3/ActExposureLevelCode",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.5.1114"
  },
  "version": "2016-11-11",
  "name": "v3 Code System ActExposureLevelCode",
  "status": "active",
  "experimental": false,
  "date": "2016-11-11T00:00:00+00:00",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "A qualitative measure of the degree of exposure to the causative agent.  This includes concepts such as \"low\", \"medium\" and \"high\".  This quantifies how the quantity that was available to be administered to the target differs from typical or background levels of the substance.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/v3-ActExposureLevelCode",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "notSelectable",
      "uri": "http://hl7.org/fhir/concept-properties#notSelectable",
      "description": "Indicates that the code is abstract - only intended to be used as a selector for other concepts",
      "type": "boolean"
    }
  ],
  "concept": [
    {
      "code": "_ActExposureLevelCode",
      "display": "ActExposureLevelCode",
      "definition": "A qualitative measure of the degree of exposure to the causative agent.  This includes concepts such as \"low\", \"medium\" and \"high\".  This quantifies how the quantity that was available to be administered to the target differs from typical or background levels of the substance.",
      "property": [
        {
          "code": "notSelectable",
          "valueBoolean": true
        }
      ],
      "concept": [
        {
          "code": "HIGH",
          "display": "high",
          "definition": "Description: Exposure to an agent at a relatively high level above background."
        },
        {
          "code": "LOW",
          "display": "low",
          "definition": "Description: Exposure to an agent at a relatively low level above background."
        },
        {
          "code": "MEDIUM",
          "display": "medium",
          "definition": "Description: Exposure to an agent at a relatively moderate level above background.A"
        }
      ]
    }
  ]
}