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

FHIR IG analytics

Packagekvdigital.terminsynchronisation-tvs
Resource TypePractitioner
IdKBV_PR_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Practitioner_Example_2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Diese Practitioner-Instanz beschreibt eine behandelnde Person mit den ANRs 111222333.

Source1

{
  "resourceType": "Practitioner",
  "id": "45dd9c27-cc3a-4e0b-a4ef-3a47c77e527d",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Practitioner|1.0.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "LANR",
            "display": "Lifelong physician number"
          }
        ]
      },
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR",
      "value": "111222333"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Mustermensch",
      "given": [
        "Minerva"
      ],
      "prefix": [
        "Prof."
      ],
      "_prefix": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "AC"
            }
          ]
        }
      ]
    }
  ],
  "gender": "unknown",
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BAS_FACHGEBIET_GROB",
            "code": "09",
            "display": "Kinderarzt / Kinderärztin"
          }
        ]
      }
    }
  ]
}