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

FHIR IG analytics

Packagedguv.basis
Resource TypeOrganization
IdDGUV_Basis_Bsp_Unfallversicherungstraeger.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-Unfallversicherungstraeger",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/Basis/Organization/DGUV-Basis-PR-Unfallversicherungstraeger"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XX",
            "display": "Organization identifier"
          }
        ]
      },
      "system": "http://fhir.de/sid/arge-ik/iknr",
      "value": "121192344"
    }
  ],
  "name": "BG Verwaltung Berlin",
  "telecom": [
    {
      "system": "phone",
      "value": "030 77003-0"
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Markgrafenstraße 18"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "18"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Markgrafenstraße."
            }
          ]
        }
      ],
      "city": "Berlin",
      "postalCode": "10969"
    }
  ]
}