{
  "resourceType": "CodeSystem",
  "id": "practitioner-specialty",
  "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>PractitionerSpecialty</h2>\n            <div>\n              <p>This example value set defines a set of codes that can be used to indicate the specialty of a Practitioner.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/practitioner-specialty 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>cardio\n                  <a name=\"practitioner-specialty-cardio\"> </a>\n                </td>\n                <td>Cardiologist</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>dent\n                  <a name=\"practitioner-specialty-dent\"> </a>\n                </td>\n                <td>Dentist</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>dietary\n                  <a name=\"practitioner-specialty-dietary\"> </a>\n                </td>\n                <td>Dietary consultant</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>midw\n                  <a name=\"practitioner-specialty-midw\"> </a>\n                </td>\n                <td>Midwife</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>sysarch\n                  <a name=\"practitioner-specialty-sysarch\"> </a>\n                </td>\n                <td>Systems architect</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": "pc"
    }
  ],
  "url": "http://hl7.org/fhir/practitioner-specialty",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.433"
  },
  "version": "3.0.1",
  "name": "PractitionerSpecialty",
  "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 specialty of a Practitioner.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/practitioner-specialty",
  "content": "complete",
  "concept": [
    {
      "code": "cardio",
      "display": "Cardiologist"
    },
    {
      "code": "dent",
      "display": "Dentist"
    },
    {
      "code": "dietary",
      "display": "Dietary consultant"
    },
    {
      "code": "midw",
      "display": "Midwife"
    },
    {
      "code": "sysarch",
      "display": "Systems architect"
    }
  ]
}