FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.j-med.myjmed
Resource TypeStructureDefinition
IdStructureDefinition-myjmed-planning-bundle.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.j-med.myjmed@0.1.0&canonical=https://fhir.j-med.de/StructureDefinition/myjmed-planning-bundle
URLhttps://fhir.j-med.de/StructureDefinition/myjmed-planning-bundle
Statusdraft
NameMyJMedPlanningBundle
TitleMyJMed PlanningBundle
DescriptionTherapie-/Planungsdaten für die App. Enthält 0..* MedicationRequest und 0..* Appointment.
TypeBundle
Kindresource

Resources that use this resource

CapabilityStatement
myjmedMyJMed FHIR Server CapabilityStatement

Resources that this resource uses

StructureDefinition
myjmed-appointmentMyJMed Appointment
myjmed-medicationrequestMyJMed MedicationRequest

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"
            ]
          }
        ]
      }
    ]
  }
}