PackagesCanonicalsLogsProblems
    Packages
    se.electronichealth.fhir.hvo.r5@0.1.1-alpha
    http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationTransactionBundle
description: HVO profile for transaction Bundle consisting of HVOOrganizationalUnits of a HVOOrganization
package_name: se.electronichealth.fhir.hvo.r5
derivation: constraint
name: HVOOrganizationTransactionBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: transaction}
    mustSupport: true
    index: 0
  entry:
    mustSupport: true
    index: 1
    elements:
      resource: {type: Organization, mustSupport: true, index: 2}
      request:
        mustSupport: true
        index: 3
        elements:
          method: {short: PUT | POST, mustSupport: true, index: 4}
          url: {mustSupport: true, index: 5}
    required: [resource, request]
package_version: 0.1.1-alpha
class: profile
kind: resource
url: http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganizationTransactionBundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 0.1.0
required: [entry]