{

"resourceType": "ValueSet",
"id": "practitioner-role",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div><h2>PractitionerRole</h2><p>This example value set defines a set of codes that can be used to indicate the role of a Practitioner.</p><p>This value set has an inline code system http://hl7.org/fhir/practitioner-role, 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>doctor<a name=\"doctor\"> </a></td><td>Doctor</td><td/></tr><tr><td>nurse<a name=\"nurse\"> </a></td><td>Nurse</td><td/></tr><tr><td>pharmacist<a name=\"pharmacist\"> </a></td><td>Pharmacist</td><td/></tr><tr><td>researcher<a name=\"researcher\"> </a></td><td>Researcher</td><td/></tr><tr><td>teacher<a name=\"teacher\"> </a></td><td>Teacher/educator</td><td/></tr><tr><td>ict<a name=\"ict\"> </a></td><td>ICT professional</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.251"
  }
],
"url": "http://hl7.org/fhir/ValueSet/practitioner-role",
"version": "1.0.2",
"name": "PractitionerRole",
"status": "draft",
"experimental": true,
"publisher": "FHIR Project team",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "This example value set defines a set of codes that can be used to indicate the role of a Practitioner.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.251"
    }
  ],
  "system": "http://hl7.org/fhir/practitioner-role",
  "caseSensitive": true,
  "concept": [
    {
      "code": "doctor",
      "display": "Doctor"
    },
    {
      "code": "nurse",
      "display": "Nurse"
    },
    {
      "code": "pharmacist",
      "display": "Pharmacist"
    },
    {
      "code": "researcher",
      "display": "Researcher"
    },
    {
      "code": "teacher",
      "display": "Teacher/educator"
    },
    {
      "code": "ict",
      "display": "ICT professional"
    }
  ]
}

}