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

FHIR IG analytics

Packagede.transfer-abrechnungsdaten.r4
Resource TypePractitioner
IdExample-practitioner-de-art-anaesthesie.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": "Practitioner",
  "id": "Example-practitioner-de-art-anaesthesie",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner|1.1.2"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "LANR"
          }
        ]
      },
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR",
      "value": "123456789"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Ludger Schlaf",
      "family": "Schlaf",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Schlaf"
          }
        ]
      },
      "given": [
        "Ludger"
      ]
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Musterstr. 1"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "1"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterstr."
            }
          ]
        }
      ],
      "city": "Darmstadt",
      "postalCode": "64283",
      "country": "D"
    },
    {
      "type": "postal",
      "line": [
        "12345"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "12345"
            }
          ]
        }
      ],
      "city": "Darmstadt",
      "country": "D"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/900000000000207008/version/20200131",
            "code": "88189002",
            "display": "Anaesthesiologist",
            "_display": {
              "extension": [
                {
                  "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Terminology_German",
                  "extension": [
                    {
                      "url": "content",
                      "valueString": "Arzt/ Ärztin"
                    }
                  ]
                }
              ]
            }
          }
        ]
      }
    }
  ]
}