{
  "resourceType": "CodeSystem",
  "id": "medication-admin-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>MedicationAdministrationCategory</h2>\n            <div>\n              <p>A coded concept describing where the medication administered is expected to occur</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/medication-admin-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>inpatient\n                  <a name=\"medication-admin-category-inpatient\"> </a>\n                </td>\n                <td>Inpatient</td>\n                <td>Includes administrations in an inpatient or acute care setting</td>\n              </tr>\n              <tr>\n                <td>outpatient\n                  <a name=\"medication-admin-category-outpatient\"> </a>\n                </td>\n                <td>Outpatient</td>\n                <td>Includes administrations in an outpatient setting (for example, Emergency Department, Outpatient Clinic, Outpatient Surgery, Doctor's office)</td>\n              </tr>\n              <tr>\n                <td>community\n                  <a name=\"medication-admin-category-community\"> </a>\n                </td>\n                <td>Community</td>\n                <td>Includes administrations by the patient in their home (this would include long term care or nursing homes, hospices, etc)</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": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "phx"
    }
  ],
  "url": "http://hl7.org/fhir/medication-admin-category",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.338"
  },
  "version": "3.0.1",
  "name": "MedicationAdministrationCategory",
  "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": "A coded concept describing where the medication administered is expected to occur",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/medication-admin-category",
  "content": "complete",
  "concept": [
    {
      "code": "inpatient",
      "display": "Inpatient",
      "definition": "Includes administrations in an inpatient or acute care setting"
    },
    {
      "code": "outpatient",
      "display": "Outpatient",
      "definition": "Includes administrations in an outpatient setting (for example, Emergency Department, Outpatient Clinic, Outpatient Surgery, Doctor's office)"
    },
    {
      "code": "community",
      "display": "Community",
      "definition": "Includes administrations by the patient in their home (this would include long term care or nursing homes, hospices, etc)"
    }
  ]
}