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

FHIR IG analytics

Packagede.gematik.directory
Resource TypeEndpoint
IdEndpoint-PharmacyEndpointOnlineAppointmentBookingExample.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": "PharmacyEndpointOnlineAppointmentBookingExample",
  "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": "terminbuchung-online",
    "system": "https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryConnectionType",
    "display": "Online Terminbuchung"
  },
  "name": "Online Terminbuchung",
  "address": "https://rathausapotheke.de/terminbuchung",
  "payloadType": [
    {
      "coding": [
        {
          "code": "not-applicable",
          "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason"
        }
      ]
    }
  ]
}