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

FHIR IG analytics

Packagede.gematik.fhir.directory
Resource TypeHealthcareService
IdHealthcareService-HealthcareServiceExample.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": "HealthcareService",
  "id": "HealthcareServiceExample",
  "meta": {
    "tag": [
      {
        "system": "https://gematik.de/fhir/directory/CodeSystem/Origin",
        "code": "ldap"
      }
    ],
    "profile": [
      "https://gematik.de/fhir/directory/StructureDefinition/HealthcareServiceDirectoryStrict"
    ]
  },
  "extension": [
    {
      "url": "https://gematik.de/fhir/directory/StructureDefinition/holder-id-ex",
      "valueCode": "dtrust"
    }
  ],
  "identifier": [
    {
      "system": "https://gematik.de/fhir/sid/telematik-id",
      "value": "2-2.58.00000040"
    }
  ],
  "providedBy": {
    "reference": "Organization/OrganizationExample"
  },
  "type": [
    {
      "coding": [
        {
          "code": "MZKH",
          "system": "urn:oid:1.3.6.1.4.1.19376.3.276.1.5.4",
          "display": "Zahnmedizin"
        }
      ]
    },
    {
      "coding": [
        {
          "code": "ORAL",
          "system": "urn:oid:1.3.6.1.4.1.19376.3.276.1.5.4",
          "display": "Oralchirurgie"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/LocationExample"
    }
  ],
  "name": "Zahnmedizin",
  "telecom": [
    {
      "system": "phone",
      "value": "030 7654321",
      "use": "work"
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon"
      ],
      "availableStartTime": "08:00:00",
      "availableEndTime": "18:00:00"
    },
    {
      "daysOfWeek": [
        "tue"
      ],
      "availableStartTime": "08:00:00",
      "availableEndTime": "18:00:00"
    },
    {
      "daysOfWeek": [
        "wed"
      ],
      "availableStartTime": "08:00:00",
      "availableEndTime": "18:00:00"
    },
    {
      "daysOfWeek": [
        "thu"
      ],
      "availableStartTime": "08:00:00",
      "availableEndTime": "18:00:00"
    },
    {
      "daysOfWeek": [
        "fri"
      ],
      "availableStartTime": "08:00:00",
      "availableEndTime": "18:00:00"
    }
  ],
  "availabilityExceptions": "An Feiertagen geschlossen",
  "endpoint": [
    {
      "reference": "Endpoint/MessengerEndpointWithVisibility"
    }
  ]
}