{
"description": "Von der App an den Server gesendete Patientendaten (z. B. tägliche Erfassung). Enthält 0..* MedicationStatement und 0..* AdverseEvent.",
"_filename": "StructureDefinition-myjmed-feedback-bundle.json",
"package_name": "de.j-med.myjmed",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "MyJMedFeedbackBundle",
"abstract": false,
"type": "Bundle",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "MyJMed FeedbackBundle",
"package_version": "0.1.0",
"status": "draft",
"id": "68b1e98c-406d-4c99-a363-3b091c5d1a82",
"kind": "resource",
"url": "https://fhir.j-med.de/StructureDefinition/myjmed-feedback-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:medicationStatement",
"max": "*",
"min": 0,
"path": "Bundle.entry",
"sliceName": "medicationStatement"
}, {
"id": "Bundle.entry:medicationStatement.resource",
"path": "Bundle.entry.resource",
"type": [ {
"code": "MedicationStatement",
"profile": [ "https://fhir.j-med.de/StructureDefinition/myjmed-medicationstatement" ]
} ]
}, {
"id": "Bundle.entry:adverseEvent",
"max": "*",
"min": 0,
"path": "Bundle.entry",
"sliceName": "adverseEvent"
}, {
"id": "Bundle.entry:adverseEvent.resource",
"path": "Bundle.entry.resource",
"type": [ {
"code": "AdverseEvent",
"profile": [ "https://fhir.j-med.de/StructureDefinition/myjmed-adverseevent" ]
} ]
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}