This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4 R3 R2

 

Definition for Value SetPractitionerRole

Raw JSON

{
  "ValueSet":{
    "text":{
      "status":{
        "value":"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 defines it's own terms in the system http://hl7.org/fhir/practitioner-role<\/p><table><tr><td><b>Code<\/b><\/td><td><b>Display<\/b><\/td><td><b>Definition<\/b><\/td><\/tr><tr><td>doctor<\/td><td/><td/><\/tr><tr><td>nurse<\/td><td/><td/><\/tr><tr><td>pharmacist<\/td><td/><td/><\/tr><tr><td>researcher<\/td><td/><td/><\/tr><tr><td>teacher<\/td><td>Teacher/educator<\/td><td/><\/tr><tr><td>ict<\/td><td>ICT professional<\/td><td/><\/tr><\/table><\/div>"
    },
    "identifier":{
      "value":"http://hl7.org/fhir/vs/practitioner-role"
    },
    "name":{
      "value":"PractitionerRole"
    },
    "publisher":{
      "value":"FHIR Project team"
    },
    "telecom":[
      {
        "system":{
          "value":"url"
        },
        "value":{
          "value":"http://hl7.org/fhir"
        }
      }
    ],
    "description":{
      "value":"This example value set defines a set of codes that can be used to indicate the role of a Practitioner."
    },
    "status":{
      "value":"draft"
    },
    "define":{
      "system":{
        "value":"http://hl7.org/fhir/practitioner-role"
      },
      "concept":[
        {
          "code":{
            "value":"doctor"
          }
        },
        {
          "code":{
            "value":"nurse"
          }
        },
        {
          "code":{
            "value":"pharmacist"
          }
        },
        {
          "code":{
            "value":"researcher"
          }
        },
        {
          "code":{
            "value":"teacher"
          },
          "display":{
            "value":"Teacher/educator"
          }
        },
        {
          "code":{
            "value":"ict"
          },
          "display":{
            "value":"ICT professional"
          }
        }
      ]
    }
  }
}