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-administration-bundle",
"url": "https://fhir.j-med.de/StructureDefinition/myjmed-administration-bundle",
"name": "MyJMedAdministrationBundle",
"title": "MyJMed AdministrationBundle",
"status": "draft",
"description": "Administratives Initial-Bundle für die App. Enthält Patient (1), Practitioner (1), optional Organization (0..1), Location (0..1).",
"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"
},
"min": 2
},
{
"id": "Bundle.entry:patient",
"path": "Bundle.entry",
"sliceName": "patient",
"min": 1,
"max": "1"
},
{
"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",
"path": "Bundle.entry",
"sliceName": "practitioner",
"min": 1,
"max": "1"
},
{
"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",
"path": "Bundle.entry",
"sliceName": "organization",
"min": 0,
"max": "1"
},
{
"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",
"path": "Bundle.entry",
"sliceName": "location",
"min": 0,
"max": "1"
},
{
"id": "Bundle.entry:location.resource",
"path": "Bundle.entry.resource",
"type": [
{
"code": "Location",
"profile": [
"https://fhir.j-med.de/StructureDefinition/myjmed-location"
]
}
]
}
]
}
}