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

FHIR IG analytics

Packagedguv.basis
Resource TypeOrganization
IdDGUV_Basis_Bsp_WeiterbehandelndeOrganisation.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": "DGUV-Basis-Bsp-WeiterbehandelndeOrganisation",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/Basis/Organization/DGUV-Basis-PR-WeiterbehandelndeOrganisation"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "BSNR",
            "display": "Primary physician office number"
          }
        ]
      },
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value": "012300004"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XX",
            "display": "Organization identifier"
          }
        ]
      },
      "system": "http://fhir.de/sid/arge-ik/iknr",
      "value": "123456789"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_Base_identifier_type",
            "code": "KSN"
          }
        ]
      },
      "system": "http://fhir.de/sid/dkgev/standortnummer",
      "value": "243234999"
    }
  ],
  "name": "Praxis Dr. med. Hans Peter Haas",
  "telecom": [
    {
      "system": "phone",
      "value": "0049 458 66 888"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct",
          "valueString": "Mitte"
        }
      ],
      "type": "both",
      "line": [
        "Musterstr. 99",
        "Mitte"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "99"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterstr."
            }
          ]
        },
        null
      ],
      "city": "Dortmund",
      "postalCode": "44227",
      "country": "DE"
    },
    {
      "type": "postal",
      "line": [
        "45678"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "45678"
            }
          ]
        }
      ],
      "city": "Dortmund"
    }
  ]
}