PackagesCanonicalsLogsProblems
    Packages
    com.medipee.fhir.uroli-export@1.0.0
    https://medipee.com/fhir/uroli-export/StructureDefinition/MPBundle
{
  "description": null,
  "_filename": "StructureDefinition-MPBundle.json",
  "package_name": "com.medipee.fhir.uroli-export",
  "date": "2021-08-05",
  "derivation": "constraint",
  "publisher": "Medipee GmbH",
  "fhirVersion": "4.0.1",
  "name": "MPBundle",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/v3/cda",
    "name": "CDA (R2)",
    "identity": "cda"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "copyright": "Medipee GmbH",
  "type": "Bundle",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "Export-Bundle",
  "package_version": "1.0.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
    "valueString": "Foundation.Other"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
    "valueCode": "not-classified"
  } ],
  "status": "active",
  "id": "492c6a2a-f273-4afa-9904-3cc14739493e",
  "kind": "resource",
  "url": "https://medipee.com/fhir/uroli-export/StructureDefinition/MPBundle",
  "version": "1.0",
  "differential": {
    "element": [ {
      "id": "Bundle",
      "path": "Bundle",
      "constraint": [ {
        "key": "docBundle-1",
        "human": "All referenced Resources must be contained in the Bundle",
        "source": "https://medipee.com/fhir/uroli-export/StructureDefinition/MPBundle",
        "severity": "error",
        "expression": "Bundle.entry.descendants().reference.distinct().subsetOf(%context.entry.fullUrl)"
      } ]
    }, {
      "id": "Bundle.identifier",
      "min": 1,
      "path": "Bundle.identifier",
      "mustSupport": true
    }, {
      "id": "Bundle.identifier.system",
      "min": 1,
      "path": "Bundle.identifier.system",
      "patternUri": "https://medipee.com/fhir/sid/export-id",
      "mustSupport": true
    }, {
      "id": "Bundle.identifier.value",
      "min": 1,
      "path": "Bundle.identifier.value",
      "mustSupport": true
    }, {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "document",
      "mustSupport": true
    }, {
      "id": "Bundle.timestamp",
      "min": 1,
      "path": "Bundle.timestamp",
      "mustSupport": true
    }, {
      "id": "Bundle.entry",
      "min": 1,
      "path": "Bundle.entry",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "resource.type.text",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Bundle.entry:Composition",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "Composition",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:Composition.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Composition",
        "profile": [ "https://medipee.com/fhir/uroli-export/StructureDefinition/MPComposition" ]
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}