Extensions for Using Data Elements from FHIR R4 in FHIR STU3
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4 in FHIR STU3 - Downloaded Version null See the Directory of published versions

: PractitionerSpecialty - JSON Representation

Page standards status: Trial-use Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "practitioner-specialty",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem practitioner-specialty</b></p><a name=\"practitioner-specialty\"> </a><a name=\"hcpractitioner-specialty\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/practitioner-specialty</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">cardio<a name=\"practitioner-specialty-cardio\"> </a></td><td>Cardiologist</td></tr><tr><td style=\"white-space:nowrap\">dent<a name=\"practitioner-specialty-dent\"> </a></td><td>Dentist</td></tr><tr><td style=\"white-space:nowrap\">dietary<a name=\"practitioner-specialty-dietary\"> </a></td><td>Dietary consultant</td></tr><tr><td style=\"white-space:nowrap\">midw<a name=\"practitioner-specialty-midw\"> </a></td><td>Midwife</td></tr><tr><td style=\"white-space:nowrap\">sysarch<a name=\"practitioner-specialty-sysarch\"> </a></td><td>Systems architect</td></tr></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4.r3"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4.r3"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4.r3"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4.r3"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/practitioner-specialty",
  "version" : "4.0.1",
  "name" : "PractitionerSpecialty",
  "title" : "Practitioner specialty",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-03-20T13:05:16+11:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [
    {
      "name" : "FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "This example value set defines a set of codes that can be used to indicate the specialty of a Practitioner.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/practitioner-specialty|3.0.2",
  "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"
    }
  ]
}