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

FHIR IG analytics

Packagedguv.basis
Resource TypeOrganization
IdDGUV_Basis_Bsp_DArztOrganisation.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-DArztOrganisation",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/Basis/Organization/DGUV-Basis-PR-DArztOrganisation"
    ]
  },
  "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": "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": "Unfallkrankenhaus Berlin",
  "telecom": [
    {
      "system": "phone",
      "value": "+1-1234565789"
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Musterstraße 1"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterstraße"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "1"
            }
          ]
        }
      ],
      "city": "Berlin",
      "postalCode": "11111",
      "country": "DE"
    }
  ],
  "contact": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "NichtAerztlicherKontakt",
              "valueBoolean": true
            },
            {
              "url": "Funktionseinheit",
              "valueString": "Physiotherapie"
            }
          ],
          "url": "http://fhir.dguv.de/Basis/Extension/DGUV-Basis-EX-NichtAerztlicherAnsprechpartner"
        }
      ]
    }
  ]
}