{
  "resourceType": "StructureDefinition",
  "url": "https://digives.gov.lv/fhir/StructureDefinition/Coverage",
  "version": "0.1",
  "name": "Coverage",
  "title": "Apmaksa",
  "status": "draft",
  "date": "2025-05-30",
  "publisher": "LDVC",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Coverage",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Coverage",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Coverage.meta",
        "path": "Coverage.meta",
        "short": "Metadata about a resource",
        "definition": "The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
        "min": 1,
        "type": [
          {
            "code": "Meta",
            "profile": [
              "https://digives.gov.lv/fhir/StructureDefinition/MedicalMeta"
            ]
          }
        ]
      },
      {
        "id": "Coverage.beneficiary.reference",
        "path": "Coverage.beneficiary.reference",
        "min": 1
      },
      {
        "id": "Coverage.beneficiary.type",
        "path": "Coverage.beneficiary.type",
        "min": 1,
        "fixedUri": "Patient"
      },
      {
        "id": "Coverage.insurer.reference",
        "path": "Coverage.insurer.reference",
        "min": 1
      },
      {
        "id": "Coverage.insurer.type",
        "path": "Coverage.insurer.type",
        "min": 1,
        "fixedUri": "Organization"
      }
    ]
  }
}