FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.terminology
Resource TypeCodeSystem
IdCodeSystem-aerztlicheBerufsvarianten.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
        }
      ]
    }
  ],
  "copyright": "gematik GmbH / Dieser Implementation Guide ist lizenziert unter [Apache License](./license.html), Version 2.0.",
  "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"
        }
      ]
    }
  ]
}