{
  "resourceType": "StructureDefinition",
  "id": "HealthcareServiceApoVzd",
  "url": "https://gematik.de/fhir/apovzd/StructureDefinition/HealthcareServiceApoVzd",
  "version": "1.0",
  "name": "HealthcareServiceApoVzd",
  "title": "Extension of HealthcareService for pharmacy details",
  "status": "draft",
  "description": "Extension used to communicate the pharmacy details used in the context of APOVZD",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": true,
  "type": "HealthcareService",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HealthcareService",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HealthcareService.extension:PaymentOptions",
        "path": "HealthcareService.extension",
        "sliceName": "PaymentOptions",
        "short": "Bezahloptionen",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://gematik.de/fhir/apovzd/StructureDefinition/PaymentOptionEX"
            ]
          }
        ]
      },
      {
        "id": "HealthcareService.type",
        "path": "HealthcareService.type",
        "binding": {
          "strength": "required",
          "valueSet": "https://gematik.de/fhir/directory/ValueSet/PharmacyHealthcareServiceTypeVS"
        }
      }
    ]
  }
}