PackagesCanonicalsLogsProblems
    Packages
    ig.fhir-il-community.org.t17@0.1.0
    http://ig.fhir-il-community.org/T17/StructureDefinition/t17-bundle-search-obl
{
  "description": "תשובת הקופה עבור סטאטוס התחייבות שנשלח מביה\\\"ח. אם הבאנדל שמוחזר הוא לא ריק (entry > 0), חייב להיות בו לפחות Coverage אחד ולפחות מסמך אחד. יתכנו גם יותר.",
  "_filename": "StructureDefinition-t17-bundle-search-obl.json",
  "package_name": "ig.fhir-il-community.org.t17",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "T17BundleSearchObl",
  "abstract": false,
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "T17 Bundle Search Obl",
  "package_version": "0.1.0",
  "status": "draft",
  "id": "f4ae5c29-57c3-4ef0-9a7d-b7f97c926ba5",
  "kind": "resource",
  "url": "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-bundle-search-obl",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "patternCode": "searchset"
    }, {
      "id": "Bundle.entry",
      "path": "Bundle.entry",
      "comment": "אם הבאנדל שמוחזר הוא לא ריק (entry > 0), חייב להיות בו לפחות Coverage אחד ולפחות מסמך אחד. יתכנו גם יותר.",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "resource",
          "type": "profile"
        } ]
      }
    }, {
      "id": "Bundle.entry:obligation",
      "max": "1",
      "min": 0,
      "path": "Bundle.entry",
      "sliceName": "obligation",
      "constraint": [ {
        "key": "bundle-https",
        "human": "Must start with either 'http://' or 'https://'",
        "source": "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-bundle-search-obl",
        "severity": "error",
        "expression": "fullUrl.startsWith('http://') or fullUrl.startsWith('https://')"
      } ]
    }, {
      "id": "Bundle.entry:obligation.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:obligation.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Coverage",
        "profile": [ "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-obligation" ]
      } ]
    }, {
      "id": "Bundle.entry:obligation.search",
      "min": 1,
      "path": "Bundle.entry.search"
    }, {
      "id": "Bundle.entry:obligation.search.mode",
      "min": 1,
      "path": "Bundle.entry.search.mode",
      "fixedCode": "match"
    }, {
      "id": "Bundle.entry:obligation-doc",
      "max": "*",
      "min": 0,
      "path": "Bundle.entry",
      "sliceName": "obligation-doc",
      "constraint": [ {
        "key": "bundle-https",
        "human": "Must start with either 'http://' or 'https://'",
        "source": "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-bundle-search-obl",
        "severity": "error",
        "expression": "fullUrl.startsWith('http://') or fullUrl.startsWith('https://')"
      } ]
    }, {
      "id": "Bundle.entry:obligation-doc.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:obligation-doc.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "DocumentReference",
        "profile": [ "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-obligation-doc" ]
      } ]
    }, {
      "id": "Bundle.entry:obligation-doc.search",
      "min": 1,
      "path": "Bundle.entry.search"
    }, {
      "id": "Bundle.entry:obligation-doc.search.mode",
      "min": 1,
      "path": "Bundle.entry.search.mode",
      "fixedCode": "include"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}