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

FHIR IG analytics

Packagede.gematik.directory
Resource TypeEndpoint
IdEndpoint-PharmacyEndpointTIMExample.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": "Endpoint",
  "id": "PharmacyEndpointTIMExample",
  "meta": {
    "tag": [
      {
        "system": "https://gematik.de/fhir/directory/CodeSystem/Origin",
        "code": "ldap"
      }
    ],
    "profile": [
      "https://gematik.de/fhir/directory/StructureDefinition/endpoint-directory-Strict"
    ]
  },
  "status": "active",
  "connectionType": {
    "code": "tim",
    "system": "https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryConnectionType",
    "display": "TI-Messenger Endpoint"
  },
  "name": "Messenger",
  "payloadType": [
    {
      "coding": [
        {
          "code": "tim-chat",
          "system": "https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryPayloadType",
          "display": "TI-Messenger chat"
        }
      ]
    }
  ],
  "address": "matrix:u/74c1fecc710ce4c8a8bbe310fbc5954c2a5e1e9ef5f70d651da1bfc4c9abe43f:example-domain.de"
}