{
  "resourceType": "StructureDefinition",
  "url": "http://axenita.ch/fhir/StructureDefinition/ChAxenitaCoverage",
  "name": "ChAxenitaCoverage",
  "title": "ChAxenitaCoverage",
  "status": "draft",
  "experimental": false,
  "purpose": "Modellierung Beziehung zwischen Patient und Krankenversicherung",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Coverage",
  "baseDefinition": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-coverage",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Coverage.extension:kvgInsuranceModel",
        "path": "Coverage.extension",
        "sliceName": "kvgInsuranceModel",
        "short": "KVG Insurance Model",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DomainResource.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://axonlab.ch/fhir/StructureDefinition/kvgInsuranceModel"
            ]
          }
        ]
      },
      {
        "id": "Coverage.extension:hmoInsuranceModelKind",
        "path": "Coverage.extension",
        "sliceName": "hmoInsuranceModelKind",
        "short": "HMO Insurance Model Kind",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DomainResource.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://axonlab.ch/fhir/StructureDefinition/hmoInsuranceModelKind"
            ]
          }
        ]
      },
      {
        "id": "Coverage.type.coding.system",
        "path": "Coverage.type.coding.system",
        "min": 1,
        "fixedUri": "urn:oid:2.16.756.5.30.2.1.1.11"
      },
      {
        "id": "Coverage.type.coding.code",
        "path": "Coverage.type.coding.code",
        "min": 1,
        "binding": {
          "strength": "required",
          "description": "Insurance-Law",
          "valueSet": "urn:oid:2.16.756.5.30.2.1.1.11"
        }
      },
      {
        "id": "Coverage.beneficiary",
        "path": "Coverage.beneficiary",
        "type": [
          {
            "code": "Reference",
            "aggregation": [
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "Coverage.period",
        "path": "Coverage.period",
        "min": 1
      },
      {
        "id": "Coverage.period.start",
        "path": "Coverage.period.start",
        "min": 1
      },
      {
        "id": "Coverage.payor",
        "path": "Coverage.payor",
        "type": [
          {
            "code": "Reference",
            "aggregation": [
              "contained"
            ]
          }
        ]
      }
    ]
  }
}