PackagesCanonicalsLogsProblems
    Packages
    bonsai.poc.second.test@1.1.3
    http://electronichealth.se/fhir/StructureDefinition/NLLDispatch
description: null
package_name: bonsai.poc.second.test
derivation: constraint
name: NLLDispatch
type: Bundle
elements:
  type:
    short: transaction | transaction-response
    binding: {strength: required, valueSet: 'http://electronichealth.se/fhir/ValueSet/dispatch-bundle-types'}
    mustSupport: true
    index: 0
  entry:
    short: Entry in the bundle - will have one or more MedicationDispense
    mustSupport: true
    index: 1
    elements:
      fullUrl: {mustSupport: true, index: 2}
      resource: {type: Resource, mustSupport: true, index: 3}
      search: {index: 4}
      request:
        mustSupport: true
        index: 5
        elements:
          method:
            short: POST | PUT
            binding: {strength: required, valueSet: 'http://electronichealth.se/fhir/ValueSet/dispatch-operations'}
            mustSupport: true
            index: 6
          url: {mustSupport: true, index: 7}
          ifNoneMatch: {index: 8}
          ifModifiedSince: {index: 9}
          ifMatch: {index: 10}
          ifNoneExist: {index: 11}
      response:
        mustSupport: true
        index: 12
        elements:
          status: {mustSupport: true, index: 13}
          location: {mustSupport: true, index: 14}
package_version: 1.1.3
class: profile
kind: resource
url: http://electronichealth.se/fhir/StructureDefinition/NLLDispatch
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0
required: [entry]