PackagesCanonicalsLogsProblems
    Packages
    ig.fhir-il-community.org.t17@1.0.0
    http://ig.fhir-il-community.org/T17/StructureDefinition/t17-bundle-search-pat
{
  "description": "תשובת הקופה המוחזרת לביה\\\"ח עם הפרטים והמזהה הלוגי של המטופל בקופה",
  "_filename": "StructureDefinition-t17-bundle-search-pat.json",
  "package_name": "ig.fhir-il-community.org.t17",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "T17BundleSearchPatient",
  "abstract": false,
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "T17 Bundle Search Patient",
  "package_version": "1.0.0",
  "status": "draft",
  "id": "d950dc43-426c-4b96-a544-bb93b328a27b",
  "kind": "resource",
  "url": "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-bundle-search-pat",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "patternCode": "searchset"
    }, {
      "id": "Bundle.entry",
      "max": "1",
      "path": "Bundle.entry",
      "constraint": [ {
        "key": "bundle-https",
        "human": "Must start with either 'http://' or 'https://'",
        "source": "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-bundle-search-pat",
        "severity": "error",
        "expression": "fullUrl.startsWith('http://') or fullUrl.startsWith('https://')"
      } ]
    }, {
      "id": "Bundle.entry.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Patient",
        "profile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-patient" ]
      } ]
    }, {
      "id": "Bundle.entry.search",
      "min": 1,
      "path": "Bundle.entry.search"
    }, {
      "id": "Bundle.entry.search.mode",
      "min": 1,
      "path": "Bundle.entry.search.mode",
      "fixedCode": "match"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}