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

FHIR IG analytics

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeOrganization
IdOrganization-DZNE.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": "DZNE",
  "meta": {
    "profile": [
      "http://omi.de/fhir/registry/StructureDefinition/omi-organization"
    ]
  },
  "identifier": [
    {
      "system": "http://omi.de/fhir/registry/sid/organization",
      "type": {
        "coding": [
          {
            "code": "XX",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "value": "DZNE"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+49 228 43302-0"
    },
    {
      "system": "email",
      "value": "information@dzne.de"
    }
  ],
  "address": [
    {
      "line": [
        "Gehlsheimer Straße 20"
      ],
      "city": "Rostock",
      "postalCode": "18147"
    }
  ],
  "active": true,
  "name": "Deutsches Zentrum für Neurodegenerative Erkrankungen e.V. (DZNE)"
}