מדריך למטמיע - טופס 17
1.0.0 - ci-build

This page is part of the T17 IG (v1.0.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: t17-obligation - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "t17-obligation",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-obligation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">פרטי התחייבות מאושרת</div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.leumit.co.il/identifier/obligation-num",
      "value" : "1-1222223"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://fhir.health.gov.il/cs/coverage-type",
        "code" : "OBL",
        "display" : "התחייבות"
      }
    ]
  },
  "beneficiary" : {
    "identifier" : {
      "system" : "http://fhir.leumit.co.il/identifier/magnetic-card",
      "value" : "1-123456-123456-789"
    }
  },
  "period" : {
    "start" : "2023-05-25",
    "end" : "2023-08-25"
  },
  "payor" : [
    {
      "identifier" : {
        "system" : "http://fhir.health.gov.il/identifier/legal-entity",
        "value" : "580039899"
      },
      "display" : "לאומית"
    }
  ],
  "class" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.health.gov.il/cs/coverage-class",
            "code" : "OBL-BASKET"
          }
        ]
      },
      "value" : "התחייבות במסגרת הסל"
    }
  ],
  "costToBeneficiary" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-copay-type",
            "code" : "deductible",
            "display" : "Deductible"
          }
        ],
        "text" : "גובה השתתפות עצמית"
      },
      "valueMoney" : {
        "value" : 200,
        "currency" : "ILS"
      }
    }
  ]
}