{
"description": "Therapie-/Planungsdaten für die App. Enthält 0..* MedicationRequest und 0..* Appointment.",
"_filename": "StructureDefinition-myjmed-planning-bundle.json",
"package_name": "de.j-med.myjmed",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "MyJMedPlanningBundle",
"abstract": false,
"type": "Bundle",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "MyJMed PlanningBundle",
"package_version": "0.1.0",
"status": "draft",
"id": "fa7d4990-18db-4eaf-8943-9fce086397af",
"kind": "resource",
"url": "https://fhir.j-med.de/StructureDefinition/myjmed-planning-bundle",
"version": null,
"differential": {
"element": [ {
"id": "Bundle.type",
"path": "Bundle.type",
"patternCode": "collection"
}, {
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "resource",
"type": "type"
} ]
}
}, {
"id": "Bundle.entry:medicationRequest",
"max": "*",
"min": 0,
"path": "Bundle.entry",
"sliceName": "medicationRequest"
}, {
"id": "Bundle.entry:medicationRequest.resource",
"path": "Bundle.entry.resource",
"type": [ {
"code": "MedicationRequest",
"profile": [ "https://fhir.j-med.de/StructureDefinition/myjmed-medicationrequest" ]
} ]
}, {
"id": "Bundle.entry:appointment",
"max": "*",
"min": 0,
"path": "Bundle.entry",
"sliceName": "appointment"
}, {
"id": "Bundle.entry:appointment.resource",
"path": "Bundle.entry.resource",
"type": [ {
"code": "Appointment",
"profile": [ "https://fhir.j-med.de/StructureDefinition/myjmed-appointment" ]
} ]
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}