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

FHIR IG analytics

Packagede.gematik.directory
Resource TypeOrganization
IdOrganization-OrganizationExample001.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": "OrganizationExample001",
  "meta": {
    "tag": [
      {
        "system": "https://gematik.de/fhir/directory/CodeSystem/Origin",
        "code": "ldap"
      }
    ],
    "profile": [
      "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectoryStrict"
    ]
  },
  "identifier": [
    {
      "system": "https://gematik.de/fhir/sid/telematik-id",
      "value": "9-2.58.00000040"
    }
  ],
  "extension": [
    {
      "url": "https://gematik.de/fhir/directory/StructureDefinition/OrganizationVisibility",
      "valueCoding": {
        "code": "hide-versicherte",
        "system": "https://gematik.de/fhir/directory/CodeSystem/OrganizationVisibilityCS"
      }
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "code": "1.2.276.0.76.4.58",
          "system": "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID"
        }
      ]
    }
  ],
  "name": "gematik GmbH",
  "alias": [
    "gematik"
  ],
  "address": [
    {
      "text": "gematik GmbH\nFriedrichstr. 136, \n10117 Berlin",
      "line": [
        "Friedrichstr. 136"
      ],
      "city": "Berlin",
      "district": "Mitte",
      "state": "Berlin",
      "postalCode": "10117",
      "country": "DE"
    }
  ],
  "contact": [
    {
      "name": {
        "text": "gematik ITSM"
      },
      "telecom": [
        {
          "system": "email",
          "value": "betrieb@gematik.de"
        }
      ]
    }
  ]
}