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

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypePractitioner
IdPractitioner-StfArzt-BY3-Max-Boese.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": "StfArzt-BY3-Max-Boese",
  "meta": {
    "profile": [
      "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfArzt"
    ]
  },
  "identifier": [
    {
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR",
      "value": "456"
    }
  ],
  "name": [
    {
      "given": [
        "Kamilla"
      ],
      "prefix": [
        "Dr."
      ],
      "_prefix": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "AC"
            }
          ]
        }
      ],
      "use": "official",
      "text": "Dr. Kamilla Böse",
      "family": "Böse"
    }
  ],
  "address": [
    {
      "line": [
        "Kilianstr. 5"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Kilianstr."
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "5"
            }
          ]
        }
      ],
      "type": "both",
      "city": "Nürnberg",
      "postalCode": "90425",
      "country": "DE"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0911/488356"
    }
  ]
}