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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeOrganization
IdOrganization-e3f4a5b6-4d5e-6f7a-1b2c-3d4e5f6a7b8c.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": "Organization",
  "id": "e3f4a5b6-4d5e-6f7a-1b2c-3d4e5f6a7b8c",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/dipag/StructureDefinition/dipag-institution"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "PRN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://gematik.de/fhir/sid/telematik-id",
      "value": "1-SMC-B-Testkarte-883110000123465"
    },
    {
      "type": {
        "coding": [
          {
            "code": "BSNR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value": "123456789"
    },
    {
      "type": {
        "coding": [
          {
            "code": "KZVA",
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
          }
        ]
      },
      "system": "http://fhir.de/sid/kzbv/kzvabrechnungsnummer",
      "value": "987654321"
    },
    {
      "type": {
        "coding": [
          {
            "code": "ustid",
            "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-rechnung-identifier-type-cs"
          }
        ]
      },
      "value": "DE123456789"
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Praxisstraße 10"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Praxisstraße"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "10"
            }
          ]
        }
      ],
      "city": "Berlin",
      "postalCode": "10115",
      "country": "DE"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+49 30 123456"
    }
  ],
  "name": "Zahnarztpraxis Dr. Schulz",
  "type": [
    {
      "coding": [
        {
          "system": "http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen",
          "code": "MZKH",
          "display": "Zahnmedizin"
        }
      ]
    }
  ]
}