Implementation Guide
TI Terminology
Version 1.0.7 - release

: AerztlicheBerufsvarianten - JSON Representation

Retired as of 2025-09-12

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "aerztlicheBerufsvarianten",
  "url" : "urn:oid:1.2.276.0.76.5.493",
  "version" : "1.0.7",
  "name" : "AerztlicheBerufsvarianten",
  "title" : "AerztlicheBerufsvarianten",
  "status" : "retired",
  "experimental" : false,
  "date" : "2025-09-12",
  "publisher" : "gematik GmbH",
  "description" : "AerztlicheBerufsvarianten",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DE"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "property" : [
    {
      "code" : "status",
      "uri" : "http://hl7.org/fhir/concept-properties#status",
      "description" : "Status",
      "type" : "code"
    }
  ],
  "concept" : [
    {
      "code" : "1",
      "display" : "Arzt in Facharztausbildung",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "deprecated"
        }
      ]
    },
    {
      "code" : "2",
      "display" : "Hausarzt",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "inactive"
        }
      ]
    },
    {
      "code" : "3",
      "display" : "Praktischer Arzt",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "deprecated"
        }
      ]
    }
  ]
}