{
  "resourceType": "ValueSet",
  "id": "encounter-type",
  "meta": {
    "lastUpdated": "2015-12-03T09:57:31.744+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div><h2>EncounterType</h2><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><p>This value set has an inline code system http://hl7.org/fhir/encounter-type, which defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>ADMS<a name=\"ADMS\"> </a></td><td>Annual diabetes mellitus screening</td><td/></tr><tr><td>BD/BM-clin<a name=\"BD.47BM-clin\"> </a></td><td>Bone drilling/bone marrow punction in clinic</td><td/></tr><tr><td>CCS60<a name=\"CCS60\"> </a></td><td>Infant colon screening - 60 minutes</td><td/></tr><tr><td>OKI<a name=\"OKI\"> </a></td><td>Outpatient Kenacort injection</td><td/></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.137"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/encounter-type",
  "version": "1.1.0",
  "name": "EncounterType",
  "status": "draft",
  "experimental": true,
  "publisher": "FHIR Project team",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "date": "2015-12-03T09:57:31+11:00",
  "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.",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.137"
      }
    ],
    "system": "http://hl7.org/fhir/encounter-type",
    "caseSensitive": true,
    "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"
      }
    ]
  }
}