PackagesCanonicalsLogsProblems
    Packages
    se.electronichealth.fhir.hvo.r5@0.1.2-alpha
    http://electronichealth.se/fhir/hvo/StructureDefinition/HVOContractTransactionBundle
{
  "description": "HVO profile for Bundle consisting of a HVOContract with related resources to use for a transaction",
  "_filename": "StructureDefinition-HVOContractTransactionBundle.json",
  "package_name": "se.electronichealth.fhir.hvo.r5",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "5.0.0",
  "name": "HVOContractTransactionBundle",
  "abstract": false,
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "HVOContract transaction Bundle",
  "package_version": "0.1.2-alpha",
  "status": "draft",
  "id": "c76e7ce3-d93a-4e22-9f9b-b03050ebd8de",
  "kind": "resource",
  "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOContractTransactionBundle",
  "version": "0.1.0",
  "differential": {
    "element": [ {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "transaction",
      "mustSupport": true
    }, {
      "id": "Bundle.entry",
      "min": 2,
      "path": "Bundle.entry",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "resource",
          "type": "profile"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOContract",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "HVOContract",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOContract.fullUrl",
      "path": "Bundle.entry.fullUrl",
      "short": "Temporary ID when creating a HVOContract for other resources in the Bundle to reference",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOContract.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Contract",
        "profile": [ "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOContract" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOContract.resource.id",
      "path": "Bundle.entry.resource.id",
      "short": "Logical ID of resource to use when updating it"
    }, {
      "id": "Bundle.entry:HVOContract.request",
      "min": 1,
      "path": "Bundle.entry.request",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOContract.request.method",
      "path": "Bundle.entry.request.method",
      "short": "PUT | POST",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOContract.request.url",
      "path": "Bundle.entry.request.url",
      "fixedUri": "Contract",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOOrganizationAffiliation",
      "max": "*",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "HVOOrganizationAffiliation",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOOrganizationAffiliation.fullUrl",
      "path": "Bundle.entry.fullUrl",
      "short": "Temporary ID when creating a HVOOrganizationAffiliation for other resources in the Bundle to reference",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOOrganizationAffiliation.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "OrganizationAffiliation",
        "profile": [ "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationAffiliation" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOOrganizationAffiliation.resource.id",
      "path": "Bundle.entry.resource.id",
      "short": "Logical ID of resource to use when updating it"
    }, {
      "id": "Bundle.entry:HVOOrganizationAffiliation.request",
      "min": 1,
      "path": "Bundle.entry.request",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOOrganizationAffiliation.request.method",
      "path": "Bundle.entry.request.method",
      "short": "PUT | POST",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOOrganizationAffiliation.request.url",
      "path": "Bundle.entry.request.url",
      "fixedUri": "OrganizationAffiliation",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOService",
      "max": "*",
      "min": 0,
      "path": "Bundle.entry",
      "sliceName": "HVOService",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOService.fullUrl",
      "path": "Bundle.entry.fullUrl",
      "short": "Temporary ID when creating a HVOService for other resources in the Bundle to reference",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOService.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "HealthcareService",
        "profile": [ "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOService" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOService.resource.id",
      "path": "Bundle.entry.resource.id",
      "short": "Logical ID of resource to use when updating it"
    }, {
      "id": "Bundle.entry:HVOService.request",
      "min": 1,
      "path": "Bundle.entry.request",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOService.request.method",
      "path": "Bundle.entry.request.method",
      "short": "PUT | POST",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:HVOService.request.url",
      "path": "Bundle.entry.request.url",
      "fixedUri": "HealthcareService",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}