PackagesCanonicalsLogsProblems
    Packages
    de.j-med.myjmed@0.1.0
    https://fhir.j-med.de/StructureDefinition/myjmed-administration-bundle
{
  "description": "Administratives Initial-Bundle für die App. Enthält Patient (1), Practitioner (1), optional Organization (0..1), Location (0..1).",
  "_filename": "StructureDefinition-myjmed-administration-bundle.json",
  "package_name": "de.j-med.myjmed",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "MyJMedAdministrationBundle",
  "abstract": false,
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "MyJMed AdministrationBundle",
  "package_version": "0.1.0",
  "status": "draft",
  "id": "ede59320-49a7-44f0-baee-b78ba5b9b5bb",
  "kind": "resource",
  "url": "https://fhir.j-med.de/StructureDefinition/myjmed-administration-bundle",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "patternCode": "collection"
    }, {
      "id": "Bundle.entry",
      "min": 2,
      "path": "Bundle.entry",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "resource",
          "type": "type"
        } ]
      }
    }, {
      "id": "Bundle.entry:patient",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "patient"
    }, {
      "id": "Bundle.entry:patient.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Patient",
        "profile": [ "https://fhir.j-med.de/StructureDefinition/myjmed-patient" ]
      } ]
    }, {
      "id": "Bundle.entry:practitioner",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "practitioner"
    }, {
      "id": "Bundle.entry:practitioner.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Practitioner",
        "profile": [ "https://fhir.j-med.de/StructureDefinition/myjmed-practitioner" ]
      } ]
    }, {
      "id": "Bundle.entry:organization",
      "max": "1",
      "min": 0,
      "path": "Bundle.entry",
      "sliceName": "organization"
    }, {
      "id": "Bundle.entry:organization.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Organization",
        "profile": [ "https://fhir.j-med.de/StructureDefinition/myjmed-organization" ]
      } ]
    }, {
      "id": "Bundle.entry:location",
      "max": "1",
      "min": 0,
      "path": "Bundle.entry",
      "sliceName": "location"
    }, {
      "id": "Bundle.entry:location.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Location",
        "profile": [ "https://fhir.j-med.de/StructureDefinition/myjmed-location" ]
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}