FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageig.fhir-il-community.org.t17
Resource TypeCoverage
IdCoverage-t17-obligation.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

פרטי התחייבות מאושרת

Source1

{
  "resourceType": "Coverage",
  "id": "t17-obligation",
  "meta": {
    "profile": [
      "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-obligation"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "identifier": [
    {
      "system": "http://fhir.leumit.co.il/identifier/obligation-num",
      "value": "1-1222223"
    }
  ],
  "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": [
          {
            "code": "deductible",
            "system": "http://terminology.hl7.org/CodeSystem/coverage-copay-type",
            "display": "Deductible"
          }
        ],
        "text": "גובה השתתפות עצמית"
      },
      "valueMoney": {
        "value": 200,
        "currency": "ILS"
      }
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://fhir.health.gov.il/cs/coverage-type",
        "code": "OBL",
        "display": "התחייבות"
      }
    ]
  },
  "status": "active"
}