{
  "resourceType": "CodeSystem",
  "id": "activity-definition-category",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>ActivityDefinitionCategory</h2>\n            <div>\n              <p>High-level categorization of the type of activity</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/activity-definition-category defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>treatment\n                  <a name=\"activity-definition-category-treatment\"> </a>\n                </td>\n                <td>Treatment</td>\n                <td>The activity is intended to provide or is related to treatment of the patient</td>\n              </tr>\n              <tr>\n                <td>education\n                  <a name=\"activity-definition-category-education\"> </a>\n                </td>\n                <td>Education</td>\n                <td>The activity is intended to provide or is related to education of the patient</td>\n              </tr>\n              <tr>\n                <td>assessment\n                  <a name=\"activity-definition-category-assessment\"> </a>\n                </td>\n                <td>Assessment</td>\n                <td>The activity is intended to perform or is related to assessment of the patient</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/activity-definition-category",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.776"
  },
  "version": "3.0.1",
  "name": "ActivityDefinitionCategory",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "High-level categorization of the type of activity",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/activity-definition-category",
  "content": "complete",
  "concept": [
    {
      "code": "treatment",
      "display": "Treatment",
      "definition": "The activity is intended to provide or is related to treatment of the patient"
    },
    {
      "code": "education",
      "display": "Education",
      "definition": "The activity is intended to provide or is related to education of the patient"
    },
    {
      "code": "assessment",
      "display": "Assessment",
      "definition": "The activity is intended to perform or is related to assessment of the patient"
    }
  ]
}