{
  "resourceType": "StructureDefinition",
  "id": "Coverage",
  "meta": {
    "lastUpdated": "2019-10-31T22:29:23.356+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Financial.Support"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    }
  ],
  "url": "https://fhir.kemkes.go.id/r4/StructureDefinition/Coverage",
  "version": "4.0.1",
  "name": "Coverage",
  "status": "draft",
  "date": "2022-07-08T15:10:50.6856647+00:00",
  "publisher": "Health Level Seven International (Financial Management)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm/index.cfm"
        }
      ]
    }
  ],
  "description": "Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment.",
  "purpose": "Coverage provides a link between covered parties (patients) and the payors of their healthcare costs (both insurance and self-pay).",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "cdanetv4",
      "uri": "http://www.cda-adc.ca/en/services/cdanet/",
      "name": "Canadian Dental Association eclaims standard"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "cpha3pharm",
      "uri": "http://www.pharmacists.ca/",
      "name": "Canadian Pharmacy Associaiton eclaims standard"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Coverage",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "Coverage",
        "path": "Coverage",
        "short": "Insurance or medical plan or a payment agreement",
        "definition": "Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment.",
        "comment": "The Coverage resource contains the insurance card level information, which is customary to provide on claims and other communications between providers and insurers.",
        "mapping": [
          {
            "identity": "workflow",
            "map": "Event"
          },
          {
            "identity": "rim",
            "map": "Coverage"
          }
        ]
      },
      {
        "id": "Coverage.identifier",
        "path": "Coverage.identifier",
        "short": "Business Identifier for the coverage",
        "definition": "A unique identifier assigned to this coverage.",
        "comment": "The main (and possibly only) identifier for the coverage - often referred to as a Member Id, Certificate number, Personal Health Number or Case ID. May be constructed as the concatenation of the Coverage.SubscriberID and the Coverage.dependant.",
        "requirements": "Allows coverages to be distinguished and referenced.",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Event.identifier"
          },
          {
            "identity": "w5",
            "map": "FiveWs.identifier"
          },
          {
            "identity": "cdanetv4",
            "map": "C02"
          },
          {
            "identity": "v2",
            "map": "IN1-2"
          },
          {
            "identity": "rim",
            "map": ".id"
          },
          {
            "identity": "cpha3pharm",
            "map": "C.32, C.33, C.39"
          }
        ]
      },
      {
        "id": "Coverage.status",
        "path": "Coverage.status",
        "short": "active | cancelled | draft | entered-in-error",
        "definition": "The status of the resource instance.",
        "comment": "This element is labeled as a modifier because the status contains the code entered-in-error that marks the coverage as not currently valid.",
        "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isModifier": true,
        "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid",
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CoverageStatus"
            }
          ],
          "strength": "required",
          "description": "A code specifying the state of the resource instance.",
          "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|4.0.1"
        },
        "mapping": [
          {
            "identity": "workflow",
            "map": "Event.status"
          },
          {
            "identity": "w5",
            "map": "FiveWs.status"
          },
          {
            "identity": "rim",
            "map": "Act.status"
          }
        ]
      },
      {
        "id": "Coverage.type",
        "path": "Coverage.type",
        "short": "Coverage category such as medical or accident",
        "definition": "The type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health or payment by an individual or organization.",
        "requirements": "The order of application of coverages is dependent on the types of coverage.",
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CoverageType"
            }
          ],
          "strength": "preferred",
          "description": "The type of insurance: public health, worker compensation; private accident, auto, private health, etc.) or a direct payment by an individual or organization.",
          "valueSet": "http://hl7.org/fhir/ValueSet/coverage-type"
        },
        "mapping": [
          {
            "identity": "w5",
            "map": "FiveWs.class"
          },
          {
            "identity": "v2",
            "map": "IN1-15"
          }
        ]
      },
      {
        "id": "Coverage.policyHolder",
        "path": "Coverage.policyHolder",
        "short": "Owner of the policy",
        "definition": "The party who 'owns' the insurance policy.",
        "comment": "For example: may be an individual, corporation or the subscriber's employer.",
        "requirements": "This provides employer information in the case of Worker's Compensation and other policies.",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "w5",
            "map": "FiveWs.subject[x]"
          },
          {
            "identity": "cdanetv4",
            "map": "D01 through D09"
          },
          {
            "identity": "v2",
            "map": "IN1-16, 18,  19-name of insured, address, date of birth"
          },
          {
            "identity": "cpha3pharm",
            "map": "C.35"
          },
          {
            "identity": "w5",
            "map": "FiveWs.subject"
          }
        ]
      },
      {
        "id": "Coverage.subscriber",
        "path": "Coverage.subscriber",
        "short": "Subscriber to the policy",
        "definition": "The party who has signed-up for or 'owns' the contractual relationship to the policy or to whom the benefit of the policy for services rendered to them or their family is due.",
        "comment": "May be self or a parent in the case of dependants.",
        "requirements": "This is the party who is entitled to the benfits under the policy.",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
            ]
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "w5",
            "map": "FiveWs.subject[x]"
          },
          {
            "identity": "cdanetv4",
            "map": "D01 through D09"
          },
          {
            "identity": "v2",
            "map": "IN1-16, 18,  19-name of insured, address, date of birth"
          },
          {
            "identity": "cpha3pharm",
            "map": "C.35"
          },
          {
            "identity": "w5",
            "map": "FiveWs.subject"
          }
        ]
      },
      {
        "id": "Coverage.subscriberId",
        "path": "Coverage.subscriberId",
        "short": "ID assigned to the subscriber",
        "definition": "The insurer assigned ID for the Subscriber.",
        "requirements": "The insurer requires this identifier on correspondance and claims (digital and otherwise).",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "w5",
            "map": "FiveWs.subject[x]"
          },
          {
            "identity": "cdanetv4",
            "map": "D01 through D09"
          },
          {
            "identity": "v2",
            "map": "IN1-16, 18,  19-name of insured, address, date of birth"
          },
          {
            "identity": "cpha3pharm",
            "map": "C.35"
          },
          {
            "identity": "w5",
            "map": "FiveWs.subject"
          }
        ]
      },
      {
        "id": "Coverage.beneficiary",
        "path": "Coverage.beneficiary",
        "short": "Plan beneficiary",
        "definition": "The party who benefits from the insurance coverage; the patient when products and/or services are provided.",
        "requirements": "This is the party who receives treatment for which the costs are reimbursed under the coverage.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Event.subject"
          },
          {
            "identity": "w5",
            "map": "FiveWs.subject[x]"
          },
          {
            "identity": "cdanetv4",
            "map": "D01 through D09"
          },
          {
            "identity": "v2",
            "map": "IN1-16, 18,  19-name of insured, address, date of birth"
          },
          {
            "identity": "cpha3pharm",
            "map": "C.35"
          },
          {
            "identity": "w5",
            "map": "FiveWs.subject"
          }
        ]
      },
      {
        "id": "Coverage.dependent",
        "path": "Coverage.dependent",
        "short": "Dependent number",
        "definition": "A unique identifier for a dependent under the coverage.",
        "comment": "Periodically the member number is constructed from the subscriberId and the dependant number.",
        "requirements": "For some coverages a single identifier is issued to the Subscriber and then a unique dependent number is issued to each beneficiary.",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "cdanetv4",
            "map": "C17"
          },
          {
            "identity": "v2",
            "map": "- No exact HL7 v2 equivalent concept seems to exist;"
          }
        ]
      },
      {
        "id": "Coverage.relationship",
        "path": "Coverage.relationship",
        "short": "Beneficiary relationship to the subscriber",
        "definition": "The relationship of beneficiary (patient) to the subscriber.",
        "comment": "Typically, an individual uses policies which are theirs (relationship='self') before policies owned by others.",
        "requirements": "To determine relationship between the patient and the subscriber to determine coordination of benefits.",
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "Relationship"
            }
          ],
          "strength": "extensible",
          "description": "The relationship between the Subscriber and the Beneficiary (insured/covered party/patient).",
          "valueSet": "http://hl7.org/fhir/ValueSet/subscriber-relationship"
        },
        "mapping": [
          {
            "identity": "cdanetv4",
            "map": "C03"
          }
        ]
      },
      {
        "id": "Coverage.period",
        "path": "Coverage.period",
        "short": "Coverage start and end dates",
        "definition": "Time period during which the coverage is in force. A missing start date indicates the start date isn't known, a missing end date means the coverage is continuing to be in force.",
        "requirements": "Some insurers require the submission of the coverage term.",
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Event.occurrence[x]"
          },
          {
            "identity": "w5",
            "map": "FiveWs.done[x]"
          },
          {
            "identity": "v2",
            "map": "IN1-12 / IN1-13"
          },
          {
            "identity": "rim",
            "map": "Act.effectiveTime"
          }
        ]
      },
      {
        "id": "Coverage.payor",
        "path": "Coverage.payor",
        "short": "Issuer of the policy",
        "definition": "The program or plan underwriter or payor including both insurance and non-insurance agreements, such as patient-pay agreements.",
        "comment": "May provide multiple identifiers such as insurance company identifier or business identifier (BIN number).\nFor selfpay it may provide multiple paying persons and/or organizations.",
        "requirements": "Need to identify the issuer to target for claim processing and for coordination of benefit processing.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
            ]
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "w5",
            "map": "FiveWs.author"
          },
          {
            "identity": "cdanetv4",
            "map": "A05"
          },
          {
            "identity": "v2",
            "map": "IN1-3"
          },
          {
            "identity": "cpha3pharm",
            "map": "C.30"
          }
        ]
      },
      {
        "id": "Coverage.class",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Class"
          }
        ],
        "path": "Coverage.class",
        "short": "Additional coverage classifications",
        "definition": "A suite of underwriter specific classifiers.",
        "comment": "For example may be used to identify a class of coverage or employer group, Policy, Plan.",
        "requirements": "The codes provided on the health card which identify or confirm the specific policy for the insurer.",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Coverage.class.type",
        "path": "Coverage.class.type",
        "short": "Type of class such as 'group' or 'plan'",
        "definition": "The type of classification for which an insurer-specific class label or number and optional name is provided, for example may be used to identify a class of coverage or employer group, Policy, Plan.",
        "requirements": "The insurer issued label for a specific health card value.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CoverageClass"
            }
          ],
          "strength": "extensible",
          "description": "The policy classifications, eg. Group, Plan, Class, etc.",
          "valueSet": "http://hl7.org/fhir/ValueSet/coverage-class"
        }
      },
      {
        "id": "Coverage.class.value",
        "path": "Coverage.class.value",
        "short": "Value associated with the type",
        "definition": "The alphanumeric string value associated with the insurer issued label.",
        "comment": "For example, the Group or Plan number.",
        "requirements": "The insurer issued label and value are necessary to identify the specific policy.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "cdanetv4",
            "map": "C11 (Division,Section)"
          },
          {
            "identity": "v2",
            "map": "IN1-8"
          },
          {
            "identity": "cpha3pharm",
            "map": "C.31"
          }
        ]
      },
      {
        "id": "Coverage.class.name",
        "path": "Coverage.class.name",
        "short": "Human readable description of the type and value",
        "definition": "A short description for the class.",
        "requirements": "Used to provide a meaningful description in correspondence to the patient.",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "cdanetv4",
            "map": "C11 (Division,Section)"
          },
          {
            "identity": "v2",
            "map": "IN1-8"
          },
          {
            "identity": "cpha3pharm",
            "map": "C.31"
          }
        ]
      },
      {
        "id": "Coverage.order",
        "path": "Coverage.order",
        "short": "Relative order of the coverage",
        "definition": "The order of applicability of this coverage relative to other coverages which are currently in force. Note, there may be gaps in the numbering and this does not imply primary, secondary etc. as the specific positioning of coverages depends upon the episode of care.",
        "requirements": "Used in managing the coordination of benefits.",
        "max": "1",
        "type": [
          {
            "code": "positiveInt"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "v2",
            "map": "- No exact HL7 v2 equivalent concept seems to exist;"
          }
        ]
      },
      {
        "id": "Coverage.network",
        "path": "Coverage.network",
        "short": "Insurer network",
        "definition": "The insurer-specific identifier for the insurer-defined network of providers to which the beneficiary may seek treatment which will be covered at the 'in-network' rate, otherwise 'out of network' terms and conditions apply.",
        "requirements": "Used in referral for treatment and in claims processing.",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "cdanetv4",
            "map": "D10"
          }
        ]
      },
      {
        "id": "Coverage.costToBeneficiary",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "CostToBeneficiary"
          }
        ],
        "path": "Coverage.costToBeneficiary",
        "short": "Patient payments for services/products",
        "definition": "A suite of codes indicating the cost category and associated amount which have been detailed in the policy and may have been  included on the health card.",
        "comment": "For example by knowing the patient visit co-pay, the provider can collect the amount prior to undertaking treatment.",
        "requirements": "Required by providers to manage financial transaction with the patient.",
        "alias": [
          "CoPay",
          "Deductible",
          "Exceptions"
        ],
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Coverage.costToBeneficiary.type",
        "path": "Coverage.costToBeneficiary.type",
        "short": "Cost category",
        "definition": "The category of patient centric costs associated with treatment.",
        "comment": "For example visit, specialist visits, emergency, inpatient care, etc.",
        "requirements": "Needed to identify the category associated with the amount for the patient.",
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CopayTypes"
            }
          ],
          "strength": "extensible",
          "description": "The types of services to which patient copayments are specified.",
          "valueSet": "http://hl7.org/fhir/ValueSet/coverage-copay-type"
        }
      },
      {
        "id": "Coverage.costToBeneficiary.value[x]",
        "path": "Coverage.costToBeneficiary.value[x]",
        "short": "The amount or percentage due from the beneficiary",
        "definition": "The amount due from the patient for the cost category.",
        "comment": "Amount may be expressed as a percentage of the service/product cost or a fixed amount of currency.",
        "requirements": "Needed to identify the amount for the patient associated with the category.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
            ]
          },
          {
            "code": "Money"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "cdanetv4",
            "map": "C11 (Division,Section)"
          },
          {
            "identity": "v2",
            "map": "IN1-8"
          },
          {
            "identity": "cpha3pharm",
            "map": "C.31"
          }
        ]
      },
      {
        "id": "Coverage.costToBeneficiary.exception",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Exemption"
          }
        ],
        "path": "Coverage.costToBeneficiary.exception",
        "short": "Exceptions for patient payments",
        "definition": "A suite of codes indicating exceptions or reductions to patient costs and their effective periods.",
        "requirements": "Required by providers to manage financial transaction with the patient.",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Coverage.costToBeneficiary.exception.type",
        "path": "Coverage.costToBeneficiary.exception.type",
        "short": "Exception category",
        "definition": "The code for the specific exception.",
        "requirements": "Needed to identify the exception associated with the amount for the patient.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "CoverageFinancialException"
            }
          ],
          "strength": "example",
          "description": "The types of exceptions from the part or full value of financial obligations such as copays.",
          "valueSet": "http://hl7.org/fhir/ValueSet/coverage-financial-exception"
        }
      },
      {
        "id": "Coverage.costToBeneficiary.exception.period",
        "path": "Coverage.costToBeneficiary.exception.period",
        "short": "The effective period of the exception",
        "definition": "The timeframe during when the exception is in force.",
        "requirements": "Needed to identify the applicable timeframe for the exception for the correct calculation of patient costs.",
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true
      },
      {
        "id": "Coverage.subrogation",
        "path": "Coverage.subrogation",
        "short": "Reimbursement to insurer",
        "definition": "When 'subrogation=true' this insurance instance has been included not for adjudication but to provide insurers with the details to recover costs.",
        "comment": "Typically, automotive and worker's compensation policies would be flagged with 'subrogation=true' to enable healthcare payors to collect against accident claims.",
        "requirements": "See definition for when to be used.",
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Coverage.contract",
        "path": "Coverage.contract",
        "short": "Contract details",
        "definition": "The policy(s) which constitute this insurance coverage.",
        "requirements": "To reference the legally binding contract between the policy holder and the insurer.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Contract"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "cdanetv4",
            "map": "D01 through D09"
          },
          {
            "identity": "v2",
            "map": "IN1-16, 18,  19"
          },
          {
            "identity": "cpha3pharm",
            "map": "C.35"
          }
        ]
      }
    ]
  }
}