PackagesCanonicalsLogsProblems
    Packages
    ca.qc.sq.sgrdv@1.0.6
    http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-bundle
{
  "description": "Profil parent neutre du Bundle searchset retourné par l'opération $find.",
  "_filename": "StructureDefinition-sgrdv-base-find-response-bundle.json",
  "package_name": "ca.qc.sq.sgrdv",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "SGRDVBaseFindResponseBundle",
  "abstract": false,
  "type": "Bundle",
  "experimental": "true",
  "resourceType": "StructureDefinition",
  "title": "Bundle de réponse de la recherche de disponibilités (Base)",
  "package_version": "1.0.6",
  "status": "active",
  "id": "66449559-7296-440c-ae4d-d2f136e9da77",
  "kind": "resource",
  "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-bundle",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "searchset"
    }, {
      "id": "Bundle.total",
      "min": 1,
      "path": "Bundle.total"
    }, {
      "id": "Bundle.entry",
      "path": "Bundle.entry",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "resource",
          "type": "type"
        } ]
      }
    }, {
      "id": "Bundle.entry:appointment",
      "max": "*",
      "min": 0,
      "path": "Bundle.entry",
      "sliceName": "appointment"
    }, {
      "id": "Bundle.entry:appointment.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Appointment",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-appointment" ]
      } ]
    }, {
      "id": "Bundle.entry:practitioner",
      "max": "*",
      "min": 0,
      "path": "Bundle.entry",
      "sliceName": "practitioner"
    }, {
      "id": "Bundle.entry:practitioner.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Practitioner",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-practitioner" ]
      } ]
    }, {
      "id": "Bundle.entry:practitionerRole",
      "max": "*",
      "min": 0,
      "path": "Bundle.entry",
      "sliceName": "practitionerRole"
    }, {
      "id": "Bundle.entry:practitionerRole.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "PractitionerRole",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-practitioner-role" ]
      } ]
    }, {
      "id": "Bundle.entry:location",
      "max": "*",
      "min": 0,
      "path": "Bundle.entry",
      "sliceName": "location"
    }, {
      "id": "Bundle.entry:location.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Location",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-location" ]
      } ]
    }, {
      "id": "Bundle.entry:organization",
      "max": "*",
      "min": 0,
      "path": "Bundle.entry",
      "sliceName": "organization"
    }, {
      "id": "Bundle.entry:organization.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Organization",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-organization" ]
      } ]
    }, {
      "id": "Bundle.entry:encounter",
      "max": "*",
      "min": 0,
      "path": "Bundle.entry",
      "sliceName": "encounter"
    }, {
      "id": "Bundle.entry:encounter.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Encounter",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-encounter" ]
      } ]
    }, {
      "id": "Bundle.entry:outcome",
      "max": "*",
      "min": 0,
      "path": "Bundle.entry",
      "sliceName": "outcome"
    }, {
      "id": "Bundle.entry:outcome.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "OperationOutcome",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-operation-outcome" ]
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}