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: R4 R3 R2

 

Definition for Value SetPractitionerSpecialty

Raw JSON

{
  "ValueSet":{
    "text":{
      "status":{
        "value":"generated"
      },
      "div":"<div><h2>PractitionerSpecialty<\/h2><p>This example value set defines a set of codes that can be used to indicate the specialty of a Practitioner<\/p><p>This value set defines it's own terms in the system http://hl7.org/fhir/practitioner-specialty<\/p><table><tr><td><b>Code<\/b><\/td><td><b>Display<\/b><\/td><td><b>Definition<\/b><\/td><\/tr><tr><td>cardio<\/td><td>Cardiologist<\/td><td/><\/tr><tr><td>dent<\/td><td>Dentist<\/td><td/><\/tr><tr><td>dietary<\/td><td>Dietary consultant<\/td><td/><\/tr><tr><td>midw<\/td><td>Midwife<\/td><td/><\/tr><tr><td>sysarch<\/td><td>Systems architect<\/td><td/><\/tr><\/table><\/div>"
    },
    "identifier":{
      "value":"http://hl7.org/fhir/vs/practitioner-specialty"
    },
    "name":{
      "value":"PractitionerSpecialty"
    },
    "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 specialty of a Practitioner"
    },
    "status":{
      "value":"draft"
    },
    "define":{
      "system":{
        "value":"http://hl7.org/fhir/practitioner-specialty"
      },
      "concept":[
        {
          "code":{
            "value":"cardio"
          },
          "display":{
            "value":"Cardiologist"
          }
        },
        {
          "code":{
            "value":"dent"
          },
          "display":{
            "value":"Dentist"
          }
        },
        {
          "code":{
            "value":"dietary"
          },
          "display":{
            "value":"Dietary consultant"
          }
        },
        {
          "code":{
            "value":"midw"
          },
          "display":{
            "value":"Midwife"
          }
        },
        {
          "code":{
            "value":"sysarch"
          },
          "display":{
            "value":"Systems architect"
          }
        }
      ]
    }
  }
}