{
  "resourceType": "CodeSystem",
  "id": "compartment-type",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CompartmentType</h2><div><p>Which compartment a compartment definition describes</p></div><p>This code system http://hl7.org/fhir/compartment-type 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>Patient\r\n                  <a name=\"compartment-type-Patient\"></a></td><td>Patient</td><td>The compartment definition is for the patient compartment</td></tr><tr><td>Encounter\r\n                  <a name=\"compartment-type-Encounter\"></a></td><td>Encounter</td><td>The compartment definition is for the encounter compartment</td></tr><tr><td>RelatedPerson\r\n                  <a name=\"compartment-type-RelatedPerson\"></a></td><td>RelatedPerson</td><td>The compartment definition is for the related-person compartment</td></tr><tr><td>Practitioner\r\n                  <a name=\"compartment-type-Practitioner\"></a></td><td>Practitioner</td><td>The compartment definition is for the practitioner compartment</td></tr><tr><td>Device\r\n                  <a name=\"compartment-type-Device\"></a></td><td>Device</td><td>The compartment definition is for the device compartment</td></tr></table></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": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/compartment-type",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.770"
  },
  "version": "3.0.1",
  "name": "CompartmentType",
  "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": "Which compartment a compartment definition describes",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/compartment-type",
  "content": "complete",
  "concept": [
    {
      "code": "Patient",
      "display": "Patient",
      "definition": "The compartment definition is for the patient compartment"
    },
    {
      "code": "Encounter",
      "display": "Encounter",
      "definition": "The compartment definition is for the encounter compartment"
    },
    {
      "code": "RelatedPerson",
      "display": "RelatedPerson",
      "definition": "The compartment definition is for the related-person compartment"
    },
    {
      "code": "Practitioner",
      "display": "Practitioner",
      "definition": "The compartment definition is for the practitioner compartment"
    },
    {
      "code": "Device",
      "display": "Device",
      "definition": "The compartment definition is for the device compartment"
    }
  ]
}