{
  "resourceType": "CodeSystem",
  "id": "encounter-type",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>EncounterType</h2>\n            <div>\n              <p>This example value set defines a set of codes that can be used to indicate the type of encounter: a specific code indicating type of service provided.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/encounter-type 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>ADMS\n                  <a name=\"encounter-type-ADMS\"> </a>\n                </td>\n                <td>Annual diabetes mellitus screening</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>BD/BM-clin\n                  <a name=\"encounter-type-BD.47BM-clin\"> </a>\n                </td>\n                <td>Bone drilling/bone marrow punction in clinic</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>CCS60\n                  <a name=\"encounter-type-CCS60\"> </a>\n                </td>\n                <td>Infant colon screening - 60 minutes</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>OKI\n                  <a name=\"encounter-type-OKI\"> </a>\n                </td>\n                <td>Outpatient Kenacort injection</td>\n                <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": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://hl7.org/fhir/encounter-type",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.244"
  },
  "version": "3.0.1",
  "name": "EncounterType",
  "status": "draft",
  "experimental": true,
  "publisher": "FHIR Project team",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This example value set defines a set of codes that can be used to indicate the type of encounter: a specific code indicating type of service provided.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/encounter-type",
  "content": "complete",
  "concept": [
    {
      "code": "ADMS",
      "display": "Annual diabetes mellitus screening"
    },
    {
      "code": "BD/BM-clin",
      "display": "Bone drilling/bone marrow punction in clinic"
    },
    {
      "code": "CCS60",
      "display": "Infant colon screening - 60 minutes"
    },
    {
      "code": "OKI",
      "display": "Outpatient Kenacort injection"
    }
  ]
}