{
  "resourceType": "CodeSystem",
  "id": "abstract-types",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>AbstractType</h2><div><p>A type defined by FHIR that is an abstract type</p></div><p>This code system http://hl7.org/fhir/abstract-types 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>Type\r\n                  <a name=\"abstract-types-Type\"></a></td><td>Type</td><td>A place holder that means any kind of data type</td></tr><tr><td>Any\r\n                  <a name=\"abstract-types-Any\"></a></td><td>Any</td><td>A place holder that means any kind of resource</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": 0
    }
  ],
  "url": "http://hl7.org/fhir/abstract-types",
  "version": "3.0.1",
  "name": "AbstractType",
  "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 type defined by FHIR that is an abstract type",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/abstract-types",
  "content": "complete",
  "concept": [
    {
      "code": "Type",
      "display": "Type",
      "definition": "A place holder that means any kind of data type"
    },
    {
      "code": "Any",
      "display": "Any",
      "definition": "A place holder that means any kind of resource"
    }
  ]
}