FHIR IG analytics
Resources that use this resource
| CapabilityStatement |
| myjmed | MyJMed FHIR Server CapabilityStatement |
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "myjmed-planning-bundle",
"url": "https://fhir.j-med.de/StructureDefinition/myjmed-planning-bundle",
"name": "MyJMedPlanningBundle",
"title": "MyJMed PlanningBundle",
"status": "draft",
"description": "Therapie-/Planungsdaten für die App. Enthält 0..* MedicationRequest und 0..* Appointment.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Bundle",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Bundle.type",
"path": "Bundle.type",
"patternCode": "collection"
},
{
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "resource"
}
],
"rules": "open"
}
},
{
"id": "Bundle.entry:medicationRequest",
"path": "Bundle.entry",
"sliceName": "medicationRequest",
"min": 0,
"max": "*"
},
{
"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",
"path": "Bundle.entry",
"sliceName": "appointment",
"min": 0,
"max": "*"
},
{
"id": "Bundle.entry:appointment.resource",
"path": "Bundle.entry.resource",
"type": [
{
"code": "Appointment",
"profile": [
"https://fhir.j-med.de/StructureDefinition/myjmed-appointment"
]
}
]
}
]
}
}