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

FHIR IG analytics

Packagede.gematik.fhir.directory
Resource TypeEndpoint
IdEndpoint-OrganizationExample001-Endpoint-TIM.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": "OrganizationExample001-Endpoint-TIM",
  "meta": {
    "tag": [
      {
        "system": "https://gematik.de/fhir/directory/CodeSystem/Origin",
        "code": "owner"
      }
    ],
    "profile": [
      "https://gematik.de/fhir/directory/StructureDefinition/endpoint-directory-Strict"
    ]
  },
  "status": "active",
  "connectionType": {
    "code": "tim",
    "system": "https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryConnectionType"
  },
  "name": "SystemsEngineering:tim.gematik.de",
  "address": "matrix:u/SystemsEngineering:tim.gematik.de",
  "payloadType": [
    {
      "coding": [
        {
          "code": "tim-chat",
          "system": "https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryPayloadType"
        }
      ]
    }
  ]
}