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

FHIR IG analytics

Packagekbv.basis.ressources.only
Resource TypeOrganization
IdOrganization_cf042e44_086a_4d51_9c77_172f9a972e3b.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

Die FHIR-Instanz des Profils KBV_PR_Base_Organization beschreibt die Praxis 'Dr. med. Hans Topp-Glücklich' mit der BSNR 012300004, der Organisations-ID 123456789, der Nationalen Versicherungsnehmer-Kennung (VKNR) 123456789, der KZVAbrechnungsnummer 123456789 und der Telematik-ID 123456789. Diese Praxis ist in der Fachabteilung 'Innere Medizin' tätig und befindet sich in der Musterstr. 1, 64283 Darmstadt.

Source1

{
  "resourceType": "Organization",
  "id": "cf042e44-086a-4d51-9c77-172f9a972e3b",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Additional_Comment",
      "valueString": "ausgedacht"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "BSNR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Primary physician office number"
          }
        ]
      },
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value": "012300004"
    },
    {
      "type": {
        "coding": [
          {
            "code": "XX",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Organization identifier"
          }
        ]
      },
      "system": "http://fhir.de/sid/arge-ik/iknr",
      "value": "123456789"
    },
    {
      "type": {
        "coding": [
          {
            "code": "NIIP",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "National Insurance Payor Identifier (Payor)"
          }
        ]
      },
      "system": "http://fhir.de/sid/kbv/vknr",
      "value": "123456789"
    },
    {
      "type": {
        "coding": [
          {
            "code": "KZVA",
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "display": "KZVAbrechnungsnummer"
          }
        ]
      },
      "system": "http://fhir.de/sid/kzbv/kzvabrechnungsnummer",
      "value": "123456789"
    },
    {
      "type": {
        "coding": [
          {
            "code": "PRN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Provider number"
          }
        ]
      },
      "system": "https://gematik.de/fhir/sid/telematik-id",
      "value": "123456789"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "version": "2018-10-01T18:33:06",
          "code": "PRA",
          "system": "http://ihe-d.de/CodeSystems/PatientBezogenenGesundheitsversorgung",
          "display": "Arztpraxis"
        },
        {
          "version": "1.5.0",
          "code": "0100",
          "system": "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel",
          "display": "Innere Medizin"
        },
        {
          "version": "1.5.0",
          "code": "0100",
          "system": "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert",
          "display": "Innere Medizin"
        }
      ]
    }
  ],
  "name": "Praxis Dr. med. Hans Topp-Glücklich",
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct",
          "valueString": "Mitte"
        }
      ],
      "type": "both",
      "line": [
        "Musterstr. 1",
        "Mitte"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "1"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterstr."
            }
          ]
        },
        null
      ],
      "city": "Darmstadt",
      "postalCode": "64283",
      "country": "D"
    },
    {
      "type": "postal",
      "line": [
        "45678"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "45678"
            }
          ]
        }
      ],
      "city": "Darmstadt",
      "country": "D"
    }
  ],
  "contact": [
    {
      "address": {
        "country": "D"
      }
    }
  ]
}