{
  "resourceType": "StructureDefinition",
  "id": "HVOOrganizationTransactionBundle",
  "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationTransactionBundle",
  "version": "0.1.0",
  "name": "HVOOrganizationTransactionBundle",
  "title": "HVOOrganizationalUnits of HVOOrganization transaction Bundle",
  "status": "draft",
  "description": "HVO profile for transaction Bundle consisting of HVOOrganizationalUnits and related HVOLocations of a HVOOrganization",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "transaction",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Organization",
            "profile": [
              "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationalUnit"
            ]
          },
          {
            "code": "Location",
            "profile": [
              "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOLocation"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.request.method",
        "path": "Bundle.entry.request.method",
        "short": "PUT | POST | PATCH",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.request.url",
        "path": "Bundle.entry.request.url",
        "mustSupport": true
      }
    ]
  }
}